@import url("farben.css");
@import url("formate.css");
@import url("navigation_horizontal.css");

body {
	padding:0;
	margin:0;
	text-align:center;
	}
	
#container-seite {
	margin:20px auto;
	width:770px;
	text-align:left;
	}
	
#kopf {
	height:130px; /* schafft gleichzeitig den abstand zum navi bzw. inhalt darunter */
	}
		
#container-seitenkoerper {
	}	
	
#tabsI {
/* in extra css-datei formatiert */
	}
	
#container-inhalt {
 }
		
#inhalt {
	float:left;
	width: 770px;
	border: 1px solid #DD740B;
	padding: 25px 25px 20px 25px;
	position: relative;
	}
	
/* für produktseiten-template: */
#inhalt_oben {

}

#inhalt_links {
 width: 355px;
 float: left;
 margin-top: 10px;
 margin-right: 10px;
}

#inhalt_rechts {
 width: 355px;
 float: right;
 margin-top: 10px;
 margin-left: 10px; 
}
/* für produktseiten-template, ende */
	
#fuss {
	clear:both;
	height:30px;
	}


/* spezielle divs für positionierung von inhaltselementen im div 'inhalt': */

#home_aktuell_kasten
{
  width: 770px;
	position:relative;
	top: 0px;
	left: 00px;
	height: auto;
}

#home_foto_kastenX
{
	width: 370px;
	position:absolute;
	top: 253px;
	left: 390px;
	height: auto;
}

#home_foto_kasten {
float:right;
width:250px;
padding:0 10px 15px 10px;
margin-left:20px;
border-left:2px dotted #CCCCCC; 
}
