BODY {
	background: #300C07;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	}
	
H1 {
	color: #E3B426;
	font-size: 11pt;
	font-weight : bold;
}

H2 {
	color: #E3B426;
	font-size: 9pt;
	font-weight : bold;
}

H3 {
	color: white;
	font-size: 9pt;
	font-weight : bold;
}	

HR {
	height : 1;
	color : #E3B426;
	background-color : #E3B426;
	border: none;
}


A:link {color: #E3B426; }
A:visited {color: #E3B426; }
A:active {color: #990000; }
A:hover {color: #990000; }

UL {
margin-left: 0;
padding-left: 0;
list-style: none;
}

UL li {
padding-left: 20px;
padding-bottom: 15px;
background-image: url("img/aufzaehlungszeichen.gif");
background-repeat: no-repeat;
background-position: 0px -1px;
}

.seite {
	width: 800px;
	background-image: url("img/hintergrund.jpg");
	background-repeat: repeat;
	text-align: left;
	margin: 0 auto;
}

.Kopf {
	width: 800px; height: 120px;
	background-image: url("img/kopfzeile.jpg");
	background-repeat: no-repeat;
}

.Kopfnavigation {
	position: relative; 
	top: -55px; 
	left: 400px;
	color:#C9120E;
}

.Kopfnavigation a {
	color:#C9120E;
	font-size: 9pt;
	font-weight : bold;
}

.Fussnavigation {
	position: relative; 
	top: 30px; 
	left: 520px;
	color:#C9120E;
}

.Fussnavigation a {
	color:#C9120E;
	font-size: 9pt;
	font-weight : bold;
}

.Fuss {
	width: 800px; height: 120px;
	background-image: url("img/fusszeile.jpg");
	background-repeat: no-repeat;
}

.navispalte
{
	width: 160px;
	vertical-align:top;
}

.inhaltspalte
{
	width: 480px;
	vertical-align:top;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
}

.gal {
	border: 1px solid #E3B426;
	margin-left:10px;
	margin-bottom:10px;
}

.gal2 {
	border: 1px solid #E3B426;
}

.tabelle {
	border : 1px solid #E3B426;
	width:100%;
}

.tabelle TD {
	border : 1px solid #E3B426;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	padding: 2px;
	}

.centered {
	text-align: center;
}

