﻿body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	/* background: url(raster.gif); */
	background: center -36px url(bg.gif) no-repeat #4C7797;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
}
* html body {
	background: center -40px url(bg.gif) no-repeat #4C7797; /* nur fuer IE */
}
.Blindbilder {
	position: absolute;
	left: 540px;
	top: 280px;
	width: 20px;
	height: 1px;
}
#frame {
	width: 774px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #000 solid;
	background: #fff;
}
* html #frame {
	margin-top: 10px; /* nur fuer IE */
}
#headleft {
	width: 174px;
	height: 65px;
	float: left;
	background: #fff;
	margin-top: 10px;
	padding-top: 15px;
	z-index: 1;
	text-decoration: none;
	border: 0px;
}
a:active{
	border: 0px;
	text-decoration: none;
}
a:hover{
	border: 0px;
	text-decoration: none;
}
a:visited{
	border: 0px;
	text-decoration: none;
}
a:link{
	border: 0px;
	text-decoration: none;
}
#headleft a{
	border: 0px;
	text-decoration: none;
}
#headcenter {
	width:386px;
	/*height: 75px;*/
	float:left;
	background:#fff;
	margin-top: 5px;
	padding-top: 15px;
	color: #990000;
	text-align: center;
	z-index: 1;
}
* html #headcenter {
	height: 75px; /* nur fuer IE */
	}
#headright {
	width:200px;
	float:left;
	background:#fff;
	margin-top: 10px;
	z-index: 1;
}

/* HIER beginnt das Horizontal-MENUE */
#navcontainer {
	margin-top: 10px;
	height: 18px;
	background: #990000;
	border-top: 1px #222 solid;
	border-bottom: 1px #222 solid;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	display: block;
	float: right;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a {
	background: #990000;
	width: 119px;
	height: 17px;
	border-right: 1px solid #222;
	padding-top: 1px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font: 10px;
}

#navcontainer ul li a:hover {
	color: #990000;
	background: #fff;
}

#navcontainer a:active {
	background: #fff;
	color: #990000;
}

#navcontainer li#active a {
	background: #ccc;
	color: #990000;
}
/* hier ist das Horizontal-MENUE zu ENDE */

h1 {
	font-size: 14px;
	padding-top: 10px;
}
#p { font-size: 10px; }

#contentleft {
	width: 173px;
	height: 434px;
	padding-top: 10px;
	float: left;
	background: #cfdce6;
	display: block;
}

#contentcenter {
	width: 580px;
	height: 424px;
	padding: 10px;
	float: left;
	background: #fff;
	border-left: 1px #222 solid;
	display: block;
	overflow: auto;
	position: relative;
}
#contentcenter p a {
	color: #990000;
	text-decoration: none;
}

/* HIER beginnt das Vertikal-MENUE */
#navlist {
	padding-left: 1px;
	font: 11px;
	width: 152px;
}
#navlist a {
	display: block;
	padding: 0.7em 0em 0.7em 0.9em;
	text-decoration: none;
	color: #000;
	border-bottom: 1px #222 solid;
	text-align: left;
}
a:visited {
	color: #000;
}
#navlist a:link {
	color: #000;
}
#navlist a:hover {
	font-weight: bold;
	color: #990000;
	border-left: 3px #990000 solid;
}
/* hier ist das Vertikal-MENUE zu ENDE */

#footerleft {
	background: #990000;
	height: 13px;
	width: 175px;
	float: left;
	border-top: 1px #222 solid;
	padding: 3px 0 3px 10px;
	font-size: 9px;
	color: #fff;
	text-align: left;
}

#footerleft a {
	color: #fff;
	text-decoration: none;
}


#footer {
	background: #990000;
	height: 13px;
	float: left;
	border-top: 1px #222 solid;
	padding: 3px 0 3px 0;
	font-size: 9px;
	color: #fff;
	text-align: center;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footerright {
	background: #990000;
	height: 13px;
	width: 480px;
	float: left;
	border-top: 1px #222 solid;
	padding: 3px 10px 3px 0;
	font-size: 9px;
	color: #fff;
	text-align: right;
}

#footerright a {
	color: #fff;
	text-decoration: none;
}
