@charset "UTF-8";
/* CSS Document */

*{
margin: 0;
padding: 0;
font-size: 100%;
}

body{
	background-color: #A97F56;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #864D2F;
}

#wrapper {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border: 1px solid #888;
	-moz-box-shadow: 1px 1px 15px #666;
	-webkit-box-shadow: 1px 1px 15px #666;
	box-shadow: 15px;
}
#header {
	background-color: #fff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
        border-radius: 5px;
}
#content {
	background-color: #FDE5BD;
	padding: 25px;
}
#ziele {
	width: 180px;
	float: right;
	background-color: #864D2F;
	text-align: center;
	padding: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: #eee;
	font-size: 1.2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow: 5px;
	position: relative;
}
#ziele a:link {
	text-decoration: none;
	color: #eee;
}
#ziele a:visited {
	text-decoration: none;
	color: #eee;
}
#ziele a:hover {
	color: #3e6d95;
	text-decoration: none;
}
#ziele a:active {
	color: #eee;
	text-decoration: none;
}

#copyright {
	height: 20px;
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #444;
}
#copyright a:link {
	text-decoration: none;
	color: #444;
}
#copyright a:visited {
	text-decoration: none;
	color: #444;
}
#copyright a:hover {
	color: #3e6d95;
	text-decoration: none;
}
#copyright a:active {
	color: #444;
	text-decoration: none;
}

a:link {
	color: #3e6d95;
	text-decoration: none;
}
a:visited {
	color: #3e6d95;
	text-decoration: none;
}
a:hover {
	color: #864D2F;
	text-decoration: none;
}
a:active {
	color: #3e6d95;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
}
h3 {
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 15px;
}
.picleft {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.picright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
	padding-left: 40px;
	margin-bottom: 12px;
}
.textright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
	padding-left: 210px;
	margin-bottom: 12px;
}
.picauswahl {
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 200px;
	margin-bottom: 12px;
	clear: both;
	z-index: 2;
	visibility: visible;
}
.shortdayl {
	padding-left: 2px;
}
.shortdayr {
	padding-left: 3px;
}
#content p {
	margin-bottom: 5px;
}
#content u {
	color: #3e6d95;
}
#content ul {
	margin-left: 0px;
	width: 375px;
	float: left;
}
#content ul li {
	list-style-type: none;
	font-weight: bold;
	padding-right: 5px;
}
ul {
	margin-bottom: 10px;
	margin-left: 15px;
}
li {
}
#preise {
	width: 330px;
	float: right;
	background-color: #864D2F;
	text-align: left;
	padding: 10px;
	margin-left: 10px;
	font-weight: normal;
	top: 300px;
	color: #eee;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
        border-radius: 5px;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow: 5px;
}
#preise ul {
	float: none;
	width: auto;
}
#preise ul li {
	font-weight: normal;
	list-style-type: disc;
	margin-left: 15px;
	padding-bottom: 10px;
}
.achtung {
	background-color: #FFC592;
	height: 45px;
	display: block;
	padding-top: 15px;
	padding-left: 20px;
	margin-top: 20px;
	position: relative;
	border: 1px solid #FF8B00;
}

#navi {
	height: 18px;
	width: 375px;
	float: left;
	background-color: #864D2F;
	color: #eee;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	color: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow: 5px;
	position: relative;
}
#navi a:link {
	text-decoration: none;
	color: #eee;
}
#navi a:visited {
	text-decoration: none;
	color: #eee;
}
#navi a:hover {
	color: #3e6d95;
	text-decoration: none;
}
#navi a:active {
	color: #eee;
	text-decoration: none;
}

