@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:11px; 
  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: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/cont_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
} 
.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;
} 
.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:0;
padding-left:0;

}
.thrColFixHdr .printlogo {
	display:none;
}
.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: 100%;
	padding: 0px;
}
.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: 100%;
	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: #9a9b9d; /* padding keeps the content of the div away from the edges */
	height: 100%;
	padding: 0px;
	margin: 0px;
}
.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: 384px;
	width: 227px;
	overflow:hidden;
	position:relative;
}
.thrColFixHdr #impresum {
	float: right; 
	padding:0;
	height: 20px;
	width: 100%;
	overflow:hidden;
	position:absolute;
	vertical-align:bottom;
	background-image: url(../images/cont_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin:0;

}
.thrColFixHdr #impresum a{
padding-left:782px;
color:white;
text-decoration:none;
font-weight:bold;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 228px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	overflow: auto;
	height: 100%;
	min-height: 440px;
	width:514px;
	scrollbar-face-color : #ffffff; 
	scrollbar-highlight-color : #ffffff; 
	scrollbar-3dlight-color : #999999; 
	scrollbar-shadow-color : #ffffff; 
	scrollbar-darkshadow-color : #ffffff; 
	scrollbar-track-color : #ffffff; 
	scrollbar-arrow-color : #f18e00; 
	scrollbar-highlight-color:#ffffff; 
} 
.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;

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

}
a.sublevelslc:link, a.sublevelslc:visited, a.sublevelslc:hover, a.sublevel:hover {
	font-size: 11px;
	font-weight:bold;
	color: #333333;
	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;

	padding:  0 0 2px 15px;
	margin: 5px 0 5px 0;
}
ul.subnav{
	list-style-type:none;
	padding: 0;
	margin: 0 0 0 15px;
}
ul.subnav li{
	background:none;
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	padding:  0;
	margin: 0;
}
ul.subsubnav{
	list-style-type:none;
	padding: 0;
	margin: 0 0 0 20px;
}
ul.subsubnav li{
	background:none;
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	padding:  0;
	margin: 0;
}
h1, #mainContent h1 { 
	color: #808080;
	font-size:  13px;

}
h2, #mainContent h2 { 
	color: #525252;
	font-size:  11px;

}
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;

	padding:  0 0 2px 15px;
	margin: 5px 0 5px 0;
}
ul.rightnav li a:link, ul.rightnav li a:visited {
	font-size: 11px;
	font-weight:bold;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
ul.rightnav li a:hover, ul.rightnav li a.rightnavsel:link, ul.rightnav li a.rightnavsel:visited,  ul.rightnav li a.rightnavsel:hover  {
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}
ul.rightnav li ul.subnav{
	list-style-type:none;
	padding: 0;
	margin: 0 0 0 10px;
}
ul.rightnav li ul.subnav li{
	background:none;
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	padding:  0;
	margin: 0;
	text-transform: none;
}
ul.rightnav li ul.subnav li a.sublevel:link, ul.rightnav li ul.subnav li a.sublevel:visited {
	font-size: 11px;
	font-weight:bold;
	color: white;
	text-decoration: none;
	text-transform: none;
}
ul.rightnav li ul.subnav li a.sublevelslc:link, ul.rightnav li ul.subnav li a.sublevelslc:visited, ul.rightnav li ul.subnav li a.sublevelslc:hover, ul.rightnav li ul.subnav li a.sublevel:hover {
	font-size: 11px;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
	text-transform: none;
}

.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:11px;
}
.thrColFixHdr #mainContent a:hover {
	text-decoration:underline;
}
.small{
	font-size:9px;
}
.quote{
	font-size:10px;
	font-style:italic;
}
a img {
	border:0;
	}





ul#sitemap 
{
list-style-type: none;
padding: 0;
margin: 0;
}
.sitemap_l1 {
padding: 0;
margin: 0;
}
.sitemap_l2 {
padding: 0 0 0 20px;
}
.sitemap_l3 {
padding: 0 0 0 40px;
}
.thrColFixHdr #mainContent ul#sitemap a:link, .thrColFixHdr #mainContent ul#sitemap a:active, .thrColFixHdr #mainContent ul#sitemap a:visited {
color:black;
text-decoration:none;
font-size:11px;
}
.thrColFixHdr #mainContent ul#sitemap a:hover {
text-decoration:underline;
}
.thrColFixHdr #mainContent #black_linked a:link, .thrColFixHdr #mainContent #black_linked a:active, .thrColFixHdr #mainContent #black_linked a:visited {
color:black;
text-decoration:none;
font-size:11px;
}
.thrColFixHdr #mainContent #black_linked a:hover {
text-decoration:underline;
}
input, textarea {
	font: 11px Verdana, Helvetica, sans-serif;
}

.field_300 {
	width:300px;
}
.field_120 {
	width:120px;
}
.field_160 {
	width:160px;
}
.news_title {
	color: #808080;
	font-size:  13px;
	font-weight:bold;
	margin:0;
	padding-bottom:5px;
}
.news_text{
margin:0;
padding:0;

}
.news_image{
	padding-left:10px;
	padding-bottom:5px;
}
.news_read_more{
	padding-top:5px;
	padding-bottom:5px;
}
.error_msg {
font-size:9px;
color:red;
}

