body {
	margin: 15px auto;
	padding: 0px;
	/*background-color:#DE09A1;*/
	background-image:url(brick4.jpg);
	background-repeat:repeat;
	font-size: 14px;
	width:1024px;
}
p {
	line-height:20px;
	margin-left:20px;
	margin-right:20px;
	font-family:Verdana, Geneva, sans-serif;	
}
h1 {
	color:#8b3334;  /*#a14672;*/
	font-size: 32px;
	text-shadow:#000 2px 2px 2px;
	margin-left:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;	
}
h3 {
	font-size: 16px;
	margin-left:10px;
	font-family:Verdana, Geneva, sans-serif;	
}
h2 {
	margin-left:10px;
	font-family:Verdana, Geneva, sans-serif;	
}

#aktiv {
	background-color:#8b3334; /*#a14672;*/
	color:#fff;
}
ul {
	width:auto;
}

#obenschwarz {
	height: 160px;
	width: auto;
	margin-bottom:30px;
	/*-moz-animation: oben_ein;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count:1;*/
	
	}
/*@-moz-keyframes  oben_ein{ 
	from {opacity:0;}
	to {opacity:1;}
}
@-moz-keyframes  links_ein {
	from {opacity:0;  margin:0 0 0 -5px;}
	to {opacity:1; margin: 0 0 0 0;}
}*/
#left {
	height:300px;
	position:absolute;
	top: 350px;
	/*-moz-animation: links_ein;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count:1;*/
}
#inhalt {
	background-color:#FFddee;
	position: relative;
	width: 810px;
	height: auto;
	border-radius:20px;
	padding: 5px;
	left: 205px;
	top: 10px;
	-moz-box-shadow: 5px 10px 10px black;
	-webkit-box-shadow: 5px 10px 10px black;
	box-shadow: 5px 10px 10px black;
	margin-bottom:50px;

}
a:link{
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	background-color:#FFddee;
	font-size:20px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-radius:10px;
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 8px;
	
}
a:visited{
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	background-color:#FFddee;
	font-size:20px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-radius:50px;
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 8px;
}
#menu {
	position: relative;
	height: 30px;
	left: 230px;
	width: auto;
	top: 15px;
}
#menu ul li {
	display:inline;	
}
#menu  ul{
	margin:0px;
}

a:hover {
	color: black;
	background-color:#8b3334; /*#a14672; #b65075;*/
	text-shadow:#F0F -1px -1px -1px;

}
#namen li{
	display:block;
	font-weight:bold;
}
