/* ======== Allgemeine Einstellungen ======== */
html, body {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #03280c;
	margin: 0;
	padding: 0;
	background-color: #081D1E;
	background-repeat: repeat-x;
}

 {
    color: #F1F5E6;
}
h1, h2, h3, h4, h5, h6 {
    color: #032028;
}
h1 {
	font-size: 16px;
}

a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:focus {
    text-decoration: underline;
}

img {
    border: none;
}

.galerie {
  margin: 5px 10px 5px 0;
  border: 1px solid #0a4d1a;
	}
.galerie a:hover, .galerie a:focus {border: 1px solid #a4045f;}
	
.linksb {
	float: left;
	margin-right:8px;
	}
.rechtsb {
	float: right;
	margin-left:8px;
	}
.clearfloat {clear:both;}

/* ======== wrapper ======== */
#wrapper {
    margin: auto;
    width: 1024px;
}

#header {
	height: 300px;
	background-image: url(images/schausteller-hamberger-rosstock.jpg);
	background-repeat: no-repeat;
	background-color: #081D1E;
}
#content {
	text-align: left;
	background-repeat: repeat-x;
	background-image: url(images/hintergrund.jpg);
	color: #FFFFFF;
	padding: 0px;
	background-color: #F6EFE5;
}
#navigation {
	width: 1024px;
	text-align: center;
	left: 0px;
}

#main {
	width: 780px;
	float: left;
	margin: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#sidebar {
	width: 140px;
	height: auto;
	float: right;
	background-image: url(images/links-hinter.jpg);
	background-repeat: no-repeat;
	clip: rect(auto,auto,auto,auto);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	background-color: #01090B;
}

/* ======== footer ======== */
#footer {
	clear: both;
	text-align: center;
	background-repeat: repeat-y;
	height: 35px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/footer.jpg);
	padding-top: 5px;
	background-color: #000C0C;
}

#footer p {
	color: #000000;
	font-size: 0.8em;
	text-align: right;
}
#footer a:link, #footer a:visited  {
    color: #e7f5d4;
    font-weight: bold;
    text-decoration: none;
}
#footer a:hover, #footer a:focus {
    text-decoration: underline;
}
#wrapper #content #main p {
	color: #000;
	font-size: 12px;
}
#wrapper #content #footer p em {
	font-weight: bold;
}
#wrapper #content #main p span {
	font-size: 9px;
}
#wrapper #content #main p {
	font-size: 12px;
}
#wrapper #content #footer p em a {
	color: #CCCCCC;
}
#wrapper #content #main #mainContent p {
	font-size: 12px;
}
