body{
	margin: 0;
	text-align: center;
	/* im IE verhindern, dass er die Höhe von Zeichen an stelle von height nimmt */
	font-size:0px;
	font-family:arial;
}
td{
	vertical-align:top;
}
div{

}
div.body{
	margin : 0 auto;
	width: 1024px;
}

div.start_header{
	height: 154px;
	background-image:url('../ngimages/start_header.gif'); 
	background-repeat:no-repeat;
}

div.content_header{
	height: 75px;
	background-image:url('../ngimages/content_header.gif'); 
	background-repeat:no-repeat;
}

div.top_bar{
	height: 15px;
	background-image:url('../ngimages/top_bar.gif'); 
	background-repeat:no-repeat;
}

div.content{
	font-size: 10pt;
}
.left_right_blank{
	width:24px;
}

.left_bar{
	width:180px;
}

.middle{
	width:100%;
}

.right_bar{
	width:180px;
}

div.site_info{
	color:#032F62;
	text-align:left;
	font-weight:bold;
	font-size:10pt;
}
div.menu{
	color:#032F62;
	margin:0px;
	padding:0px;
	font-size:11pt;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
	padding-left: 10px;
}
div.menu_dark{
	background-color:#8BB6DA;
}

div.menu_light{
	background-color:#C1D5E9;
}

div.menu_red{
	background-color:#E26718;
	color: white;
}
div.menu_gray{
	background-color:#D3D3D3;
}
div.right_menu{
	padding-left:20px;
}

a.a_clear{
	text-decoration:none;
}

.hint{
	font-size:10pt;
}

/*Mitte Startseite*/
div.headline{
	text-align:left;
	font-size:18pt;
	font-weight:bold;
	padding-left:30px;	
}
span.highlight{
	color:#CF006E;
}

/* Aufzählung der Vorteile */
div.epi_advantage{
	text-align:left;
}
ul.epi_advantage{
	margin-top:40px;
	font-weight:bold;
	color:#CF006E;
}
.epi_advantage li{
	margin-top:10px;
}
span.advantage_text{
	color:black;
	font-weight:normal;
	font-size:13pt;
}

/* Überschrift content */
div.content_headline{
	text-align:left;
	font-size:11pt;
	font-weight:bold;
	padding-left:150px;	
	padding-top:25px;
}

/*Darstellung der news */
.newscaption {
	color : #094497;
	font-size : 9pt;
	font-weight : bold;
}

.newstitle {
	color : #094497;
	font-size : 9pt;
	font-weight : normal;
}
.newssubtitle {
	color : #094497;
	font-size : 8pt;
	font-weight : normal;
}
.news {
	color : #094497;
	font-size : 8pt;
	font-weight : normal;
}

.news_red {
	color : #ff4497;
	font-size : 8pt;
	font-weight : normal;
}
a.text{
	font-size : 8pt;
}

#maus bewegungen
.hoverOut{
	cursor:pointer;
}
.hover{
	cursor:pointer;
	color:white;
}
.hoverRed{
	cursor:pointer;
	color:#8F3A02;
}

/*agb*/

.agb-title{
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}
.agb-ueberschrift{
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 13px;
}
.agb{
	font-size: 12px;
	text-align:justify; 
}
div#print{
	width: 44px;
	height: 45px;
	cursor:pointer;
	position: relative;
	top:0px;
	float: right;
	background-image: url("../ngimages/print.gif");
	background-repeat: no-repeat;
}