/*###### Generell ######*/
body, html{
	margin:0px;
	padding:opx;
	background-color:#ebebeb;
	background-image: url(../layout/bg_balken_start.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Verdana;
}
a{
	text-decoration:none;
}
hr{
	color:#138f5d; 
	background-color:#138f5d; 
	height:1px;
	border: 1px solid #138f5d;
}

/*###### Container ######*/
.bg_container{
	width:100%;
	background-image: url(../layout/bg_balken_start_mit_linien.gif);
	background-position:center 109px;
	background-repeat: no-repeat;
}
.container_inhalt{
	position:relative;
	top:-360px;
}
.container_banner{
	height:110px;
	background-image:url(../layout/banner.gif);
	background-repeat: no-repeat;
}
.container_navi_bildleiste{
	height:260px;
	width:998px;
}
.container_subnavi{
	float:left;
	width:175px;
	height:100%;
	font-size:14px;
	background-color:#e2f1eb;
	line-height:150%;	
	padding-left:10px;
	height:247px;
}

/*###### SONSTIGE FORMATIERUNGEN ######*/
.inhalt_start{
	line-height:110%;
	font-size:14px;
	padding-right:10px;
}
.inhalt_links_start, .inhalt_rechts_start{
	float:left;
	border: 1px solid #f4eece;
	width:330px;
	background-color: #ffeeb0;
	background-image: url(../layout/verlauf_kasten_start.jpg);
	background-repeat: repeat-x;
	margin-top:5px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	z-index:1;
	font-size:12px;
	text-align:left;
}
.inhalt_links_start{
	margin-left: 40px;
}
.inhalt_rechts_start{
	margin-left: 10px;
}
.linien{
	position:relative;
	top:-339px;
	left:300px;
	z-index:100;
}
