﻿@charset "utf-8";
/* CSS Document */


body {
	background-image: url(grafiken/hg.gif);
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: justify;
	font-size: 10pt;
	padding: 10px 0px 10px 0px;
}

/* HEADER--------------------------------------------------------- */

#header {
	text-align: center;
	display: block;
	height: 65px;
	margin: auto;
	width: 910px;
}

/* MENU--------------------------------------------------------- */

#menu {
	border-top: solid 1px #a8c5cf;
	background: #161616;
	text-align: center;
	display: block;
	height: 25px;
	margin: auto;
	width: 910px;
}

#menu a {
	color: #cfe0e6;
	font-size: 8pt;
	height: 25px;
	line-height: 24px;
	padding: 4px 23px 3px 23px;
	text-align:center;
	text-decoration: none;
}

#menu a:hover {
	color: #ffffff;
	border-bottom: solid 1px #a8c5cf;
	border-left: solid 1px #a8c5cf;
	border-right: solid 1px #a8c5cf;
	font-size: 8pt;
	height: 25px;
	line-height: 24px;
	padding: 4px 23px 3px 23px;
	text-align:center;
	text-decoration: none;	
}

#menu a.aktiv {
	background: #a8c5cf;
	color: #161616;	
	border-bottom: solid 1px #a8c5cf;
	border-left: solid 1px #a8c5cf;
	border-right: solid 1px #a8c5cf;
}


/* MAIN--------------------------------------------------------- */

#main {
	background: #161616;
	color: #ededed;
	line-height: 12.3pt;
	margin: auto;
	padding: 5px;
	width: 900px;
	text-align: justify;
	line-height: 18px;
	}

#main td
{	padding: 5;}
td.neuigkeiten
{	padding: 1;
	color: #d1617d;}
td.neuigkeiten2
{	padding: 2;
	border-top: dotted 1px #2c405b;}
	
a {
	color: #a8c5cf;
	text-decoration: underline;
}

a:hover {
	color: #cfe0e6;
	text-decoration: underline;
}


/* Footer--------------------------------------------------------- */

#footer {
	border-bottom: solid 1px #a8c5cf;
	background: #161616;
	text-align: right;
	display: block;
	height: 25px;
	margin: auto;
	width: 910px;
}

#footer a {
	color: #cfe0e6;
	font-size: 8pt;
	height: 25px;
	line-height: 26px;
	padding: 4px 37px 3px 38px;
	text-align:center;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	border-top: solid 1px #a8c5cf;
	border-left: solid 1px #a8c5cf;
	border-right: solid 1px #a8c5cf;
	font-size: 8pt;
	height: 25px;
	line-height: 26px;
	padding: 4px 37px 3px 38px;
	text-align:center;
	text-decoration: none;	
}

#footer a.aktiv {
	background: #a8c5cf;
	color: #161616;	
	border-bottom: solid 1px #a8c5cf;
	border-left: solid 1px #a8c5cf;
	border-right: solid 1px #a8c5cf;
}

