/* CSS Document */

div#stand {
	WIDTH: 800px;
	position: relative;
	MARGIN: 50px auto;		
}

	.header {
	margin: 0;
	padding: 0;
	height: 159px;
	background-image: url(../bilder/kopf.jpg);
	}
	
	.content {
	width: 800px;
	background-image: url(../bilder/hg.jpg);
	background-repeat: repeat-y;
	}
	

/* Navigation */

div#left {
	float: left;
	margin-left: -20px;
	padding-top: 30px;
	position: relative;
	}
	
	.navi {
	left: 0px;
	height: 400px;
	width: 150px;
	} 

	.navi li {
	list-style-type: none;
	color: #E60003;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	border-bottom: #E60003 1px solid;
	width: 90px;
	text-align: left;
	}

	.navi li A:link {COLOR: #FFFFFF; text-decoration: none;}
	.navi li A:visited {COLOR: #FFFFFF; text-decoration: none;}
	.navi li A:active {COLOR: #FFFFFF; text-decoration: none;}
	.navi li A:hover {COLOR: #E60003; text-decoration: none;}


	
/* Textbereich */

div#inhalt {
	float: left;
	font-family: Arial, sans-serif;
	width: 360px;
	position: relative;
	margin-left: 35px;
	margin-top: 30px;
	}

.headline {
	color: #563928;
	font-size: 14px;
	line-height: 120%;
	font-family: Arial, sans-serif;
	font-weight: bold;
  }

.text {
	color: #563928;
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 130%;
	margin-bottom: 10px;
  }



/* Bilder */

div#bilder {
	width: 415px;
	position: relative;
	margin-left: 0px;
	margin-top: 20px;
	color: #563928;
	font-size: 10px;
	font-family: Arial, sans-serif;
	}
	
.bild1 {
	float: left;
	margin-left: 0px;
	margin-bottom: 20px;
  }

.bild2 {
	float: left;
	margin-left: 10px;
  }
  
.bild3 {
	float: left;
	margin-left: 10px;
  }
  
 .text4 {
	float: left;
	width: 179px;
	margin-left: 20px;
	bottom: 10px;
	position: absolute;
	left: 172px;
	top: 143px;
  }   
 
 div#untertext {
	width: 415px;
	position: relative;
	color: #563928;
	font-size: 10px;
	font-family: Arial, sans-serif;
	}
  
 .text1 {
 	float: left;
	width: 98px;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
  }
  
.text2 {
	float: left;
	width: 179px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
  } 
  
 .text3 {
	float: left;
	width: 98px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
  } 
  
 
  
 /* Logos */

div#right {
	float: right;
	width: 200px;
	position: relative;
	margin-top: 10px;
	}

.backen {
	width: 184px;
	height: 115px;
	background-image: url(../bilder/backen.jpg);
	background-repeat: no-repeat;
  }

.banner {
	width: 187px;
	height: 102px;
	margin-top: 20px;
  } 
  
.banner2 {
	width: 187px;
	height: 102px;
	margin-top: 50px;
  }  
  
  .banner3 {
	width: 187px;
	height: 102px;
	margin-top: 50px;
  }    
  
    .banner4 {
	width: 187px;
	height: 102px;
	margin-top: 50px;
  }    
  
     .banner5 {
	width: 187px;
	height: 82px;
	margin-top: 50px;
  }   
  
       .banner6 {
	width: 187px;
	height: 82px;
	margin-top: 50px;
  }     
  
div#footer { 
	clear: both;
	text-align: left;
	padding: 5px 0 5px 165px;
	margin-top: 20px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #d4021d;
	background-color: #FAD4C3;
}

.footer a {
	color: #d4021d;
	text-decoration: none;
	
}

.footer a:hover {COLOR: #563928; text-decoration: none;}

