﻿@charset "utf-8";
/* CSS Document */
html{overflow-y: scroll;}
a{
	margin:0px;
	padding:0px;}
#container {
	border: 2px groove red;
	background-attachment: scroll;
	background-image: url(../images/style/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#banner {
	height: 100px;
	width: 1000px;
	padding-left: 80px;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#nav_h {
	width: 1000px;
	background-image: url(../images/style/menubg.gif);
	color: #FFF;
}
#menue_h { }
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
#container #inhalt #ahnen {
	width: 850px;
	text-align: center;
}

a:hover { text-decoration: none;
	color:#FC6;}
a:active {
	text-decoration: none;
	color: #F90;
}
#inhalt {
	padding: 20px;
	margin-left: 20px;
}
.rot{color:#F00;}#inhalt .links1 {
	float: left;
	width: 310px;
	text-align: center;
	vertical-align: top;
}
#inhalt #rechts {
	clear: right;
	width: auto;
}
.zent{text-align:center;}
.weiss { color: #FFF; }
.links{text-align:left;}
.oben{vertical-align:top;}
.klein { font-size: 10px; }
.liste{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 18px;
}
.black { color: #000; }
.mitte{
	width: 300px;
	text-align: center;
	margin: 0px auto 0px auto;
}
