@charset "utf-8";
/* Normal, standard links. */

.adres-color {
	color: #b72c2c;

}
a:link, a:visited {
	color: #b72c2c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1{
padding:0;
margin:0;
}
img {
border:none;
}
select{
	background-color:#e7e7e7;
	border:1px solid #999999;
	padding:0px;
	margin:0px;
}
input{
	padding:0px;
	margin:0;
	background-color:#e7e7e7;
	border: 1px solid #999999;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFFFF;
	background-image: url(img/header_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width:auto;
}
#container {
	width: 95%;
	min-width: 790px;
	max-width: 1200px;
	_width: 790px;
	_overflow:visible;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 5px 0 5px;
	background-image:url(img/circle_content.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
#footer {
	height:30px;
	width:100%;
	min-width: 800px;
	margin:auto;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-image: url(img/footer_bg.png);
}
#footer p {
	padding: 3px 0 1px 0;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #b72c2c;
}
#footer p.small {
	padding: 0;
	font-size: 7pt;
	color: #c5c5c5;
}

#header {
	height: 83px;
	padding: 0;
	margin: 0;
	text-align: right;
}
#lang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	padding:0;
	float:left;
	margin:14px 0px 0px 10px;
	_margin:14px 0px 0px 5px;
	background-image: url(img/lang_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:171px;
	height: 27px;
}
#lang span.right {
	background-image: url(img/lang_bg.png);
	background-repeat: no-repeat;
	background-position: -490px 0px;
	float: right;
	width: 10px;
	height: 26px;
	padding: 0;
	margin: 0;
}
#lang form{
padding: 0px 0px 0 12px;
margin: 0;
}
#lang select{
width:90px; 
margin: 3px 0px 0 5px;


}
#lang input{
margin: 0px 0px 1px 0px;


}
#header #logo {
	height:83px;
	width:470px;
	margin: 0;
	padding:0;
	float:left;
	display:block;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header #info {
	height:83px;
	width:229px;
	margin: 0 0 0 485px;
	padding:0;
	display:block;
	background-image: url(img/info.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header #info:hover {
	background-image: url(img/info_a.gif);
}
#header #stim {
	height:83px;
	width:70px;
	margin: 0;
	padding:0;
	float:right;
	display:block;
	background-image: url(img/stim.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu_top {
	margin: 1px 5px 0 300px;
	padding: 0;
	width: 58%;
	background-image:url(img/button_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 38px;
	height:59px;
	text-align:center;
}

#menu_top span.right {
	margin: 0;
	padding: 0;
	background-image:url(img/button_bg.png);
	background-repeat: repeat-x;
	background-position: -1990px 38px;
	width:10px;
	float:right;
	height:59px;
}
#menu_top ul {
	list-style: none;
	line-height: 1em;
	padding: 0;
	
	margin: 0 auto;

}
#menu_top li {
	display:inline-block;
	_display:inline;
	
	*display:inline;
	zoom: 1;
	width:70px;
	text-align:left;
	position:relative;
	padding: 0 10px 0 10px;
	margin: 0;
	
}

#menu_top li span {
	background-repeat:no-repeat;
	text-align:center;
	width:100%;
	background-position: center center;
	display:block;
	height:38px;
	_cursor: hand;
}
#menu_top li a.firstlevel {
	font-family: Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration:none;
	padding: 0px 10px 4px 10px;
	display: block;
	text-align:center;
	width:100%;
}
#menu_top li a.firstlevel:hover {
	color: #b72c2c;

}
#menu_top li ul {
	z-index: 90;
	display: none;
	position: absolute;
	font-weight: normal;
	border-top:  solid 1px #535454;
	border-bottom: solid 1px #535454;
	background-color:#e7e7e7;
	padding: 0px;
	margin: 0px 0 0 0;

}
#menu_top li li {
	width: 19em;
	margin: 0;
	border-left: solid 1px #535454;
	border-right: solid 1px #535454;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#menu_top li li a {
	display:block;
	padding: 4px;
	color: #000000;
	text-decoration:none;
}
#menu_top li li a:hover {
	color: #b72c2c;
	background-color:#686868;
	border:none;
}
#menu_top ul li ul ul {
	margin: -1.8em 0 0 13em;
}
/* the hover effects on level2 and 3*/

#menu_top li:hover ul ul, #menu_top li:hover ul ul ul {
	top: -999em;
}
#menu_top li li:hover ul {
	top: auto;
}
#menu_top li:hover ul {
	display: block;
}
#menu_top li li.additional_items {
	background-color: #fff;
}
#fmenu {
	float:right;
}
#content_top {
	padding: 0px 0 0 0;
	margin: 0 0 5px 0;
	height:59px;
}
#content {
	padding: 0;
	margin: 0;
}
#main_content {
	margin: 0px 10px 20px 210px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	padding: 15px 1px 1px 1px;
}
#main_content h1, #main_content .modtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-stretch:normal;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
	margin: 0px 0 0px 0;
	height:20px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #7aa771;
	padding:0px 0 0px 0;
}
#main_content h1 span, #main_content .modtitle span.modtitle {
	font-size: 19pt;
	color: #000000;
	border: none;
	font-weight: bold;
	margin: 0px 15px 0px 0;
	padding:0;
	line-height: 15pt;
}
#main_content h2, #main_content div.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cacaca;
	font-weight: bold;
	margin: 20px 0 0 0;
	
}
#main_content .extended_top {
	padding: 0 5px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
}
#main_content .extended_bottom {
	background-color:#e7e7e7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #343434;
	border-top-width: 1px;
	border-top-style:dotted;
	border-top-color: #cacaca;
	height:16px;
}
#main_content .extended_bottom .fltrt {
	padding: 0 8px 0 8px;
}
#main_content div.content {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	margin:0 5px 0 5px;
}

#main_content div.indent p {
text-indent:1em;
}
#main_content p.indent {
text-indent:1em;
}
/* Tips for menu_left:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqRtHdr #menu_left p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#menu_left {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 15px; /* top and bottom padding create visual space within this div  */
	padding-left:9px;
	margin: 0;
}
#menu_left h1, #menu_left .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #b72c2c;
	padding: 0 0 0 0px;
}
#menu_left .content {
	width:171px;
	background-color:#e7e7e7;
	background-image: url(img/menu_top.png);
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
}
.sidebar .content ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 5px 5px;
}
.menu .content ul {
	list-style-type:none;
	margin: 0;
	padding: 0 0 0 5px;
}
.menu .content ul li {
	padding: 1px 1px 1px 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	
}
.menu .content ul li:hover {

}
.menu .content ul li a {
	color: #000000;
	text-decoration:none;
}
.menu .content ul li a:hover {
	color: #b72c2c;
}
#main_content .news {
	border: 1px solid #333333;
	background-color: #CCCCCC;
}
/* Miscellaneous classes for reuse */
.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. The floated element must precede the element it should be next to on the 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;
	display:block;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#comments p {
	font-size: 8pt;
	padding:3px;
	margin:0px;
}
#comments .color1 {
	background-color:#FFFFCC;
}
#comments .color2 {
	background-color:#FFFFFF;
}
#comments .comment {
}
#comments .comment .mod {
	float:right;
	font-size:9px;
}
.comment .mod a {
	color:#99CC66;
	text-decoration:none;
}
.comment .mod a.hover {
	color:#990000;
	text-decoration:underline;
}


