/*
	greenow
*/


/*--------------------------------------------------*/
@import url('navigation.css');
@import url('content.css');
/*--------------------------------------------------*/

html{
	overflow-y: scroll;
}


body{
	margin: 0px;
	padding: 0px;
	background: #B8B9B6 url('../img/hintergrund-y-repeat.png') repeat-y top left;
	font-family: Georgia, Verdana, Arial;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}

#header{
	background: #FFFFFF url('../img/kopf.png') no-repeat top left;
	width: 1010px;
	
	width: 1007px; 
	
	height: 240px;
	position: relative;
	float: left;
}

#main_navigation{ /*overwritten by ie.css*/
	position: absolute;
	top: 133px;
	left: 70px;
	font-size: 15px;
	color: #032A6F;
}

#search{
	position: absolute;
	top: 160px;
	left: 735px;
}

#search input{
	background-color: transparent;
	border: 0px;
}

#search input#SQ{
	height: 20px;
	width: 140px;
	display: block;
	float: left;
	margin: 6px 0px 0px 0px;
}

#search #search_button{ /*overwritten by ie.css*/
	background-color: transparent;
	border: 0px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	float: left;
	height: 31px;
	width: 59px;	
	margin: 0px 0px 0px 16px;
	cursor: pointer;
	padding: 0px 0px 5px 0px;
	font-size: 15px;
}

#search #search_button:hover{
	background: #FFFFFF url('../img/suchfeld-hover.png') no-repeat top left;
}

#content_wrapper, #content_wrapper_start{
	width: 950px;
	margin-top: -20px;
	float: left;
}

#marginalie_left{ /* overwritten by ie.css*/
	float: left;
	width: 150px;
	padding: 0px 20px 0px 70px;
	
	min-height: 100px;
}

#content{
	float: left;
	width: 640px;
	position: relative;
}

#footer{
	margin: 30px 0px;
	width: 710px;
	padding: 0px 0px 0px 240px;
	float: left;
}

#footer_start{
	margin: 30px 0px;
	width: 660px;
	padding: 0px 0px 0px 290px;
	float: left;
}

#content_wrapper_start #marginalie_left{
	width: 200px;
}

#content_wrapper_start #content{
	width: 420px;
}

#content_wrapper_start #marginalie_right{
	width: 200px;
	float: right;
	padding: 0px 20px 0px 0px;
}




