body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #f6f6f6 url(../img/background.jpg) repeat-y center;
	cursor: default;
}

#top{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
	background: #dcdcdc url(../img/top_background.jpg) no-repeat center;
}

#wrapper{
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 604px;
	height: 100%;
}

#header{
	position: relative;
	width: 604px;
	height: 110px;
}

#header_left{
	position: absolute;
   	width: 360px;
   	height: 110px;
	float: left;
}

#header_left_text{
   	margin: 0px;
	width: 350px;
	padding: 0px;
   	height: 20px;
}

#header_left_logo{
   	margin: 0px;
	width: 350px;
	padding-top: 15px;
   	height: 65px;
}

#header_right{
	position: absolute;
	margin-left: 360px;
   	width: 244px;
   	height: 110px;
}

#header_right_box{
	background-color: #fbfbfb;
	margin-top: 0px;
   	margin-left: 12px;
	width: 230px;
   	height: 89px;
	border: solid #007986 1px;
}

.select{
	margin-top: 19px;
	margin-left: 13px;
	color: #007986;
	width: 204px;
	height: 20px;
	border: solid #007986 1px;
}

.input{
	background-color: #f2f2f2;
	font-size: 11px;
	margin-top: 13px;
	margin-left: 49px;
	color: #007986;
	font-weight: bold;
	width: 48px;
	height: 20px;
	border: solid #007986 1px;
}

.box_text{
	margin-left: 13px;
	color: #007986;
}

#navigation{
	margin-top: 0px;
	width: 604px;
	height: 30px;
	position: relative;
}

#navigation ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#navigation ul li{
	display: inline;
}

.navigation_ul_a_links{
	margin-right: 1px;
	line-height: 30px;
	width: 120px;
	height: 30px;
	text-align: center;
	background-color: #007986;
	float: left;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

.navigation_ul_a_links:hover{
	background-color: #429ca5;
}

.navigation_ul_a_rechts{
	line-height: 30px;
	width: 120px;
	height: 30px;
	text-align: center;
	background-color: #007986;
	float: left;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

.navigation_ul_a_rechts:hover{
	background-color: #429ca5;
}

#middle{
	clear: both;
	position: relative;
	width: 604px;
	height: 135px;
	margin-top: 20px;
}

#middle_box{
	position: absolute;
	width: 200px;
	height: 135px;
	margin: 0px;
	padding: 0px;
}

#middle_text{
   	color: #007986;
	position: absolute;
	margin-left: 200px;
	width: 342px;
	height: 135px;
	padding-left: 42px;
	padding-right: 20px;
}

.overline{
	font-weight: bold;
	color: #007986
}

#line{
	width: 604px;
	margin-top: 20px;
	background-color: #007986;
	height: 1px;
}

#line_grey{
	width: 604px;
	margin-top: 20px;
	background-color: #c8c8c8;
	height: 1px;
}

#content{
	width: 604px;
	height: 339px;
	margin-top: 20px;
	position: relative;
}

#content_text{
	position: absolute;
	width: 381px;
	height: 339px;
	color: #007986;
	padding-right: 20px;
}

#content_box{
	position: absolute;
	width: 203px;
	height: 339px;
	margin-left: 401px;
	padding: 0px;
}

#footer{
	position: relative;
	color: #636363;
	width: 604px;
	height: 77px;
}


#footer_links{
	position: absolute;
	margin-top: 20px;
	width: 304px;
	height: 57px;
}

#footer_rechts{
	position: absolute;
	text-align: right;
	margin-top: 20px;
	margin-left: 304px;
	width: 300px;
	height: 57px;
}

.footer_grey_a{
	text-decoration: none;
	color: #636363;
}

.footer_grey_a:hover{
	text-decoration: underline;
}

a{
	text-decoration: underline;
	color: #007986;
}
