/* 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;
}
/*********************************************/
#container {
	position:relative;
	width:950px;
	margin:auto;
}
#main {
	position:relative;
	width:950px;	
}
#main_body {
	width:950px;
	background: url(../images/content_bg_yellow.jpg) top left repeat-y;
}
#main_top {
	position:relative;
	height:15px;
	background: url(../images/content_bg_yellow_top.jpg) top left no-repeat;
	font-size:0;
}
#main_bottom {
	height:25px;
	background: url(../images/content_bg_yellow_bottom.jpg) top left no-repeat;
	font-size:0;
}
#main_home {
	position:relative;
	width:950px;
	height:510px;
}
#content {
	width:730px;
	padding-left:150px;
	padding-right:10px;
	padding-bottom:20px;
	text-align:left;
}
#header {
	width:950px;
	height:114px;
}
#navbar {
	height:57px;
	background:url(../images/navbar.jpg) no-repeat;
	padding-left:150px;
}

#mainnav {
	padding-top:11px;
	font-size:0;
}
#subnav {
	margin-left:25px;
	padding-top:7px;
}
#footernav {
	margin:auto;
	width:950px;
	text-align: center;
}
#ribbon {
	position:absolute;
	width:66px;
	height:220px;
	background:url(../images/ribbon.png) no-repeat;
	top:-58px;
	left:65px;
	z-index: 999;
}