html, body
{ 
	margin:0; 
	padding:0; 
	background-color:white;
	background-image:url(../pics/2.gif);
	background-repeat:repeat-x;
	text-align:center;
} 

p, ul
{
	margin-top:0px;
	margin-bottom:25px;	
}

#topheader
{
	position:relative; 
	height:318px; 
	width:100%;
	border-left:solid 2px #cbe8f5;
	border-right:solid 2px #cbe8f5;
	border-top:solid 2px #cbe8f5;
} 
 
#maincontainer
{ 
	width:970px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
} 

.bluebar
{
	background-color:#cbe8f5; 
	height:24px; 
	width:815px; 
	padding-top:5px
}

.subbar
{
	height:24px; 
	width:810px; 
	padding-top:9px
} 

#foot
{
	height:90px;
	width:970px;
	clear:both;
	border-left:solid 2px #cbe8f5;
	border-right:solid 2px #cbe8f5;
	border-bottom:solid 2px #cbe8f5;
} 

#leftpart
{
	width:86px; 
	float:left; 
	position:relative; 
}
 

.flofix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.hauptmenu 
{
	padding-left:4px;
}

.hauptlink
{
	font-family: Arial, Helvetica, Verdana;
	font-size:14px;
	font-weight:bold;
	color:#f08b16;
	text-decoration:none;
}

.hauptlinkhit
{
	font-family: Arial, Helvetica, Verdana;
	font-size:14px;
	font-weight:bold;
	color:#222873;
	text-decoration:none;
}

.hauptlink:hover
{
	color:#222873;
}

.menucircle
{
	padding-left:5px;
}

.sublink
{
	padding-left:14px;
	font-family: Arial, Helvetica, Verdana;
	font-size:12px;
	font-weight:normal;
	color:#222873;
	text-decoration:none;
}

.sublink:hover
{
	color:#f08b16;
}
.sublinkhit
{
	padding-left:14px;
	font-family: Arial, Helvetica, Verdana;
	font-size:12px;
	font-weight:bold;
	color:#222873;
	text-decoration:none;
}

.centerframe
{
	font-family: Arial, Helvetica, Verdana;
	font-size:12px;
	font-weight:normal;
	color:#172972;
}

.centerframebold
{
	font-family: Arial, Helvetica, Verdana;
	font-size:12px;
	font-weight:bold;
	color:#172972;
}

h1
{
	margin-top:0px;
	margin-bottom:5px;
	font-size:15px;
	font-weight:bold;
	color:#172972;
	text-align:left;
}

h2
{
	margin-top:0px;
	font-size:14px;
	font-weight:bold;
	color:#172972;
	text-align:left;
}


#centerframe p
{
	padding-bottom: 5px;
}

.textspace
{
	height:30px;
}

#innercontainer a 
{
	color:#f08b16;
	font-style:italic;
}

#innercontainer a:hover 
{
	color:#172972;
}

.mediadownloadlink
{
	font-family: Arial, Helvetica, Verdana;
	font-size:12px;
	color:#172972 !important;
	font-style:italic;
	width:255px;
	text-align:left !important;
	cursor:default ;
}

.mediadownloadlink:hover
{
	color:#f08b16 !important;
	cursor:pointer ;
}

.text
{
	font-family: Arial, Helvetica, Verdana;
	font-size:12px;
	font-weight:normal;
	color:#172972;
}

.textfett
{
	font-weight:bold !important;
}

.flofix{display: inline-block; background-color:white}
* html .flofix{height: 1%;}
.flofix{display: block;}
