@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	margin: 0; }
	
#wrap {
	width: 895px;
	margin: 25px auto;
	text-align: left;
	position: relative; }

#right {
	width: 145px;
	height: 195px;
	background: #dcdcdc;
	position: absolute;
	top: 115px;
	left: 750px; }
	
/*---------------- Angaben News ----------------*/
#news {
	width: 145px;
	position: absolute;
	top: 315px;
	left: 750px;
	font: 7.5pt Verdana, sans-serif; }
	
#news h2 {
	padding: 2px 0;
	text-align: center;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font: 8pt Verdana, sans-serif;
	color: #fff;
	background: #00abb0; }

/*---------------- Angaben Adresse ----------------*/
#address {
	width: 145px;
	height: auto;
	font: 7.5pt Verdana, sans-serif;
	color: #5a5a5a;
	position: absolute;
	top: 350px;
	left: 0; }

#address p {
	margin: 0 5px 1em 5px; }
	
#address p a {
	color: #5a5a5a;
	text-decoration: none;
	font-weight: bold; }
	
#address p a:hover {
	text-decoration: underline; }
	
/*---------------- Angaben Content ----------------*/
#content {
	width: 600px;
	background: #e5f6f7;
	position: absolute;
	top: 315px;
	left: 145px;
	font: 8pt Verdana, sans-serif;
	line-height: 1.5em; }

/*#content a {
	width: 400px;
	margin: 10px 20px;
	float: left;
	font: 7.5pt Verdana, sans-serif; }*/
	
#content a {
	color: #000;
	font-weight: bold;
	text-decoration: underline; }
	
#content a:hover {
	text-decoration: none; }

#content h2 {
	font: 9pt Verdana, sans-serif;
	font-weight: bold;
	margin: 10px; }
	
#content h2.inner {
	margin-top: 20px; }

#content p {
	margin: 10px 20px;
	padding: 0; }
	
#content p.first {
	margin-top: 20px; }
	
#content p.last {
	margin-bottom: 20px; }
	
#content p.fat {
	font-weight: bold; }

#textlinks {
	width: 280px;
	margin: 10px 20px;
	float: left; }
	
#bilderrechts {
	width: 260px;
	margin: 10px 20px 0 0;
	float: right; }
	
#bilderrechts img {
	margin-bottom: 10px;
	width: 260px;
	height: auto; }

/*---------------- Angaben Bilder ----------------*/
#logo {
	position: absolute;
	top: 0;
	left: 750px; }
	
#head {
	width: 600px;
	height: 195px;
	overflow: hidden;
	position: absolute;
	top: 115px;
	left: 145px; }
	
/*---------------- Angaben Tabelle ----------------*/
table {
	width: 560px;
	margin: 20px;
	border-collapse: collapse;
	border-top: 1px solid #000; }
	
tr {
	border-bottom: 1px solid #000; }

td {
	vertical-align: top; }
	
td.fstElem {
	width: 150px;
	font-weight: bold;
	font-size: 1.2em; }
	
td.sndElem {
	width: 260px; }

table img {
	width: 150px;
	height: 100px;
	margin: 0;
	padding: 0; }

/*---------------- Angaben Navigation ----------------*/
#navi {
	margin: 0;
	padding: 0;
	width: 140px;
	height: 195px;
	position: absolute;
	overflow: hidden;
	top: 115px;
	left: 0; }
	
#navi li {
	margin: 0 0 5px 0;
	padding: 0;
	width: 140px;
	height: 20px;
	list-style: none;
	background: #dcdcdc; }
	
#navi a {
	font: 7.5pt Verdana, sans-serif;
	text-decoration: none;
	color: #000; }
	
#navi a:hover, #navi a.current {
	font-weight: bold; }
	
.u1, .u2, .u3, .u4, .u5 {
	margin: 0 5px 0 0;
	width: 5px;
	height: 20px;
	float: left; }
	
.u1 { background: #9bd2d2; }

.u2 { background: #1e3964; }

.u3 { background: #f3b162; }

.u4 { background: #73bec3; }

.u5 { background: #aafadc; }
	
