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

/**********************************************/
/* HTML Tag Styles							  */
/**********************************************/ 

body{
	margin:0px;
	padding:0px;
	background-image:url(../img_web/bg/body.gif);	
	background-repeat:repeat-x;
	font-family:Tahoma;
	font-size:11px;
	color:#555A5F;
	line-height:14px;
	background-color:#e9e9e9;
}


/********************************************/
/* Layout Container                         */
/********************************************/

#grundcont{
	margin-left:auto;
	margin-right:auto;
	width:955px;
	background-image:url(../img_web/bg/body.gif);	
	background-repeat:repeat-x;
}
#kopf{
	height:84px;

	background-image:url(../img_web/bg/kopf_hotline.gif);
	background-position:316px 0px;
	background-repeat:no-repeat;
	padding-left:664px;
}
#kopf_unten{
	height:52px;
	background-image:url(../img_web/bg/navi_rechts.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-top:14px;
	padding-right:292px;
}
#kopf_unten_zeiten{
	color:#FFFFFF;
	letter-spacing:2px;
	font-size:11px;
	text-align:right;

}
#navi{

	height:22px;
	margin-top:16px;

}
#navi_unten{
	height:23px;

}

#navtop{
	background-image:url(../img_web/bg/kopf_navtop.jpg);
	height:74px;
	margin:0px;
	padding:0px;
	text-align:right;
	list-style-type:none;
	padding-top:10px;
	padding-right:10px;
	line-height:20px;

}
#navtop li a{
	font-size:11px;
	text-decoration:none;
	color:#000000;
}
#navtop li a:hover{
	font-weight:bold;
}

#inhalt_grund{
	background-color:#FFFFFF;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	height:482px;
	padding:0px 9px;	
	padding-top:10px;
}
#inhalt_grund[id]{
	height:auto;
	min-height:482px;
}
#inhalt_links{
	float:left;
	width:155px;
}
#inhalt{
	float:left;
	width:560px;
	margin:0px 10px;
}
#inhalt_rechts{
	float:left;
	width:200px;
}
#inhalt_grund_fuss{
	background-color:#FFFFFF;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	text-align:right;
	padding:0px 9px;
	font-size:10px;

}
#fuss{
	padding-top:4px;
	text-align:center;
	font-size:10px;
}