/* SEITEN-GRUNDGERÜST */

/*************** NICHT VERWENDET *************/
/*#outer {
	height: 100%;
	width:100%;
	overflow: visible;*/	/* or without overflow */
/*	background:url(../img/bg_gradient_top_repeat_small.jpg) repeat-x; */ /* JPG weil sonst in IE durch png-fix vieeeel zu dunkel! */
/*	margin:auto;
	text-align:center;
}*/
/*********************************************/
#outer {
	position:relative;
	width:1000px;
	margin:auto;
	background: url(../images/bg_brown.jpg) top left no-repeat;	
	height:100%;
}
#container {
	position:relative;
	width:850px;
	margin:auto;
}
#main {
	position:relative;
	width:850px;	
	//background: url(../images/bg_content_repeat.png) top left repeat-y;
}
#main_body {
	width:850px;
	background: url(../images/bg_content_repeat.png) top left repeat-y;
	clear:both;
	position:relative;
	float:left;
}
#main_top {
	position:relative;
	height:15px;
	//background: url(../images/content_bg_yellow_top.jpg) top left no-repeat;
	background: url(../images/bg_content_repeat.png) top left repeat-y;
	font-size:0;
}
#main_bottom {
	height:25px;
	background: url(../images/bg_content_bottom.png) top left no-repeat;
	font-size:0;
	clear:both;
}
#main_home {
	position:relative;
	width:850px;
	height:355px;
}
#content {
	width:760px;
	padding-left:45px;
	padding-right:45px;
	/*padding-bottom:20px;*/
	text-align:left;
}
#content_left {
	position:relative;
	float:left;
	padding:0;
	width:555px;
	padding-left:45px;
}
#content_right {
	position:relative;
	margin-right:18px;
	float:right;
	width:210px;
	padding:0;
}
#header {
	width:850px;
	height:114px;
}
#navbar {
	height:47px;
	background:url(../images/bg_content_top.png) no-repeat;
	padding-left:35px;
	padding-top:8px;
}
#navbar_home {
	height:102px;
	background:url(../images/bg_content_top_startseite.png) no-repeat;
	padding-left:35px;
	padding-top:8px;
}

#navbar_subnav {
	height:82px; /* 90px - padding */
	background:url(../images/bg_content_top_subnav.png) no-repeat;
	padding-left:35px;
	padding-top:8px;
}
#navbar_subnav_vertical {
	margin-right:18px;
	padding:20px;
	height:260px;
	width:170px;
	background:url(../images/bg_subnav_vertical.jpg) no-repeat;
}

#mainnav {
	padding-top:11px;
	font-size:0;
}
#subnav {
	margin-left:25px;
	padding-top:17px;
}
#subnav_vertical {
	margin-left:0px;
	padding-top:17px;
}
#footernav {
	margin:auto;
	width:850px;
	text-align: center;
}

