*{
    margin: 0;
    padding: 0;  
}
body{
    background-color: white;
    font-family: Arial;
    font-size: small;
    color: #808080;
}
#seite{
    width: 1000px;
    margin: auto;
    text-align: left;
	padding: 5px;
}
#index{
    background-color: #808080;
}
#banner{
	width:100%;
	color:white;
	background-color:#808080;
	padding: 10px;
	margin-bottom:50px;
	opacity:.5;
}
#banner a{
	color:white;
	text-decoration:none;
	opacity:1;
	text-shadow:2px 2px 2px black;
}
a img {
    border: none;
}
h1.index{
    margin-top: 300px; 
    font-size: 250%; 
}
a.index:link, a.index:visited, a.index:hover{
    text-decoration: none;
    color: #000;
}
a:link, a:visited{
    text-decoration: none;
    color: #808080;
}
a:hover{
    text-decoration: underline;
    color: #808080;
}
h1, h2, h3, h4, h5, h6{
    margin-bottom: 1.4em;
}
table{
    margin-bottom: 30px;
	width:100%;
}
p{
    margin-bottom: 1em;
}
a.impressum:link, a.impressum:visited{
    color: #808080;
    text-decoration: underline; 
}
a.impressum:hover{
    color: #808080;
    font-weight: bold;
}
a.current{
    color: #808080;
    font-weight: bold;
}
h1.startseite{
    color: #000;
}
p.webmaster{
	text-align:right;
	font-size:10px;
	width:400px;	
}