body
{
	margin: 0;
	padding: 0;
	font: 12px arial, hevetica, sans-serif;
	text-align: center;
	color: #25286b;
	background-color: #fdb813;
}
#container
{
	margin: auto;
	width: 100%;
	min-width: 970px;
        text-align: left;
	background-color:#fdb813;
}
#kopf
{
       	height: 190px;
        background:#FFFFFF url(logo2.gif) center center no-repeat;
}
#adresselinks
{
        float: left;
        line-height: 15px;
        margin: 10px;
        padding: 5px;
        width: 180px;
	height: 158px;
}
#adresserechts
{
        float: right;
        line-height: 15px;
        margin: 10px;
        padding: 5px;
        width: 180px;
	height: 158px;
}
#querbalken
{
	border: 1px solid #ffffff;
	height: 10px;
        background:#a81e2e;
}
#randlinks
{
	float: left;
        margin: 10px;
        padding: 5px;
	width: 150px;
}
#randrechts
{
	float: right;
        margin: 10px;
        padding: 5px;
        width: 150px;
}
#content
{
        margin-right: 200px;
	margin-left: 200px;
        height: auto;
	background-color: #ffffff;
}
#footer
{
	clear: both;
	height: 10px;
        background:#a81e2e;
}
.balken0
{
	border: 1px solid #ffffff;
	border-left-width: 2px;
	border-right-width:2px;
	height: 8px;
        background:#ed2b29;
}
.balken1
{
	border: 1px solid #ffffff;
	border-left-width: 32px;
	border-right-width:32px;
	height: 7px;
        background:#f89917;
}
.balken2
{
	border: 1px solid #ffffff;
 	border-left-width: 152px;
	border-right-width:152px;
	height: 6px;
        background:#fad312;
}
.balken3
{
	border: 1px solid #ffffff;
	border-left-width: 272px;
	border-right-width:272px;
	height: 5px;
        background:#f3ea35;
}
#contenttext
{
	border: 3px solid #ffffff;
	min-height: 500px;
        height: auto;
	background-color: #ffffff;
}
#nav {
	width:171px;
	margin:10px 0 0 0;
	padding:10px 0;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav li {
	margin:0;
	padding:0;
}
#nav a:link, #nav a:visited {
	display:block;
        text-decoration: none;
        color: #25286b;
        font-weight: bold;
	margin:5px 0;
	padding:5px 5px 5px 30px;
	background-color:#fad312;
	height:1em; /* diese Angabe ist nur für den IE, damit die ganze Linkfläche klickbar ist */
	}
	
html>body #nav a:link, html>body #nav a:visited  {
	height:auto; /* hebt für nicht-IE Browser die Höhenangabe 1em wieder auf */ 
}
	
#nav a:hover {
	background-color:#f3ea35;
        text-decoration: none;
}
#nav .sdoc
{       display:block;
        text-decoration: none;
        color: #25286b;
        font-weight: bold;
	margin:5px 0;
	padding:5px 5px 5px 30px;
	background-color:#f89917;
	height:1em; /* diese Angabe ist nur für den IE, damit die ganze Linkfläche klickbar ist */
}	
html>body .sdoc
{       height:auto; }