﻿*
{
	margin: 0px;
	padding: 0px;
}

body 
{
	background-color: white;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: black;

}

a img, img 
{
	border: 0px;
}

#menu
{
	position: fixed;
	left: 50%;
	width: 840px;
	margin-left: -420px;
	top: 50%;
	height: 600px;
	margin-top: -300px;
	z-index: 3;
	text-shadow: #FFFFDD 0px 0px 5px;
	color: #FFFFDD;
	background-image: url('./pics/pic05.png');
}

#menulinks
{
	position: absolute;
	top: 275px;
	left: 30px;
	z-index: 5;
}

#menuunten
{
	position: absolute;
	top: 550px;
	left: 150px;
	z-index: 5;
}

#menutren1
{
	position: absolute;
	top: 295px;
	left: 20px;
	z-index: 4
}

#menutren2
{
	position: absolute;
	top: 415px;
	left: 20px;
	z-index: 4;
}

#inhalt
{
	position: absolute;
	left: 50%;
	width: 688px;
	margin-left: -316px;
	top: 50%;
	margin-top: -280px;
	padding-right: 65px;
	text-align: center;
	text-shadow: darkgoldenrod 0px 0px 2px;
	color: black;
	z-index: 2;
	background-color: white;
	font-size: 12px;
}
#inhaltVor
{
	position: absolute;
	left: 50%;
	width: 688px;
	margin-left: -316px;
	text-align: center;
	text-shadow: darkgoldenrod 0px 0px 2px;
	color: black;
	z-index: 4;
	font-size: 12px;
}
.picAnz
{
	width: 450px;
	margin-left: 60px;
	border: 2px solid #003388;
}
.picAnzkl
{
	width: 250px;
	margin-left: 60px;
	border: 2px solid #003388;
}
a:link, a:visited, a:focus, a:active
{
	text-shadow: #0044AA 0px 0px 5px;
	color: #003388;
	text-decoration: none;
	text-decoration: underline;
}
a:hover
{
	text-shadow: black 0px 0px 5px;
	color: black;
	text-decoration: underline;
}
.linki:link, .linki:visited, .linki:focus, .linki:active
{
	font-weight: bold;
	text-shadow: #0044AA 0px 0px 5px;
	color: #003388;
	text-decoration: underline;
}
.linki:hover
{
	text-shadow: black 0px 0px 5px;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
.b
{
	text-shadow: #0044AA 0px 0px 5px;
	color: #003388;
}
.bb
{
	text-shadow: #0044AA 0px 0px 5px;
	color: #003388;
	font-weight: bold;
}