/* 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:'Lucida Grande','Lucida Sans Unicode','Lucida Sans',LucidaGrande,Geneva,Verdana,Arial,sans-serif;
	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:946px; /*970 - padding */
	height:19px; /*26 - padding */
	padding:2px 5px 5px 20px;
}

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

ul#mainmenu li a{
	padding:5px 7px 6px 7px;
	
}

ul#mainmenu li#current a, ul#mainmenu li a:hover{
    background:url('../images/menu-hover-bg-repeat.png') repeat-x;
	padding:5px 7px 6px 7px;
	color:#f29400;	
}

#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:-4px 40px 15px -5px;
	background:url('../images/intro-bg.png') no-repeat;
	width:100%;
    padding:20px 20px 60px 20px;
}

.leftIntro{
	float:left;
	width:52%;
}

.rightIntro{
	float:left;
	width:45%;
	margin-bottom:30px;
}





#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 10px;
}

.article_column{
	padding:5px 7px;
}

#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;
}

#innerfooter ul.menu li{
    display:inline;
    margin-right:10px;
}

