/* CSS Document */

body, h1, h2, h3, h4, h5, h6, ul, li, ol, div, p, a, img {
	margin: 0;
	padding: 0;
}



body {
	background: #ffffff;
	background-image: url(../bilder/hg_verlauf.jpg); 
	background-repeat: repeat-x;
}


/* Kopf */
#head  {
	width: 900px;
	height: 124px;	
	margin: 0 auto 0;
}

#head img  {
	width: 900px;
	height: 124px;
	border: 0px;
}

/* Hauptnavigation */

#container  {
	width: 100%;
	height: 55px;
	background-image: url(../bilder/hg_button_verlauf.gif); 
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}

/* Inhalt */

#container2  {
	width: 900px;
	margin: 0 auto 0;
}

.leftContent  {
	width: 200px;
	float: left;	
}


.content  {
	width: 456px;
	min-height: 400px;
	padding-left: 22px;
	padding-right: 22px;
	margin: 0px;
	border-right: 1px #D6D3BE solid;
	float: left;
	text-align: left;	
}

.content img  {
	padding-bottom: 0px;	
}

.rightContent {
	width: 186px;
	float: right;
	padding-left: 12px;		
}






/* Left Navigation */

ul.naviLeft {
	width: 200px;
	border-top: 0px #D6D3BE solid;
	float: left;		
}

ul.naviLeft li {
	list-style-type: none;	
	display: list-item;
	border-bottom: 1px #D6D3BE solid;
	padding-bottom: 6px;
	padding-top: 6px;	
}


/* Right Navigation */

ul.naviRight {
	width: 186px;
	float: right;
	padding-bottom: 12px;
	border-bottom: 1px #D6D3BE solid;
	text-align: left;			
}

ul.naviRight li {
	list-style-type: none;	
	display: list-item;
	background-image: url(../bilder/hg_pfeil.gif); 
	background-position: left top;
	background-repeat: no-repeat;	
	padding-left: 11px;
	text-align: left;		
}



.language {
	padding-bottom: 6px;
	border-bottom: 1px #D6D3BE solid;
	text-align: center;			
}



.language img {
	border: 0px;		
}

.naviTitel {
	padding-top: 12px;	
	padding-bottom: 10px;
	float: left;	
}

.NewsNavi {
	padding-bottom: 12px;
	border-bottom: 1px #D6D3BE solid;
	float: left;	
}

.bodytext{
	text-align: left;
}

.back {
	background-color: #F6EFCE;
	padding: 4px;
}

#footer  {
	width: 900px;
	margin: 0 auto 0;	
}

#footer img  {
	width: 900px;
	height: 1px;
	padding-top: 25px;
}


.adresse {
	padding-top: 10px;
	padding-left: 222px;
	width: 456px;
	text-align: left;
}



