@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cfd0d2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body,tr,rt,div{
  font-size:14px; 
  color:#111111;
}
.thrColFixHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 649px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 222px;
	display:none;
} 
.thrColFixHdr #header {
	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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 222px;
	width: 990px;
}
.thrColFixHdr #header img {
padding-top:25px;
padding-left:20px;

}
.thrColFixHdr .printlogo {
padding-top:25px;
padding-left:20px;
display:block;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 227px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	height: 404px;
	padding: 0px;
	display:none;
}
.thrColFixHdr #sidebar1_inhalt {
	float: left; /* since this element is floated, a width must be given */ /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f18e00; /* padding keeps the content of the div away from the edges */
	padding: 0;
	width: 227px;
	height: 404px;
	overflow:hidden;
	position:relative;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 227px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	height: 404px;
	padding: 0px;
	margin: 0px;
	display:none;
}
.thrColFixHdr #sidebar2_inhalt {
	float: right; /* since this element is floated, a width must be given */ /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #9a9b9d; /* padding keeps the content of the div away from the edges */
	padding: 0;
	height: 404px;
	width: 227px;
	overflow:hidden;
	position:relative;
}
.thrColFixHdr #mainContent {
	margin:0;
	padding:0;
	float:left;
	width:100%;
 
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#container #top_menu {
	margin: 0px;
	padding: 0;
	height: 23px;
	width: 990px;
	background-color: #9a9b9d;
	display:none;

}
a.toplevel:link, a.toplevel:visited, a.toplevel:hover {
	font-size: 10px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
a.toplevelslc:link, a.toplevelslc:visited, a.toplevelslc:hover {
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
a.sublevel:link, a.sublevel:visited, a.sublevel:hover {
	font-size: 10px;
	font-weight: normal;
	color: black;
	text-decoration: none;

}
a.sublevelslc:link, a.sublevelslc:visited, a.sublevelslc:hover {
	font-size:  10px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
ul.mainnav{
	list-style-type:none;
	padding: 0;
	margin: 10px 0 0 20px;
}
ul.mainnav li{
background:url("../images/bull.gif") no-repeat 0 0;
width:170px;
line-height:16px;
border-top: 1px solid white;
border-bottom: 1px solid white;
	padding:  0 0 2px 15px;
	margin: 5px 0 5px 0;
}
ul.subnav{
	list-style-type:none;
	padding: 0;
	margin: 0 0 0 10px;
}
ul.subnav li{
	background:none;
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	padding:  0;
	margin: 0;
}
#mainContent h1 { 
	color: #a8a8a8;
	font-size:  18px;
}
#mainContent h2 { 
	color: #525252;
	font-size:  14px;
}
ul.rightnav{
	list-style-type:none;
	padding: 0;
	margin: 10px 0 0 20px;
}
ul.rightnav li{
background:url("../images/bull.gif") no-repeat 0 0;
width:170px;
line-height:16px;
border-top: 1px solid white;
border-bottom: 1px solid white;
	padding:  0 0 2px 15px;
	margin: 5px 0 5px 0;
}
ul.rightnav li a:link, ul.rightnav li a:visited, ul.rightnav li a:hover {
	font-size: 10px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
.thrColFixHdr #mainContent ul{
	list-style-type:none;
	padding: 0;
	margin: 0 0 0 10px;
}
.thrColFixHdr #mainContent ul li{
background:url("../images/bull2.gif") no-repeat 0 0;
line-height:16px;
padding:  0 0 2px 15px;

}
.thrColFixHdr #mainContent a:link, .thrColFixHdr #mainContent a:active, .thrColFixHdr #mainContent a:visited {
color:#f18e00;
text-decoration:none;
font-size:14px;
}
.thrColFixHdr #mainContent a:hover {
	text-decoration:underline;
}
.small{
	font-size:9px;
}
.quote{
	font-size:10px;
	font-style:italic;
}
a img {
	border:0;
	}
.sitemap_l2 {
padding: 0 0 0 15px;
}
.sitemap_l3 {
padding: 0 0 0 30px;
}