body
{
	color: white;
	background-color: black;
    font-size: 100.01%;
	font-style: normal;
	font-weight: normal;
	font-family: helvetica,arial,sans-serif;
    margin: 0;
	padding: 0;
}

img, a img
{
border: none;
}

h1
{
	color: #008bb2;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 10px 0 0 0;
}

h2
{
	color: #008bb2;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px 0 0 0;
}

a:link,
a:visited
{
	color: #008bb2;
	text-decoration: none;
}
a:hover,
a:active
{
	color: #7cc8de;
	text-decoration: none;
}

hr
{
	color: #008bb2;
	height: 2px;
	background-color: #008bb2;
}

/* Zentrieren der Seite */
div#wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	width:1000px;
	height:100%;
}

/* Tabellenformat für 2-spaltigen Aufbau */
td#spalte_links
{
	width: 50%;
	padding-right:15px;
	vertical-align: top;
}
td#spalte_rechts
{
	width: 50%;
	padding-left:15px;
	vertical-align: top;
}

div#header
{
	height: 160px;
	background-color: black;
	font-size: 1.0em;
	font-weight: bold;
    margin: 0;
	padding: 30px 0 0 0;
	border-top: 1px solid #008bb2;
	border-left: 1px solid #008bb2;
	border-right: 1px solid #008bb2;
}

td#logo
{
	font-size: 0.8em;
	font-weight: normal;
	color: white;
	letter-spacing: 0.3em;
	word-spacing: 0.3em;
}

/* Hauptnavigation */
ul#navi
{
	font-size: 0.90em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	height: 60px;
	width: 300px;
	min-width: 150px;
}
ul#navi li
{
	float: left;
	margin: 4px 160px 4px 100px;
	padding: 5px;
	width: 140px;
	height: 16px;
	list-style: none;
	display: inline;
	font-weight: bold;
}
ul#navi a:link,
ul#navi a:visited
{
	color: #008bb2;
	text-decoration: none;
}
ul#navi a:hover,
ul#navi a:active
{
	color: #7cc8de;
	text-decoration: none;
}
.aktiv
{
	background-color: #182D4C;
	border: 1px dashed #008bb2;
}

div#main
{
	background-color: black;
	font-size: 0.8em;
	margin: 0;
	padding: 5px 0 30px 0;
	border-left: 1px solid #008bb2;
	border-right: 1px solid #008bb2;
}

div#info
{
	padding: 0 0 0 200px;
}

div#info1
{
	padding: 0;
	text-align: left;
}

div#info2
{
	padding: 0 0 0 50px;
	text-align: left;
}

div#info3
{
	padding: 0 0 0 100px;
	text-align: left;
}

div#info4
{
	padding: 0 0 0 150px;
	text-align: left;
}

td.big
{
	font-size: 3em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	padding-right: 10px;
	height: 70px;
	text-align: left;
}

div#text
{
	padding: 0 100px 0 105px;
}

div#footer
{
	clear: both;
	font-size: 12px;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
    border-top: 1px solid #008bb2;
}

.center { text-align: center; }

.vspace20 { margin-top: 20px; margin-bottom: 20px; }

