/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 950px;
	background: #CCC url(../images/bg_main.gif) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#top-bg {
   position: absolute;
	width: 950px;
	height: 13px;
	background: #CCC url(../images/bg_top.gif) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}


#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 950px;	
	padding: 0; 	
	margin-left:0px;
	display: inline;
}

#header {
	width: 950px;
	position: relative;
	height: 103px;
	background: #CCC url(../images/bg_main.gif) repeat-y center top;
	padding: 0 0 0 0;	
	marging-left:14px;
	color: #FFF;
		
}


#header-rechts {
	position: absolute;
	top: 80px; right: 40px;	
	
}

#header #header-links {
	position: absolute;
	top: 10px; left: 15px;	
	
}

#header-unten {
	position: absolute;
	top: 100px; left: 6px;
	width: 938px;
	height:3px;
	background-color: #721a1d;	
	
}
#header-unten_ie {
	position: absolute;
	top: 100px; 
	height: 3px;
	left: 6px;
	width: 938px;
	z-index: 2;
	margin: 0px;
	padding: 0px;
}


#menu {
	clear: both;	
	padding: 0;		
}

#main {
	float: left;
	width: 515px;
	padding: 0; 
	margin: 0 0 0 0;
	display: inline;

}
#main1 {
	float: left;
	width: 650px;
	padding: 15px; 
	margin: 0 0 0 0;
	display: inline;
}
#main_start {
	float: left;
	width: 690px;
	padding: 0; 
	margin: 0 0 0 0;
	display: inline;

}
#sidebarleft {
	float: left;
	width: 212px;
	padding: 10px 0 0 10px; 
	margin: 0px 0 0 7px;
	background-color:#f1e8e8;
	border-top: 15px solid #ac797a;

}

#sidebarright {
	float: right;
	width: 175px;
	padding: 10px 15px 0 10px; 
	margin: 0px 6px 0 0;
	background-color:#e5eaed;
	border-top: 15px solid #728e9d;
			
}
#sidebarright1 {
	float: left;
	width: 175px;
	padding: 10px 15px 0 10px; 
	margin: 0px 0px 0 0;
	background-color:#e5eaed;
	border-top: 15px solid #728e9d;
			
}

#footer-wrap {
	clear: both;
	width: 950px;
	heigh:7px;
	font-size: 95%;	
	text-align: left;
	padding: 0px 0;
	background: url(../images/bg_bottom.gif) no-repeat center bottom;	
}

#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 820px;
	padding: 10px 0;
	text-align: center;
}


.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }


.clear { clear: both; }
