body {
	font: 12px/24px Arial, Helvetica, sans-serif;
	color: #000;
	background: url(images/backVorhang.jpg) repeat;
	margin: 0px;
	padding: 0px;
	}
h1 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.15em;
	}
h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.15em;
	}
h3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.15em;
	}
a:link {
	color: #0000CC;
	text-decoration: none;
	}
a:visited {
	color: #0099FF;
	text-decoration: none;
	}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	}
#container {
	margin: auto;
	width: 770px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #000000;
	}
#header {
	background: #000000 url(images/header.jpg) no-repeat left top;
	width: 770px;
	height: 179px;
	clear:both;
	}
#main {
	background: #FFFFFF;
	margin: 15px;
	padding: 0px;
	}
#footer {
	background: #464646;
	clear:both;
	}
.nav {
	clear:both;
	}
.nav ul{
	padding : 3px;
	margin : 0;
	height:25px;
	white-space : nowrap;
	background-image: url(images/backNav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
.nav ul li{
	display : inline;
	border-right: 1px solid #CC0000;
	}
.nav ul li a {
   color : #000000;
   text-decoration : none;
   margin:0;
   padding-left:4px;
   padding-right:4px;
	}
.nav ul li a:link, .nav ul li a:visited {
   color : #000000;
   text-decoration : none;
   margin:0;
   padding-left:4px;
   padding-right:4px;
	}
.nav ul li a:hover {
   color : #DA5C61;
   text-decoration : none;
   margin:0;
   padding-left:4px;
   padding-right:4px;
	}
#subnav {
	float: left;
	width: 130px;
	background: #DDDDDD;
	border-bottom: 2px solid #CC0000;
	border-right: 2px solid #CC0000;
	margin-right: 10px;
	margin-bottom: 10px;
	}
#subnav ul {
	list-style:none;
	margin: 0;
	padding: 0;
	background: #DDDDDD;
	}
#subnav a:link, #subnav a:visited {
	text-decoration: none;
	display: block;
	width: 120px;
	padding:5px;
	color:#000000;
	}
#subnav li {
	border-bottom:1px solid #CC0000;
	}
#subnav li a:hover {
	background:#CC0000;
	color:#000000;
	}
.spalte {
	width: 170px;
	height:auto;
	float:left;
	border-right: 1px solid #CC0000;
	margin-left: 0px;
	padding-left: 5px;
	margin-right: 0px;
	padding-right: 5px;
	}
.center {
	text-align:center;
	}
.spalte img {
	text-align:center;
	}
#copyright {
	clear:both;
	font-size: 10px;
	}
table {
	font: 12px/24px Arial, Helvetica, sans-serif;
}
.klein {
	font-size: 10px;
	}
.gross {
	font-size: 14px;
	}
.eng {
	line-height: 0.75;
}
.rechts {
	text-align:right;
}
.rechtsklein {
	text-align:right;
	font-size: 10px;
}
.mitte {
	text-align:center;
}
.grafikrechts {
	float: right;
	padding: 10px 0px 10px 10px;
}
.grafiklinks {
	float: left;
	padding: 10px 10px 10px 0px;
}