body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #343434; 
}
body {
	background-color: #FFFFFF;
	overflow: hidden;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #B3060B;
}
a:active {
	text-decoration: none;
	color: #666666;
}
h1 {
	font-size: x-large;
	color: #c1ce48;
	font-variant: small-caps;
	letter-spacing: 2px;
}
h2 {
	font-size: large;
	font-variant: small-caps;
	letter-spacing: 2px;
	color: #c1ce48;
	border-bottom: dotted;
}
h3 {
	font-size: medium;
	font-variant: small-caps;
	letter-spacing: 2px;
	color: #c1ce48;
}

#kopf {
	
	left:0px;
	top:0px;
	width:950px;
	height:140px;
	z-index:2;
	background-image: url(bilder/banner.jpg);
	background-repeat: no-repeat;
}

#menu {
background-color: #812880;
	
	left:0px;
	top:140px;
	width:950px;
	height:25px;
	z-index:200;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #3d3d3d;
	border-top: solid;
	border-top-color: #3d3d3d;
	border-top-width: 1px;
	text-align: right;

}


#inhalt {
	
	left:5px;
	top:185px;
	width:940px;
	height:375px;
	z-index:4;
	overflow: auto;
	margin-left: 3px;
}
#fuss {
	
	left:0px;
	top:551px;
	width:950px;
	height:20px;
	z-index:5;
}



#container {
	
	left:200px;
	top:50px;
	width:950px;
	height:550px;
	z-index:1;
	background-color: #ffffff;
	border-width: 1px;
  border-color: #3d3d3d;
	border-style: solid;
	margin-left:auto;
margin-right:auto;
margin-top: 5%;

	
}



