@charset "iso-8859-1";
/* Master CSS */
/* CSS styling for master template 
 * The basic dimensions and styles for the
 * container elements are defined here
 */
body {
	background-image:url('/img/bgPage.gif');
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	
	font-size:100%; /* 100% entspricht normalerweise 16px */
	line-height:15px; /* 1.125em; /* 16 x 1.125 = 18px */

	font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
}
div#pageContainer {
	position:relative;
	width: 954px;
}

div#headerContainer {
	position:relative;
	width: 100%;
}

div#bodyContainer {
	position:relative;
	width: 100%;
}

div#sidebarContainer {
	position:absolute;
	width: 232px;
	left:0px;
	top:0px;

	padding-top:15px;
}

div#contentContainer {
	position:absolute;
	width: 702px;
	left:232px;
	top:0;
	
	padding:15px 0 15px 20px;
}

/* Common utility classes */
.clear {
	clear:both;
}

/* Always hide the marquee div */
#tickerDiv {
	position:absolute;
	display:none;
	padding-left:233px;
	margin-top:4px;
}
#tickerDiv a {
	color:#731137;
	font-size:10px;
	text-decoration:none;
}