@charset "utf-8";
body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #41AD49;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(../images/hintergrund.jpg);
	background-repeat: no-repeat;
	background-color: #41ad49;
	background-attachment: fixed;
	background-position: center top;
    }
    .oneColFixCtr #container {
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    }
.Header {
	background-image: url(../images/velo_willkommen.png);
	height: 220px;
	width: 800px;
	float: left;
}
.Navi {
	background-image: url(../images/navi.png);
	height: 38px;
	width: 800px;
	float: left;
}
#footer {
	width: 800px;
	float: left;
	height: 26px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -3px;
	padding-top: 10px;
}
#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}
#footer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFBD3D;
	font-weight: bold;
	text-decoration: underline;
}
.Navi {
	background-image: url(../images/navi.png);
	height: 38px;
	width: 800px;
	float: left;
}
#Navi ul {
	list-style-type: none;
	margin: 0px;
	color: #FFBD3D;
	padding-left: 37px;
}
.Inhalt {
	width: 800px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: auto;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFBD3D;
	font-weight: bold;
	font-size: 36px;
	background-image: url(../images/headlines.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-left: 55px;
	line-height: 36px;
	height: 60px;
	text-decoration: none;
	overflow: visible;
}
.reinkommt_inhalte {
	padding-left: 20px;
}

.reinkommt {
	padding-top: 25px;
	padding-right: 40px;
	padding-left: 20px;
}

#Navi li {
	display: inline;
	line-height: 30px;
}

#Navi a {
	color: #FFBD3D;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #41AD48;
	border-left-color: #41AD48;
	padding-right: 4px;
	padding-left: 4px;
}
#Navi a:hover {
	text-decoration: none;
	background-position: 0px 0px;
	color: #FFBD3D;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #41AD48;
	border-right-color: #41AD48;
	border-left-color: #41AD48;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	height: 37px;
	padding-right: 3px;
	padding-left: 3px;
}
.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #93D79A;
	border: 1px solid #41AD48;
}
.zelle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #42AC47;
	font-size: 13px;
	background-color: #FFFFFF;
	border: 1px solid #41AD4A;
}
