@charset "utf-8";
/* CSS Document */

html {
	margin: auto;
}

body {
	margin: 0;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #736F6E;
}

img {
	border: 0;
}

#main {
	margin: auto;
	width: 945px;
	padding: 2px 7px 0px 7px;
	background-image: url(/_images/bg.gif);
	background-repeat: repeat-y;
}

#popup {
	margin: auto;
	width: 945px;
	padding: 2px 7px 0px 7px;
	background-color: blue;
	background-repeat: repeat-y;
}


#head {
	margin: 0;
	padding: 0;
}

#metanav, #nav {
	width: 838px;
	text-align: right;
	margin: 1px 0 1px 0;
	padding: 7px 93px 0 0;
	height: 26px;
	background-image: url(/_images/bg_metanav.jpg);
	background-repeat: repeat-x;
	color: white;
}

#metanv ul {
	margin: 0;
	padding: 0;
}

#metanav li.wo {
	background-image: none;
}

#metanav li {
	float: right;
	margin: -10px 0 0 0;
	padding: 0 0 0 12px;
	list-style: none;
	background-image: url(/_images/li_nav.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-position: 6px
}

* +html #metanav li {
	margin: 0;
	padding: 0 0 0 12px;
}
#metanav a {
	color: white;
	text-decoration: none;
}

#metanav a:hover {
	text-decoration: underline;
}

#nav {
	width: 931px;
	padding: 0;
	height: 75px;
	text-align: center;
	background-image: url(/_images/bg_nav.jpg);
}

#nav a {
	color: white;
	font-size: 18px;
	text-decoration: none;
}

#nav ul {
	float: left;
	margin: 0 0 0 93px;
	padding: 0 1px 0 0;
	background-image: url(/_images/li_nav.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#nav li {
	margin: auto;
	padding: 0;
	float: left;
	width: 148px;
	list-style: none;
	background-image: url(/_images/li_nav.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1px;
	height: 75px;
	text-align: left;
}

#nav a.on {
     background-image: url(/_images/bg_nav_ov.jpg);
}

#nav ul li a {
	display: block;
	width: 135px;
	height: 63px;
	background-repeat: repeat-x;
	padding: 12px 0 0 13px;
	text-transform: uppercase;
}

#content, #content.large {
	padding: 30px 0 30px 93px;
	/*min-height:200px;
	height:auto !important;
	height:200px;*/
}

#content.large {
	padding: 30px 18px 30px 18px;
}

#content #text_idx {
	float: left;
	width: 398px;
	padding: 0 50px 0 0 ;
	margin-bottom: 30px;
}

#text_idx h1 {
	margin: 0;
	padding: 0;
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #4c4c4c4c;
}

#text_idx p {
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 1.3em;
}

#newsbox {
	float: left;
	width: 280px;
	padding: 0 0 0 17px;
	border-left: 1px solid #CCC;
}

#newsbox h2 {
	width: 263px;
	height: 33px;
	background-image: url(/_images/h2_bg.jpg);
	background-repeat: repeat-x;
	color: white;
	margin: 0;
	padding: 6px 0 0 17px;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}

#newsbox p {
	width: 246px;
	margin: 0;
	padding: 0 17px 17px 17px;
	background-image: url(/_images/bg_box.jpg);
	background-repeat: repeat-x;
	background-color: #DBDBDB;
	color: #4c4c4c4c;
}

#newsbox.overview {
	padding: 0 0 0 17px;
	border-left: 1px solid #B9B9B9;
	width: 243px;
	margin-bottom: 17px;
}

#newsbox.overview h2 {
	width: 209px;
}

#newsbox.overview p {
	width: 193px;
}

#newsbox p a {
	font-weight: bold;
	color: #0E4B69;
}

#newsbox p a:hover {
	color: #12709B;
}

#footer {
	margin-left: -7px;
	background-image: url(/_images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-color: #CCC;
	padding: 7px;
	text-align: center;
	color: #959595;
}

#footer a {
	color: #959595;
	text-decoration: none;
}

#footer a:hover {
	color: #959595;
	text-decoration: underline;
}

.row, .row_wo, .sub, .text, .text_small {
	float: left;
	width: 243px;
	background-image: url(/_images/line_vertical.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 17px;
}

.row_headline {
	float: left;
	width: 228px;
	margin: 0 17px 15px 15px;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
}

.text ul, .text_small ul {
 margin-top: 0px;
 padding-top: 0px;
}

.text li, .text_small li {
 margin-top: 6px;
}


.text p, .text_small p {
 margin-bottom: 3px;
}

.sub {
	width: 226px;
	background-image: none;
	margin-right: 23px;
}

.text {
	width: 511px;
	padding-right: 61px;
	color: #4c4c4c4c4c;	
}

.text_small {
	width: 406px;
	padding-right: 17px;
	color: #4c4c4c4c;	
}

.text_overview {
	float: left;
	width: 485px;
	padding-right: 17px;
	margin-bottom: 17px;
}

.text h1, .text_small h1, .text_overview h1 {
	font-size: 1.3em;
	color: #0E4B69;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.row_wo {
	background-image: none;
	margin-right: 0;
}

ul.overview, ul.overview li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.overview li {
	width: 226px;
	background-image: url(/_images/bg_block.jpg);
	background-repeat: no-repeat;
	margin-bottom: 13px;
}

ul.overview li.subnav {
	margin-bottom: 8px;
}

li.subnav p {
	display: none;
}

ul.overview li.subnav_on {
	margin-bottom: 8px;
    background-image: url(/_images/bg_block_ov.jpg);
}

li.subnav_on a {
	color: white;
    background-image: url(/_images/line_block_ov.gif);
}

.block_footer {
	width: 226px;
	height: 3px;
	background-image: url(/_images/bg_block_bottom.jpg);
	background-repeat: no-repeat;
	background-color: white;
	margin: 0;
	line-height: 0;
}

.row a, .row_wo a, .sub a {
	display: block;
	width: 194px;
	padding: 9px 16px 8px 16px;
	background-image: url(/_images/line_block.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 1.4em;
	font-weight: normal;
	color: #0E4B69;
	text-decoration: none;
}

.row a:hover, .row_wo a:hover, .sub a:hover {
	text-decoration: underline;
}

.row p, .row_wo p, .sub p  {
	margin: 0;
	padding: 8px 16px 8px 16px;
}

div.download, div.download_small {
	background-image: url(/_images/bg_download.jpg);
	background-repeat: repeat-x;
	width: 500px;
	margin-top: 18px;
	padding:  8px 21px 8px 21px;
}

div.download_small {
	width: 362px;
}

div.download h3, div.download_small h3 {
	font-size: 1em;
	margin: 0 0 8px 0;
	padding: 0;
	text-transform: uppercase;
}

ul.down, ul.down li {
	margin: 0;
	padding: 0;
}

ul.down li {
	list-style: none;
	background-image: url(/_images/file_pdf.gif);
	background-repeat: no-repeat;
	padding: 0 0 3px 22px;
	margin: 4px 0 2px 0;
}

ul.down li a {
	font-weight: bold;
	text-decoration: none;
	color: #0E4B69;
}

ul.down li a:hover {
	text-decoration: underline;
}

#right {
	float: left;
	width: 203px;
}

#right .img {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

/*a:hover {
	color: #000;
	background-image: url(/_images/line_block_ov.gif);
}*/

.block_news {
    margin: 0px 0px 5px 0px;
    padding: 10px 0px 10px 0;
    border-bottom: 1px solid #CCC;
}

.block_news a {
	color: #0E4B69;	
	font-size: 1.1em;
}

.block_news a:hover {
	text-decoration: none;
}

.block_news p {
	margin: 2px 0 0 0;
}

#fcontact label {
	display: block;
	float: left;
	width: 110px;
	padding: 4px 0 0 0;
}

#fcontact input.txt {
	display: block;
	float: left;
	width: 280px;
	border: 1px solid #B9B9B9;
	background-color: #E5E5E5;
	margin-bottom: 6px;
}

#fcontact br {
	clear: left;
}

#fcontact textarea {
	display: block;
	float: left;
	width: 280px;
	border: 1px solid #B9B9B9;
	background-color: #E5E5E5;
	margin-bottom: 6px;
}

a.request {
	display: block;
	clear: left;
	float: left;
	background-image: url(/_images/request.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 20px;
	margin-top: 10px;
	text-decoration: none;
	color: #0E4B69;
}

a.request:hover {
	text-decoration: underline;
}
