body  {
    background: url(Layout/bg2.jpg) no-repeat center top;
	background-color: #1a3d73;
	margin: 0px;
}
#wrapper{
	width: 1215px;
	margin: 0 auto; 
}
#header{
	widht: 1215px;
	position:relative;
	z-index:1;
}
#navi{
	height:30px;
	width:100%;
	margin-top:10px;
	float: right;
}
#content_bg_top{
	width: 1215px;
	height:41px;
	background: url(Layout/Content_Top2.png) top left;
	float: right;
}
#content_bg_main{
	width:1215px;
	min-height: 274px;
   	background: url(Layout/Content_Main.png) repeat-y top left;
	z-index:3;
	float: right;
}
#footer{
	width: 1215px;
	position:relative;
	float: right;
}
#content_bg_bottom{
	width: 1215px;
	height: 78px;
	background-image:url(Layout/Content_Bottom.png);
	background-repeat:no-repeat;
	z-index:2;
	position: absolute;

}
#kurbel{
	width: 1215px;
	height: 352px;
	margin-left:22px;
	margin-top: -274px;
	float: right;
	background-image:url(Layout/Kurbel.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	z-index:1;
}

/* Bis hier Basis-Layout */


/* Ab hier Sonder-Layout */

#content_container, .content_container{
	background-image:url(Layout/content_container2.png);
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	float:left;
	-moz-box-shadow: 5px 5px 18px #111;
	padding: 10px;
}
.titel{
	padding: 15px 20px;
	margin-bottom: 10px;
	font-weight: 900;
	font-size:24px;
}
.untertitel{
	font-weight:600;
	font-size:18px;
	margin: 0px;
}
#Bilderreihe{
	float:left;
	background-image:url(Layout/content_container2.png);
	-moz-box-shadow: 5px 5px 18px #111;
	margin-right: 17px;
	margin-top: 15px;
	vertical-align:middle;
	display:table;#position: relative;overflow: hidden;
}
#confirm { background:#fffea1; border:2px solid #fc0; padding:4px 8px; margin:0 0 14px 0; width:820px; }
