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/header.png'); 
	background-repeat:no-repeat;
	background-position:center;
}

div.content_header{
	height: 75px;
	background-image:url('../ngimages/content_header.png'); 
	background-repeat:no-repeat;
	background-position:center;
}

div.top_bar{
	height: 8px;
}

div.content{
	font-size: 10pt;
}
.left_right_blank{
	width:24px;
}

.left_bar{
	width:180px;
}

.middle{
	width:100%;
}

.middle hr {
	margin-left: 68px;
	margin-right: 20px;
}

.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:18px;
	padding-top: 30px;
	padding-left:68px;
	color:#6F6F6F;	
}
span.highlight{
	color:#009EE3;
}

/* Aufz�hlung der Vorteile */
div.epi_advantage{
	text-align:left;
}
ul.epi_advantage{
	list-style-image:url("../ngimages/list_item.png");
	font-weight:bold;
}
.epi_advantage li{
	margin-top:10px;
}
span.advantage_text{
	color:#6F6F6F;
	font-weight:bold;
	font-size:12px;
}

/* �berschrift content */
div.content_headline{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding-top: 44px;
	padding-left:218px;
	color:#6F6F6F;	
}

/*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;
}
