/* Alle Stile der Seitenstruktur */
html, body{
	margin:0;
	padding:0;
	background-color:#CCBB99;
}
#webwerkstatt {
	position:absolute;
	right:10px;
	top:5px;
}
#fullpage, #footer {
	margin-left:auto;
	margin-right:auto;	
}
#fullpage {
	width:910px;
	padding-left:0px;
	padding-right:10px;
	background-image: url(../images/css/fp_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#left {
	float:left;
	width:230px;
}
#left #logo {
	width:230px;
	text-align:center;
	padding-top:10px;
}
#left .leftbg {
	width:230px;
	background-image: url(../images/css/left_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#left .boxmitte {
	background-image: url(../images/css/left_m_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:230px;
	height:20px;
}
#left .boxende {
	background-image: url(../images/css/left_b_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:230px;
	height:20px;
}
#right {
	float:right;
	width:680px;
	
}
#header {
	position:relative;
	width:680px;
}
#header #topnav {
	position:absolute;
	right:1px;
	top:1px;
	padding-left:10px;
	padding-right:10px;
	height:2.2em;
	line-height:2.2em;
	text-align:right;
	font-size:0.9em;
	background-color:#FFFFFF;
}
#mainnav {
	height:25px;
	line-height:25px;
	background-color:#990000;
	margin-top:3px;
}
#content {
	width: 650px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content #breadcrumbs {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom:10px;
	margin: 0px;
	height:20px;
	font-size:11px;
}

#footer {
	width:650px;
	height:50px;
	text-align:left;
	font-size:12px;
	color: #333333;
	padding-right:25px;
	padding-left:245px;
	padding-top:5px;
	background-image: url(../images/css/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear:both;
}
#footer .fleft {
	width:150px;
	float:left;
}
#footer .fright {
	width:400px;
	float:left;
}
.clear {
	height:0px;
	clear:both;
}
/* *** Float containers fix:*/ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */