/**********************************************************************
******************** Farben *******************************************
*********************************************************************** 
Blau: #00141F, #002437
gelb: #f90
weiß: #fff
**********************************************************************/

/* ******************************************************************** */
/* @group Global ****************************************************** */
/* ******************************************************************** */

/*Body*/
body{
	text-align:center;
	background:#00141F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#fff;
}
/*Headlines*/
h1{
	font-size:1.5em;
	margin-bottom: 1em;
	font-weight: normal;
}
h1 + h2 {
	margin-top: 0;
}
h2{
	font-size:1.1em;
	margin: 1em 0 .5em 0;
	
}
h3,h4{
	font-size:1em;
}
/*Paragraph*/
p{
	line-height:1.6em;
	margin-bottom:.8em;
}
/*HR---*/
hr {
  background-color:#fff;
  color:#fff;
  border:#fff;
  height:1px;
}
/*Links*/
a:link,
a:visited,
a:active{
	text-decoration:none;
	color:#f90;
}
a:hover,
li.active a{	
	color: #fff !important;
}
a.link{
	background: url('images/pfeil-gelb.gif') no-repeat 0px 3px;
	padding-left: 15px;
	margin-top: 1em;
}
ul{
	margin-bottom: 1.5em;
	padding-left: 0 !important;
}
/* @end */

/* ******************************************************************** */
/* @group Layout ****************************************************** */
/* ******************************************************************** */

/*wrap-alles umgebender-------------------------------------------*/
#wrap{	
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%;
	text-align:left;
}
/*inner-Inhalt mittig ausrichten*/
#wrap .inner{
	position: relative;
	width:950px;	
	margin:0 0 0 25px;
	text-align: left;	
}
/*Header-------------------*/
#header{
	position: fixed;	
	height: 230px;
	left:0;
	width:100%;
	background:#00141F url('images/bg-header.jpg') no-repeat center 90px ;
	z-index: 1;	
}
/*Logo*/
#logo{	
	float: right;
	margin-top: 70px;
	width: 295px;		
}

/*Navigation*/
#mainnavi{	
	position:absolute;
	top:160px;
	left:210px;
}
#mainnavi ul li{	
	display: inline;
	margin-right:30px;	
}
#mainnavi ul li a{	
	color: #002437;
	font-weight: bold;
	text-decoration: none;
	font-size:1.1em;
}
/*Container------------------*/
#container{
	position: relative;
	padding: 230px 0 20px 0;
	background: #002436;
	overflow: hidden;
	z-index: 0;
}
/*Content------------------*/
#content{
	float:left;
	width:725px;
}
#content #image{
	float: left;
	margin-right: 15px;
	width: 300px;
}
#content #image dd{
	font-size: .97em;
	margin: .5em 0;
	padding-right:1em;
}
#content #imagetext{
	float: left;
	width: 350px;
}
#container li{
	margin-bottom: .5em;
}
#content li{
	list-style: square;
	margin-left: 1.2em;
}
/*leftcol------------------*/
#leftcol{
	/*height:  10px;*/
	min-height: 10px;
	float:left;
	width: 200px;
	padding-left:10px;
}
#leftcol .subnavi li a{
	padding-left: 15px;
}
#leftcol .subnavi ul li.active a{	
	background: url('images/pfeil-weiss.gif') no-repeat 0px 3px;
}
/*subnavi*/
.subnavi li{	
	list-style: none !important;
	margin-left: 0 !important;
	
}

#footer{
	position: relative;
	width:950px;		

margin:10px 0 10px 25px;	
	color: #fff;
	font-style: oblique;
	padding-left: 25px;
	height: 100px;
	text-align:left;
}


/* @end */

/* ******************************************************************** */
/* @group Klassen ***************************************************** */
/* ******************************************************************** */

/*Align*/
.la{/* Linksausrichtung*/
	float:left; 
	margin-right:.5em;
}
.ra{/* Rechtsausrichtung*/
	float:right
}
/*Clear All*/
.clear {
	height:1px; 
	font-size:.0001em; 
	clear:both; 
}
/*Align center*/
.center{
	text-align:center;
	margin-bottom:1em;
	}
/*Big fontsize*/
.huge{
	font-size:2em;
}

/* @end */

