/* ------------------------------- CSS ------------------------------- */
body {
	color: #191919;
	text-align: center;
	top: 0px;
	padding: 0;
	margin-top: -16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header {
	background-image: url(images/header_bgr.png);
	background-repeat: repeat-x;
	position: relative;
	height: 30px;
	top: 0px;
}

#adjustment_header {
	height: auto;
	width: 850px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 50px;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#title {
	position: absolute;
	left: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 400px;
	height: 50px;
	top: -5px;
}

#navigation {
	position: absolute;
	right: 20px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 400px;
	height: 50px;
	top: -5px;
}

#umbau {
	position: absolute;
	right: 10px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 278px;
	top: -20px;
}

#adjustment_bgr {
	background-repeat: repeat-x;
	position: relative;
	height: 400px;
	top: 80px;
	background-color: #E4E4E4;
}

#adjustment {
	height: auto;
	width: 700px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	top: 10px;
}

#twitter_box {
	height: 280px;
	width: 391px;
	background-color: #FFFFFF;
	position: absolute;
	text-align: justify;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	left: 0px;
	padding: 5px;
	top: 80px;
}

#twitter_follow {
	position: absolute;
	top: 10px;
	right: -140px;
	margin-top: 5px;
	margin-right: 5px;
}

#googleplus_box {
	position: absolute;
	right: 10px;
}

#banner {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/banner.png);
	height: 68px;
	width: 402px;
}

#wesearch {
	position: absolute;
	right: 10px;
	top: 80px;
	background-color: #FFFFFF;
	text-align: justify;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 278px;
	padding: 10px;
	height: 270px;
}

#content {
	height: auto;
	width: 700px;
	background-color: #FFFFFF;
	position: absolute;
	text-align: justify;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	left: 0px;
	top: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#footer {
	height: auto;
	width: 770px;
	border-style: none;
	border-width: 0;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	top: 100px;
}




#adjustment a:link {
	color: #191919;
	text-decoration: underline;
}
#adjustment a:visited {
	text-decoration: underline;
	color: #191919;
}
#adjustment a:hover {
	text-decoration: none;
	color: #36578C;
}
#adjustment a:active {
	text-decoration: underline;
	color: #191919;
}

#navigation a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#navigation a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
#navigation a:hover {
	text-decoration: none;
	color: #999999;
}

