/* Angaben zum Hauptmenü und Untermenü:*/
@import url(menu.css);

/* Angaben zum Inhalt und Überschriften:*/
@import url(content.css);
  
  body{
  height: 99%;
	background-color: #ffffff;
	background-position: left;
  }
  
  #border {
   width: 800px;


  }
  
  #header{
	width: 800px;
	height: 144px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	background-image: url(../imgs/layout2_01.jpg);
}


  
 
 

 #footer{
	width: 800px;
	height:48px;
	background-repeat: no-repeat;
	color: #525252;
	padding-left: 300px;
	padding-top:15px;
	background-image: url(../imgs/layout2_09.jpg);
}

   #main{
	width: 800px;
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-image: url(../imgs/layout2_07.jpg);
}
  
  #links {
  float: left;
  width: 220px;
  }
  

  #hauptmenue{
  	width: 214px;
	
	background-color: #F7B25A;
	padding-top:10px;
	margin-left: 8px;
	margin-top: 2px;
	
  }
  
    #menue {
	width: 182px;
	background-color: #ffffff;
	border: 1px solid #A3A3A3;
	margin-left: 25px;
	padding-top: 3px;
	margin-bottom: 10px;
		}
  

  
  #rechts {
  float: right;
  width: 550px;
  }
  
  #content {
  width: 400px;
  margin-left: 45px;
  margin-top: 30px;
  margin-right: 75px;
  margin-bottom: 75px;
  }
  
  
.clear-float {
  	clear: both;
}






 #tipps{
   	width: 212px;
		margin-left:8px;
		margin-top: 25px;
	background-color: #FFFEFE;
	padding-top:6px;
	

	padding-bottom: 50px;
	
  }
#tipps_text{
  	margin:0;
	width: 200px;
	background-color: #ffffff;
	font-size: 11px;
	padding: 5px 5px 5px 5px;
  }
  
  #tipps_bilder {
  	margin:0;
	
	width: 200px;
	background-color: #ffffff;

	font-size: 11px;
	padding: 5px 5px 5px 5px;

  }
  
  #tipps_trenner {
  	border-bottom: 1px solid #E88901;;
	height: 20px;
	width:214px;
	
	margin-bottom: 15px;
  }
  
  #header-text { 
  text-align: right;
  font: Arial;
  font-size: 28px ;
  padding-right: 150px;
  padding-top: 20px;
  
  }
  

