/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

a {
	color: #147;
	text-decoration:none;
	
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #000;
}


div.second {
	background: #dbecff;
	padding: 5px 10px;
	margin-bottom: 10px;
}

div.second ul {

	margin-left: 15px;
}

div.second ul li {
	margin-bottom: 5px;
    zoom: 1;
}

small {
	line-height: 18px;
}	

small.date {
	display: block;
}

div.second img {
	margin: 0 0 0 -10px;
	padding: 10px 0 0 0;
}

.padder {
	margin: 10px 0;
	padding: 5px;
	background: #EEE;
}

html {
	margin: 0;
	padding: 0;
	height: 101%;
}

body {

	background: transparent url(./layout/background_body_grey2.gif) repeat-y scroll center top;
	padding:  0 ;
	margin: 0 ;
	

}






p {

	margin: 0 0 9px 0;
}

ul,ol {
	margin: 9px 0;
}



h1, h1 a, h2, h2 a {
	margin: 0 ;
	font-size: 16px;
	text-decoration:none;
	font-weight: bold;
    margin: 2px 0 7px 0;
}

h3, h3 a {
	font-size: 13px;
	text-decoration:none;
    margin: 2px 0;
}

h3 small {
	font-weight: normal;f
}

h3 em {


	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

h3,h4,h5,h6 {
	margin:  11px 0 0 0;
}

#header {
	position: relative;
	height: 320px;
	background: url(./layout/Header2.png) no-repeat;
	background-position:center;
	
	
}

#header h1 {
	/*position: absolute;
	
	bottom: -0,7em;  */
	color: #FFF;
	font-size: 32px;
	line-height: 70px;
	font-weight: bold;
	text-align:center;
	text-transform:uppercase;
	background: #302e81;
    margin: 0;
}

#header h2 {
	position: absolute;
	left: 570px;
	top: 48px;
	color: #FFF;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
    margin: 0;
}


#header ul {
	position: absolute;
	right: 15px;
	bottom: 15px;
	list-style:none;
}

#header ul li {
	float: left;
}

#header ul li a {
	color: #FFFFFF;
	padding: 0 10px;
	text-decoration: none;
}

#no {

	display: none;
}

#main {
	width: 970px;
	margin: 0px auto;
	background: #FFF;
	padding-bottom: 0px;
	/*background: url(./layout/bg.png) left top;  */
}


#footer {
	clear: both;
	width: 970px;
	/*margin: auto;*/
	border-top: 10px solid #FFF;
	padding: 5px 0px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background: #302e81;
	
}

#footer div {
	min-height: 0;
}

#footer a {
	color: #FF6600;
}
#navi {
	float: left;
	width: 180px;
	margin-left: 15px;
	margin-top: 10px;
    display: inline;
    text-decoration: none; 
	background: #c7c6dd;
}

ul#nav,
ul#nav ul {
	float: left;
	padding: 0;
	width: 180px; /* Width of Menu Items */
	/*border-bottom: 1px solid #ccc;*/
	background: #c7c6dd; /* IE6 Bug */
	color: black;
	}
 
ul#nav li {
	position: relative;
	list-style: none;
	text-indent: 40px;
	text-decoration: none;
	text-transform:uppercase;
	line-height: 30px;
	
	color: #2e2f81;
	}
 
ul#nav li a {
	display: block;
	text-decoration: none;
	color: #2e2f81;
	padding: 5px;
	/*border: 1px solid #FFF;*/
	border-bottom: 0;
	background: url(./layout/key.png) left center  no-repeat;
	}
	
 
/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */
 
ul#nav ul {
	position: absolute;
	display: none;
	left: 179px; /* Set 1px less than menu width */
	top: 0;
	}
 
ul#nav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
 
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.over ul ul,
ul#nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */
 
ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li.over ul,
ul#nav li li.over ul,
ul#nav li li li.over ul { display: block; } /* The magic */
 
ul#nav li.menuparent { background: transparent url(arrow.gif) right center no-repeat; }
 
ul#nav li.menuparent:hover,
ul#nav li.over { 
	background-color: #3D73A8 ; 
}
 
 
ul#nav li a:hover { 
	color: #FFF;
	background: #3D73A8;
	background: url(./layout/key.png) left center  no-repeat;
}
 
#ivlogo {
	float: left;
	width: 170px;
	margin-bottom: 10px;
	background: #c7c6dd;
}


#news-latest-item .h3 {
	background: #c7c6dd;
	color: #FFFFFF;
}

.block {
	margin: 0 0 0 15px;
	float: left;	
	padding: 0;
	
}


.size50 {
	width: 365px;
}

.size75 {
  margin: 10px auto;
	width: 555px;
}

.size25 {
	width: 175px;
}

.size37 {
	width: 365px;
}

.size66 {
	width: 680px;
}
.size33 {
	width: 250px;
}

.size35 {
	width: 270px;
	padding: 5px 10px;
	background: #eff6fd;
}

.size100 {
	width: 745px
}



.block ul {
	list-style: square;
	margin-left: 30px;
}

.block ol {
	margin-left: 30px;
}


.block small {
	font-size: 10px;
	line-height:15px;
	color: ##00386F;
	
}


.block img {
	padding-top: 5px;
	padding-right:  0;
	padding-bottom: 5px;
	padding-right:  15px;
	border: 0;
	float: left;
}

.block img.break {
    clear: left;
}



.block img.lastinline {
	padding-right: 0;
}


h3 span {

	color:#990000;
	font-size: 10px;
	line-height: 15px;
}	

em {

	;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	display: block;
	line-height: 0;
	font-size: 1px;
	height: 0;
}


ul.archiv {
	margin:  5px 0 0 15px;
}

ul.archiv li {
	padding-bottom: 3px;
}

ul.archiv li a {
	text-decoration: none;
}

.error {
	font-weight: bold;
	color: #900;	
}

input {
	font-weight: normal;
}

input.button {
	padding: 3px 10px;
}

input.submitbutton {
	padding: 3px 10px;
	font-weight: bold;
}



label {
	display:block;
	font-weight: bold;
	padding: 0 0 10px 0;
}

