* {
	margin: 0;
	padding: 0;
}

body {
	background: #eee9bf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}
	
img {
	border: 0px;
	}

p {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 0.8em;
	}
	

h1 { 
	font-size: 1.2em;
	color: #008686;
	margin-bottom: 1.0em;
	letter-spacing: 0.1em;
	}
	
h2 { 
	font-size: 1.0em; 
	text-transform: uppercase; 
	margin-bottom: 0.8em; 
	}
	
.picleft {
	float: left;
	margin: 10px 10px 14px 0;
	}
	
.picright {
	float: right;
	margin: 6px 0 4px 10px;
	}

.clear { 
	clear: both; 
	}

div#rahmen {
	width: 604px;
	background: url(images/bg_right.png) repeat-y right;
	margin: 20px auto 0 auto;
	padding: 0px;
	

	}

div#container { /* ist gleich page-wrap */

	width:580px;
	margin: 0 auto;
	border-left: 1px solid #bebebe;
	}

ul#nav {
	margin-top: 0px;
	height: 96px;
	background: #ffffff url(images/bodi_logo1.png) no-repeat center; /* Hier ist das Logo untergebracht */
	list-style: none;
	padding-left: 4px;
	border-top: 2px solid #fff;
	

	}
	
ul#nav li {
	display: inline;
	font-size: 1.0em;
	}
	
ul#nav li a {
	display: block;
	width: 80px;
	float: left;
	margin-top: 104px; 					/* Hier ist die Höhen-Position der Navigation */ 
	color: #666; 						/* Schriftfarbe der Navigation */
	font-weight: bold;
	padding-top: 2px;
	text-align: center;
	text-decoration: none;
	}
		
ul#nav li a:hover, ul#nav li a:active {
	color: #A52A2A;
	font-weight: bold;
	}
	
a { 
	color: blue; 
	text-decoration: none; 
	}

.aktiv {
	color: #A52A2A;
	font-weight: bold;
	}

div#main-content {
	background: url(images/fenster.jpg) top right no-repeat #fff;
	min-height: 500px;
	padding: 20px;
	margin-top: 32px;
	text-align: justify;
	}

div#main-content div#left-col {
	float: left;
	width: 252px;
}

div#main-content div#right-col {
	float: right;
	width: 252px;
	}
	
div#footer {
	width: 580px;
	height: 18px;
	background: #eee9bf;
	padding: 6px 0 10px 0;
	margin: 0px auto 0 auto;
	color: #666;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #bebebe;
	border-left: 1px solid #bebebe;
	}
	
/* Tabelle */

table {
	width: 540px;
	margin-top: 10px;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	}
	
td, th {
	padding: 0.5em 0.4em;
	background: #eee;
	}
	
th {
	background: #777;
	color: #fff;
	}
	
td {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #555;
	}
