/**********************************************/
/*  		DSL - Factory 2006            	  */
/*    Klasse für Objekte des Grundlayouts     */
/**********************************************/

/**********************************************/
/* HTML Tag Styles							  */
/**********************************************/ 
*{
   margin: 0; 
   border: none;
}

html, body {
	  margin: 0;
	  padding: 0;
	  height: 100%;
}
body{
	background-image:url(../img_web/bg/body.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}


/********************************************/
/* Layout Container                         */
/********************************************/
#oben_grund{
	width:962px;
}
#oben_links{
	width:695px;
	float:left;
}
#oben_rechts{
	float:left;
}
#position{
	height:18px;
	color:#FFFFFF;
	padding-left:15px;
	background-image:url(../img_web/bg/border.gif);
	background-repeat:repeat-x;
	padding-top:2px;
	font-size:11px;
}
#inhalt_grund{
	width:962px;
}
#inhalt_links{
	float:left;
	width:695px;
}
#inhalt_links #div2,#inhalt_links #div3,#inhalt_links #div4,#inhalt_links #div5,#inhalt_links #div6{
	display:none;
}
#inhalt_rechts{
	float:left;
	width:267px;
	color:#FFFFFF;
}

#rechts_dark{
	background-color:#02534A;
	border-bottom:2px solid #FFFFFF;
}

#fuss {
	height:19px;
	padding-top: 2px;
	background-color:#006B35;
	border-top:2px solid #FFFFFF;
	border-bottom:2px solid #02534A;
	color:#FFFFFF;
}

