/**********************************************/
/*  	© DSL - Factory 2007            	  */
/**********************************************/

/**********************************************/
/* Styles für Grundlayout des Templates       */
/**********************************************/ 

body{
	background-color:#d5d5d5;
	background-image:url(bg/body.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}

/* Layout Container*/

/* für mittige Anordnung */
#grundcont{
	width:954px;
	margin-left:auto;
	margin-right:auto;
}
/* Bild für Seitenkopf*/
#kopf{
	height:134px;
	background-image:url(bg/bg_kopf.jpg);
}
/* Navigationsebene für Kontakt und Impressum*/
#navitop{
	padding-top:5px;
}
/* erste Navigationsebene */
#navi1{
/*	background-image:url(bg/bg_navi1.gif);
	background-repeat:repeat-x;*/
	height:27px;
	background-color:#d5d5d5;
}
/* zweite Navigationsebene */
#navi2{
	background-image:url(bg/bg_navi2.gif);
	background-repeat:repeat-x;
	height:22px;
}
/* Weißer Inhaltsbereich mit Mindesthöhe */
#inhalt_grund{
	background-color:#FFFFFF;
	background-image:url(bg/inhalt_grund.gif);
	background-repeat:repeat-x;
	height:500px;
	padding-right:10px;
	padding-left:10px;
	padding-top:15px;
	padding-bottom:10px;
}
/* Mindesthöhe gesamte Seite Firefox */
#inhalt_grund[id]{
	min-height:400px;
	height:auto;
	padding-bottom:19px;
}


/* Fuss der Website */
#fuss{
	background-image:url(bg/fuss.gif);
	background-repeat:repeat-x;
	height:24px;
	padding-top:5px;
}
