/* CSS Document 
vernetzungsstelle-berlin.de
main_template*/
body {
	margin:0;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background-color: #F4FAE2;
	
}
#linie{
	position: absolute;
	top: 0em;
	left: 0;
	width: 100%;
	height: 10em;
/*	border-bottom: 0.4em solid #EF7800; */
}
#all {
	position: relative;
	top:1em;
	width: 75em;
	height: auto;
	min-height: 100% ;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: .6em solid #FFFFFF;
	


}
#all_inline {
	width:75em;
	height: auto;

}
#top {
	width: 75em;
	/*height: 8.4em;*/
	height: 9.5em;
	background-color: #E4F2B5;
	background-color: #A6CE39;
	/*border-bottom: 0.4em solid #EF7800; */
	
}

#top h1 {
		position: absolute;
		left: 10px;
		top: 40px;
		color: #A6CE39;
		color: #FFFFFF;
		font-size: 27.5px;
		font-weight:bold;
		display: block;
		background-color:#A6CE39; 
		border:0;
		}
img#logo {
	position: absolute;
	top: 7px;
	right: 6px;
	
	}
.clearer {
	clear: both;
}
#content_all {
	width: 75em;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	line-height: 1.2em;
	padding-top: 2em;
}
#left {
	width: 17em;
	height: auto;
	margin: 0;
	float: left;
	text-align: right;
	overflow: hidden !important;	
}
#left_content {
	margin: 1em 0 1em 0;
	text-align: left;
	
}
#main {
	width: 38em;
	height: auto;
	padding-top: .2em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#right {
	width: 17em;
	height: auto;
	float: right;
	padding-bottom: 1em;
	padding-top: .2em;
	text-align: left;
	overflow: hidden !important;	
}
#footer {
	height: auto;
	margin: 30px 0 0 0;
	border-top: 0.2em solid #A6CE39;
	padding: 1em 0 1em 18.5em;
	font-size: 1em;
	text-align: left;
}
#footer p {
	font-size: .85em;
}