* {}

body {
	background-color: #ffffff;
	margin: 0px;
}

.header_div {
 	background-image:url(../images/header-repeat.gif);
	background-repeat: repeat-x;
	text-align: center;
	}

.header {
 	height:209px;
 	width: 1000px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
}


a:link       { 
	text-decoration: underline; 
	color: #b5bf42;
	font-weight: bold;
}

a:visited    { 
	text-decoration: underline; 
	color: #b5bf42;
	font-weight: bold;
}

a:hover      { 
	text-decoration: underline; 
	color: #ff7216;
}

a:active     { 
	text-decoration: underline; 
	color: #b5bf42;
	font-weight: bold;
}

h1 {
	background-image:url(../images/bg_h1.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	color: #910d01;
	line-height: 35px;
	height: 35px;
	padding-left: 50px;
	margin-top: 13px;
	margin-bottom: 20px;
}


td {
	font-family:Arial,Verdana,Helvetica;
	font-size:12px;
	color:#000000;
}

strong {
	font-family:Arial,Verdana,Helvetica;
	font-size:12px;
	color:#000000;
}

.content table,
.content table td {
	border: 1px solid #910d01;

}

.navi{
 	width: 195px;
 	background-color: #ffffff;
 	vertical-align: top;
}

.navi ul {
 	margin: 0px;
 	padding: 0px;
 	list-style: none;
}

.navi ul li {
	display: inline;
}

.navi ul li a,
.navi ul li a:link,
.navi ul li a:visited,
.navi ul li a:active {
	display: block;
	background-image: url(../images/navi.gif);
	background-repeat: no-repeat;
	line-height: 35px;
	margin: 0 0 3px 0;
	color: #b5bf42;
	font-weight: bold;
	padding-left: 45px;
}
	
.navi ul li a:hover {
	color: #ff7216;
}

.navi ul ul li a,
.navi ul ul li a:link,
.navi ul ul li a:visited,
.navi ul ul li a:active {
	background-image: url(../images/navi-repeat.gif);
	background-repeat: repeat-y;
	color: #ff7216;
	font-weight: normal;
	font-size: 9pt;
	line-height: 12pt;
	margin: 0 0 0 0;
	padding-left: 25px;
}

.navi ul li a.akt,
.navi ul li a.akt:link,
.navi ul li a.akt:visited,
.navi ul li a.akt:active {
	background-image: url(../images/navi-h-top.gif);
	background-repeat: no-repeat;
	line-height: 35px;
	margin: 3px 0 0px 0;
	color: #b5bf42;
	font-weight: bold;
	padding-left: 45px;
}
	
.navi ul ul li a:hover {
 	font-weight: bold;
}

.navi ul ul li span.navi-footer {
	background-image: url(../images/navi-h-bottom.gif);
	background-repeat: no-repeat;
	line-height: 17px;
	display:block;
	margin: 0 0 3px 0;
}



.footer_div {
 	background-image:url(../images/footer-repeat.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 50px;
	}


.footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	width: 1000px;
	height: 80px;
	line-height: 80px;
	}

.box {
	border: 1px solid #910d01;
	padding: 10px;
	}	

.impressum a,
.impressum a:link,
.impressum a:visited,
.impressum a:active {
	margin-left: 20px;
	color: #910d01;
}


.impressum a:hover {
	margin-left: 20px;
	color: #000000;
}


