body {
	margin:0;
	padding:0;
	background-color:#D8D8D8;
	color:#000;
}

#haupttabelle {
	background-color:#FFFFFF;
	width:95%;
	margin:10px auto;
}

#header {
	height:150px;
	color:#FFFFFF;
	background:#009999 url('logo.jpg') no-repeat left top;
	border-bottom:1px solid #FFF;
}

#header a, #sidebar a:visited, #sidebar a:active {
	color: #FFFF33; 
	text-decoration: none; 
}
#header a:hover {
	background-color: #00349D; 
	color: #fff;
	text-decoration: underline;
}
#header p {
	margin:0; 
	padding:4px 0 0 12px; 	
	font:11px arial;
}

#header h1 {
	margin:0;	
	padding:105px 0 0 12px;
	color:#FFFFFF;
	font:14px arial;
}

#footer {
	height:30px;
	background-color:#009999;
	border-top:1px solid #FFF;
	line-height:30px;
	color:#FFF;
	padding:0 10px;
	text-align:center;
}

#mitte {
	border-top:3px solid #727C89;
	border-bottom:3px solid #727C89;
	padding:10px;
}

#container {
	width:100%;
	float:right;
	margin-left:-180px;
}
#content {
	margin-left:180px;
	border-left:1px dashed #00349D;
	padding:0 14px;
color:#000000;
font:14px  Arial;;
        
}



/* inhalt */
#content a {
	color:#FF0000;
	text-decoration:underline;
	font:14px normal arial;
}

#content a:hover {
	background-color: #00349D; 
	color: #fff;
	text-decoration: underline;
}
#content p, td {
	font:14px normal arial;
	text-align:justify;
}


/* liste im inhaltsfeld */
#content ul{
	list-style-image:url('');
	font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:arial; margin-left:15px; margin-right:0; margin-top:0; margin-bottom:0; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0
}


/* seitliche Navigation */
#sidebar { 
	width: 160px; 	
	font:14px normal arial;
}
#sidebar ul {
	margin-left: 0; 
	padding-left: 0;
	margin-top:0; 
	list-style-type: none; 
}
#sidebar a { 
	display: block; 
	padding: 4px; 
	width: 160px; 
	background-color: #FF0000; 
	border-bottom: 1px solid #fff; 
}
#sidebar a, #sidebar a:visited, #sidebar a:active {
	color: #fff; 
	text-decoration: none; 
}
#sidebar a:hover {
	background-color: #00349D; 
	color: #fff;
	text-decoration: underline;
}



/* feld unter navi */
#navi_topic {
	padding: 4px; 
	width: 160px; 
	color:#FFFFFF;
	font: 12px bold arial;
	background-color:#00349D;
	border-bottom:1px solid #FFF;
}
#navi_content {
	background-color:#FF0000;
	padding: 4px; 
	width: 160px; 
}
#navi_content a, #navi_content a:hover {
	background-color: #00349D;
	display:inline;
}




/* News */
div.eintrag {
	padding:10px;
	font:12px normal arial;
	border-bottom:1px solid #00349D;
}
div.eintrag span.datum {
	display: block;
	font-weight: bold;
	font-size:0.8em;
	color:#00349D;
	text-align:right;
}
div.eintrag span.titel {
	display: block;
	font-weight: bold;
	color:#00349D;
}
div.eintrag span.beschreibung {
	display: block;
	text-align:justify;
}
div.eintrag span.url {
	display: block;
}





/* bild immer rechts vom text umflossen */
img.floatleft {
	float:left;
	margin:2 8px 5px 2px;
}
/* bild immer rechts vom text umflossen */
img.floatright {
	float:right;
	border:1px #FFF solid;
	margin:2px 2px 3px 8px;
}

.newsItem {
	margin-bottom:5px;
	font-size:12px;
}

/* footerlinks */
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#FFF;
	text-decoration:none;
}

/* nötig für float construktionen in den news z.b. z.b. nächte und vorige news */
.splitcontentleft {float:left; width:51%; margin:0; padding:0;}
.splitcontentright {float:right; width:47%; margin:0; padding:0;}
.clearing {
	height:0;
	clear:both;
}




h1, h2, h3 {
	color:#00349D;

}

h1 {
	font-size:13px;
	margin:0;
}

h2 {
	font-size:15px;
	margin:10px 0;
	color:#00349D;
	display:inline;
font:16px  Arial;
}

h3 {
	font-size:15px;
	color:#00349D;
font:16px  Arial;
}

/* alle links als bild haben keinen ramen mehr */
a img {
	border:0px none;
}


.box {
	border: 1px dashed #004A66;
	text-align:center;
}


