@charset "utf-8";
/* CSS Document */

/**********/
/* Layout */
/**********/

body,html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body{
	background-image:url('/images/layout/bg.jpg');
}

div#balken{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:10px;
	background-color:#BFA165;
	z-index:2;
}

table#wrapper{
	position:relative;
	width:990px;
	margin: 0 auto;
	z-index:1;
}

td#shadow_left{
	background-image:url('/images/layout/schatten_links.png');
	background-repeat:repeat-y;
	width:10px;
}
td#shadow_right{
	background-image:url('/images/layout/schatten_rechts.png');
	background-repeat:repeat-y;
	width:10px;
}

td#background{
	background-image:url('/images/layout/wood.jpg');
	background-repeat:repeat-y;
	width:960px;
	padding:0 5px;
	vertical-align:top;
}

div#main{
	width:960px;
	background-image:url('/images/layout/bg_main.png');
	background-repeat:repeat-y;
}

div#trenner{
	width:960px;
	height:42px;
	background-image:url('/images/layout/trenner.png');
	background-repeat:no-repeat;
}

div#infobar{
	width:960px;
	background-image:url('/images/layout/bg_main.png');
	background-repeat:repeat-y;
}

div#infobar div.area{
	height:130px;
	margin: 0 0 10px 0;
	padding: 0 20px 0 20px;
	width:199px;
	float:left;
}
div#infobar div.bar{
	border-right:1px dotted #BFA165;
}

div#abschluss{
	width:960px;
	height:7px;
	background-image:url('/images/layout/abschluss.jpg');
	background-repeat:no-repeat;
}

div#footer{
	width:960px;
	margin:5px 0 20px 0;
	text-align:right;
	font-size:7pt;
	font-weight:bold;
}

div#footer a{text-decoration:none !important;}
div#footer a:hover{text-decoration:underline !important;}

div#nav_header{
	padding:20px 0 0 0;
}

div#logo{
	position:relative;
	padding: 0 15px 15px 0;
	height:75px;
	text-align:right;
}

div#navigation{
	float:left;
	width:200px;
	margin:0 5px 0 5px;
}

div#content{
	float:left;
	width:740px;
}