﻿body, html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family:  Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	background-color: #D9D9D9;
}

h2{
	width: 100%;
	margin: 0 0 10px 0;
	color:#00418E;
	font-size: 10pt;
	border-bottom: dashed 1px #90B416;
	padding: 7px 0 9px 0;
}h3{
	margin: 0 0 10px 0;
	color:#00418E;
	font-size: 10pt;
}



hr{
	border: none;
	width: 100%;
	border-bottom: dashed 1px #90B416;
	float: left;
	margin: 30px 0 10px 0;
}

#container{	
	width: 780px;
	background-color: white;
}

#bannerAds
{
	width:inherit;
	height:90px;
	background-color:#D9D9D9;
}

#logoHeader{
	width: inherit;	
	height: 123px;
}

#logoNora{
	float:left;
}

#logoDSDF{
	float:right;
	margin-right: 4px;
	margin-top: 12px;
}

img{
	border: none;
}

a:link, a:active, a:visited
{
	border: none;
}

a:hover
{
	border: none;
}

#menu{
	background-color: #002D66;	
	width:inherit;
	height: 27px;
}

#menu ul{
    width: 625px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	float:right;
}

#menu ul li{
	float: left;
	padding: 0 0 0 9px;	
	/*border-left: dashed 1px white;*/
	background-image:  url('../images/nav_trennlinie.gif');
	background-position:0 0px;
	background-repeat: repeat-y;
}

#menu li a:link, #menu li a:visited, #menu li a:active,#menu li a:hover{
	margin-top: 7px;
	height: 22px;
	width: 83px;
    display:block;
    color: white;
    text-decoration:none;
    font-size: 9pt;
}

#menu li a:hover
{
	font-weight:bold;	
}

#menu .home a:link, #menu .home a:visited, #menu .home a:active,#menu .home a:hover{
	width: 63px;
}

.stretch{
	height: 200px;
}

#content{
	height: 100%;
}

#featureTopics{
	width: 155px;
	height: 100%;
	padding: 0;
	background-color: #90B416;
	margin-top: 3px;
	float: left;
}

#featureTopics li a:link, #featureTopics li a:visited, #featureTopics li a:active,#featureTopics li a:hover{
    color: white;
    text-decoration:none;
}

#featureTopics li a:hover
{
	 text-decoration:underline;
	 
}

#featureTopics ul{
	margin: 15px 0 15px 7px;
	padding: 0;
}

#featureTopics ul li{
	list-style-type: none;
    background-image: url('../images/icon_neg_quadratw.gif');
    background-repeat:no-repeat;
    background-position: 0px 3px;
    margin: 0 0 0 0px;
	padding: 0;
	font-size: 8pt;
	margin-bottom: 7px;
	padding-left: 10px;
}

#featureTopics .currentMenuPage{
    background-image: url('../images/icon_quadrat_hell.gif');
    font-weight: bold;
}

#featureTopics .currentSubPage{
    background-image: url('../images/icon_quadratw.gif');
    font-weight: bold;
}

#mainContent{
	width: 603px;
	height: 100%;
	padding: 5px 0 0 0px;
	margin-right: 10px;
	float: right;
	font-size: 8pt;
	text-align:justify;
	border: solid 0px black;
}

#mainContent a:link, #mainContent a:visited, #mainContent a:active,#mainContent a:hover{
    font-weight:bold;
    color: #002D66;
    text-decoration:none;
}

#mainContent a:hover{
	text-decoration:underline;
}

.contentTable01 td, .contentTable01 tr, .contentTable01 
{
	margin: 0;
	padding: 0px;
}

.picTD,.txtTD
{
	vertical-align:top;	
}

.picTD img
{
	margin-right: 10px;	
}


#footer{
	background-color:#002D66;
	margin-top: 3px;
	padding-top: 3px;
    width: inherit;
    height:17px;
    color: white;
    text-align:center;
    font-size: 8pt;
    
}

#googleAds{	
    background-color:#002D66;
	margin-top: 3px;
    width: inherit;
    height:115px;
}

/* clearfix hack */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: visible;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}