/* 		AB HIER DIE HTML-Begriff-STYLESHEETS		*/

body 
{ 
	background-color: #B2C5D4;
	background-image: url('../media/background.gif');	
	background-repeat: repeat-y;
	background-position: top left;
	color: #000000;
	padding: 0px;
	margin: 0px;
	height: 100.1%;
}
html>body { min-height: 100.1% }



/* 		AB HIER DIE LAYER-STYLESHEETS		*/
.div-rundung
{ 
	position:absolute;
	left: 0px;
	top: 0px;
	width: 961px;
	height: 435px;
	background-image:url('../media/ecke.gif');
	background-position: top left;
	background-repeat: none;
 }


.div-container 
{ 
	width:869px;
	position:absolute;
	left: 92px;
	top: 24px; 
	background-image:url('../media/back-container.gif');
	background-repeat: repeat-y;
	background-position: top left;
 }


.div-header
{ 
	width: 869px;
	height: 163px;
	background-color: #FFFFFF;
	padding-top:20px;
	display:block;
 } 

.div-navigation
{ 
	width: 19%;
	background-color: #DAE3EB;
	float:left;
	overflow:visible;
 } 
html>body .div-content { width: 25%; }  

.div-content 
{ 
	background-color: #FFFFFF;
	float:left;
	padding-left: 20px;
	padding-top: 20px;	
	padding-bottom: 20px;
	padding-right: 10px;
 } 
html>body .div-content { width: 75%; } 


/*		AUFTEILUNG DES CONTENT-BEREICHS IN ZWEI SPALTEN		*/

#headlines
{
	float:right;
	width: 47%;
}

#content{
	float: left;
    width: 47%;
} 



.zentriert { 

	padding-left: 40px;

 }





/*		AB HIER DIE NAVIGATION	*/

.navelem a

{ 

	display:block;

	border-bottom: 1px solid #FFFFFF;

	padding-left: 12px;

	padding-top: 8px;

	padding-bottom: 4px;

	padding-right: 8px;
	
	font-family: Verdana;

	font-weight: bold;

	font-size: 100%;

	color: #000000;

	text-decoration:none;

 }



.navelem a:hover 

{ 

	color: #EC1D25;

	text-decoration:none;

 }





.nav-fontsize { 

	border-bottom: 1px solid #FFFFFF;

	padding-left: 12px;

	padding-top:4px;

	padding-bottom: 4px;

	font-family: Verdana;

	font-weight: normal;

	font-size: 100%;

	color: #FFFFFF;

	text-decoration:none;	

	background-color: #B2C5D4;

 } 



.nav-fontsize a {

	font-family: Verdana;

	font-weight: normal;

	font-size: 100%;

	color: #FFFFFF;

	text-decoration:none;

	line-height: 200%;

} 



.nav-fontsize a:hover 

{ 

	color: #000000;

	text-decoration:none;

} 



