@charset "UTF-8";
* { padding: 0; margin: 0; }

body {
	width: 802px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #3F421D;
	background-image: url(../image/stripe.png);
	background-repeat: no-repeat;
	background-position: -15px 0px;
	text-align: justify;
	line-height: 15px;
}
#plain {
	width: 800px;
	height: 600px;
	margin: 0;
	position: relative;
}
#header {
	width: 800px;
	height: 60px;
	background-color: #787845;
	position: absolute;
	left: 0px;
	top: 0px;
}
/*Menue Struktur*/


#menue0        {
	width: 199px;
	padding: 0px;
	height: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #787845;
	background-image: url(../image/nav.gif);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 60px;
	padding-top: 2px;
}
#menue1 {
	width: 199px;
	height: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #787845;
	background-image: url(../image/nav.gif);
	background-repeat: repeat-x;
	position: absolute;
	left: 200px;
	top: 60px;
	padding-top: 2px;
}
#menue2 {
	width: 199px;
	height: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #787845;
	background-image: url(../image/nav.gif);
	background-repeat: repeat-x;
	position: absolute;
	left: 400px;
	top: 60px;
	padding-top: 2px;
}
#menue4 {
	width: 200px;
	height: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3F421D;
	background-image: url(../image/nav.gif);
	background-repeat: repeat-x;
	position: absolute;
	left: 600px;
	top: 60px;
	padding-top: 2px;
}
#content {
	width: 450px;
	height: 520px;
	background-color: #A9A589;
	left: 0px;
	top: 78px;
	position: absolute;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 330px;
}
#gbook {
	width: 800px;
	height: 540px;
	background-color: #787845;
	left: 0px;
	top: 78px;
	position: absolute;
}
#bildcontainer_a {
	width: 290px;
	height: 500px;
	position: absolute;
	left: 490px;
	top: 98px;
	background-color: #3F421D;
	border: 1px solid #3F421D;
}
#bildcontainer_b {
	width: 290px;
	height: 387px;
	position: absolute;
	left: 490px;
	top: 98px;
	background-color: #3F421D;
	border: 1px solid #3F421D;
}	
#bildfooter_b {
	width: 250px;
	height: 53px;
	position: absolute;
	left: 490px;
	top: 505px;
	background-color: #3F421D;
	border: 1px solid #3F421D;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #A9A589;
}
#links {
	width: 250px;
	height: 480px;
	position: absolute;
	left: 490px;
	top: 98px;
	padding-top: 20px;
	background-color: #3F421D;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #3F421D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #A9A589;
	text-align: justify;
}
#footer {
	width: 800px;
	height: 16px;
	font-size: 11px;
	background-image: url(../image/nav.gif);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 618px;
	padding-top: 2px;
}
.ueberschrift1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #BF2B05;
}
.ueberschrift2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3F421D;
}
.normalertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #33331C;
	line-height: 14px;
}
.normalertext a:link {
	color: #3F421D;
	text-decoration: none;
}
.normalertext a:visited {
	color: #3F421D;
	text-decoration: none;
}
.normalertext a:hover {
	color: #BF2A05;
	text-decoration: underline;
}
.normalertext a:active {
	color: #3F421D;
	text-decoration: none;
}
.bildtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B3B090;
	line-height: 14px;
}
.menue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B3B090;
	text-align: center;
}
.menue a:link {
	text-decoration: none;
	color: #A9A589;
}
.menue a:visited {
	color: #A9A589;
	text-decoration: none;
}
.menue a:hover {
	color: #31331C;
	text-decoration: none;
}
.menue a:active {
	text-decoration: none;
	color: #A9A589;
}

