body 
{
	background-image: url(../images/bg.gif);
background-repeat: repeat;
	margin: 0px;
}

a:link       { 
text-decoration: none; 
color: #6e0f2d; 
}

a:visited    { 
text-decoration: none; 
color: #6e0f2d;
}

a:hover      { 
text-decoration: none; 
color: #6e0f2d; 
}

a:active     { 
text-decoration: none; 
color: #6e0f2d;
}

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

h1, h2, h3, h4, h5, h6 {
border-bottom: 2px solid #6e0f2d;
background-image: url(../images/herz.gif);
background-repeat: no-repeat;
padding-left: 24px;
font-size: 18px;
color: #7d0e2e;
}


#main {
	width: 1000px;
}



#main #header {
 	height: 149px;
	background-image: url(../images/header.jpg);
}

#main #navi_main {
 	padding-bottom: 0px;
 	font-weight: bold;
 	background-color: #ffffff;
}

#main #navi_main td{
 	text-align: center;
 	border-top: 2px solid #7d0e2e;
 	border-bottom: 2px solid #7d0e2e;
}

#main #navi_main td a, 
#main #navi_main td a:link,
#main #navi_main td a:visited,
#main #navi_main td a:active {
	color: #6e0f2d;
}


#main #navi_main td a:hover,
#main #navi_main td a.akt {
	color: #cc3846 ! important;
}


#main .border {
	width: 8px;
}

#main .navi {
	width: 210px;
	vertical-align: top;
	background-color: #ffffff;
	padding-top: 30px;
	font-weight: normal;
}

#main .navi .navi_header {
	line-height: 50px ;
	height: 55px ;
	text-align: center;
	text-transform: uppercase;
}

#main .navi .navi_header a,
#main .navi .navi_header a:link,
#main .navi .navi_header a:visited,
#main .navi .navi_header a:active {
	font-weight: bold;
	font-size: 14px;
}


#main .content {
	vertical-align: top;
	padding: 16px;
	line-height: 20px;
	background-color: #ffffff;
}

#main .content p {
	background-color: #e6a39b;
	padding: 5px;
	color: #810d1e;
}




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

.navi ul li {
display:inline;
}

.navi .ad {
	margin-top: 30px;
}


.navi ul li a,
.navi ul li a:link,
.navi ul li a:visited,
.navi ul li a:active {
padding: 0px 0px 0px 15px;
display: block;
color: #7d0e2e;
font-size: 12px;
font-weight: normal;
line-height: 24px;
text-decoration: none;
border-bottom: 1px dotted #7d0e2e;
margin-left: 2px;
margin-right: 2px;
}


.navi ul li a:hover {
color: #c93737;
}



#main #footer {
 	height: 90px;
	background-image: url(../images/footer.gif);
	vertical-align: bottom;
}


#main #footer a{
 	margin: 0px 0px 0px 310px;
}





