﻿/* Layout Format-Definitionen */

@import "editor.css";
 /*------- Layout Styles --------------*/

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; background-repeat:no-repeat; }

.clear{
	clear:both;
}

body{
	background:url('../images/bV_bg.jpg') no-repeat top center #ffffff;
	margin-bottom:30px;
	font-family:Tahoma, Verdana, helvetica, arial;
	font-size:0.8em;
}

#wrapper{
	width:990px;
	margin:314px auto;
}

ul#mainmenu{
	background:url('../images/bg_header_orange_hell.gif') repeat-x;
	margin:0px auto;
	width:945px; /*970 - padding */
	height:16px; /*26 - padding */
	padding:5px 5px 5px 20px;
}

ul#mainmenu li{
	display:inline;
	list-style-image:none;
	margin-right:100px;
}

#schatten{
	position:relative;
	z-index:9;
	width:982px;
	min-height: 756px;
	height: auto !important;
	height: 756px;
	background:url('../images/schatten_bg.png') repeat-y;
	padding-left:20px;
	padding-right:9px;
}



#middle, #right{
	min-height:600px;
	height:auto !important;
	height:600px;
	float:left;
}

#middle{
	width:63%;
	margin-right:10px;
}

.moduletableleading{
	margin:0 10px 43px 10px;
}

#content{
	margin:0 0 10px 0;
	border:1px solid #bfbebd;
	z-index:9;
	min-height:400px;
	height:auto !important;
	height:400px;
	float:left;
	width:100%;
	padding:5px 10px 5px 5px;
}

#right{
	width:30%;
	margin-left:20px;
}



#footer{
	clear:both;
	height:60px;
	background:url('../images/footer_bg.png') center bottom;
	text-align:center;
}

#innerfooter{
	padding:60px 0 0 0;
}

