@charset "utf-8";

html  { height: 101% }
body  {
	color: #333; font-family: Arial, Helvetica, sans-serif; background: #f9f1da; margin: 0; padding: 0;
	font-size:12px;
}
.twoColFixLtHdr #container {
	width: 758px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image: url("./images/mastheadFade.jpg");
	height: 90px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 188px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 8px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color:#fafafa;
} 


.twoColFixLtHdr #footer {
	background:#EAAB02;
	height: 25px;
	border-top: 1px solid #000000;
	
	
} 
.twoColFixLtHdr #footer p {
	color: #203b96;
	font-size: 10px;
	text-align: center;	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixLtHdr #container #sidebar1 #navileft {
	background-color: #EAAB02;
	border: 1px solid #000000;
	margin-top: 15px;
}

#navileft ul li ul{
margin-left:3px;	
	
}
#navileft ul li ul li{
line-height:20px;	
	
}

/*Übernahme aus altem Template */
a   { color: #203b96; text-decoration: none }

a:hover   { color: #203b96; background-color: #fff }

h1,h2,h3,h4,h5,h6  { color: #000; font-family: georgia, serif; border-bottom: 1px dotted #eee }
h1   { font-size: 16px; font-weight: bold }
h2   { font-size: 14px; font-weight: bold }
h3   { font-size: 12px; font-weight: bold; padding-top: 5px }


/* SNIPPETS */

ul#LM_level_1     {
	color: #203b96;
	font-size: 12px;
	width: 155px;
	margin-left: 20px;
	padding-left: 8px;
}
ul#LM_level_1 ul  { font-size: 100%; margin: 0 0 0 20px; padding: 0 0 0 5px }
ul#LM_level_1 li    {
	margin: 0;
	width: 155px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

ul#LM_level_2 {
	color: #203b96;
	font-size: 12px;
	width: 130px;
	margin-right: 10px;
	padding-right: 10px;
	
}



ul#LM_level_1 li a:hover     {
	font-weight: bold;
	background-color: #fff;
	width: 155px;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#neweTrail   { color: #ccc; font-size: 70%; margin: 0; padding: 0 20px 0.2em; position: relative }
#neweTrail a {color:#999;text-decoration:underline;}
#neweTrail a:hover {color:#333;}

#etoNotice {display:none;}
.grau  { background-color: #e4e4e4 } 
.black { color: #FFF; background-color: #000; }