@charset "UTF-8";


body,td,th, div {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #000;
	width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

img {
	border:none;
}

a, a:active, a:link { color:#715b5b; text-decoration:none; }
a:visited { color:#715b5b; text-decoration:none; }
a:hover { color:#715b5b; text-decoration:none; }

h1 { font-size: 22px; line-height: 26px; font-weight: lighter; color:#000; }
h2 { font-size: 18px; line-height: 22px; font-weight: lighter; color:#000; }
h3 { font-size: 16px; font-weight: lighter; color:#000; }

#hintergrund {
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
}

ul#menuepunkte {
list-style-type: none;
margin: 0;
text-align: center;
line-height: 250%;
padding: 0;
}

ul#menuepunkte a {
/*background-image: url(navi_bg_divider.png);
background-repeat: no-repeat;
background-position: right;*/
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-size: 12px;
color: #000;
padding-right: 1.4em;
padding-left: 1.4em;
}

ul#menuepunkte a, a:active, a:link { color:#000; text-decoration:none; }
ul#menuepunkte a:visited { color:#000; text-decoration:none; }
ul#menuepunkte a:hover { color:#6d1111; text-decoration:none; }

#content a, a:active, a:link { color:#715b5b; text-decoration:none; }
#content  a:visited { color:#715b5b; text-decoration:none; }
#content  a:hover { color:#715b5b; text-decoration:none; }

#footer  {
	color: #9b9292;
	text-align:center;
	z-index: 10;
}

#footer a, a:active, a:link  { color: #9b9292; text-decoration:underline;}
#footer a:visited  { color: #9b9292; text-decoration:underline;}
#footer a:hover  { color: #fff;}

ul#footerpunkte {
margin: 0;
text-align: center;
line-height: 150%;
padding: 0;
}

ul#footerpunkte li {
list-style-type:disc;
}

#inhalte_mobile {
	width: 80%;
	height: 1800px;
	border: 0px;	
}



