@charset "utf-8";

body {
	padding: 0;
	margin: 20px;
	background-image: url(pics/bg1.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}

.kopf {
	display:block;
	text-align: left;
	background: no-repeat;
	width: 594px;
	height: 100px;
	border-top: 4px solid #000000;
	border-right: 4px solid #000000;
	border-bottom: 4px solid #000000;
	border-left: 4px solid #000000;
	background-image: url(pics/kopf.jpg);
	margin: 0 auto;
}

.menu {
	width: 600px;
	height: 30px;
	border: 1px solid #000000;
	position: relative;
	margin: 0px;
	display: block;
	padding: 0px;
	margin: 0 auto;
}

.menu a {
	display: block;
	float: left;
	width: 120px;
	height: 24px;
	background-image: url(pics/button1.jpg);
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;

}

.menu a:hover {
	background-color: #a8865e;
	color: #FFFFFF;
	background-image: url(pics/button2.jpg);
}

.menu2 {
	margin-top: 150px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right:20px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.menu2 a {
	color: #000;
	text-decoration: none;
}

.link {
	margin-left: 0px;
	margin-right:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.link a {
	color: #000;
	text-decoration: none;
}

.link a:hover {
	background-color: #5d4626;
}

.main{
	width: 594px;
	height: 500px;
	border-top: 4px solid #000000;
	border-right: 4px solid #000000;
	border-bottom: 4px solid #000000;
	border-left: 4px solid #000000;
	margin: 0 auto;
}

.main1{
	float: left;
	width: 197px;
	height: 500px;
	margin: 0 auto;
	background-color: #5d4626;
}

.main2{
	padding: 20px 20px 5px 20px;
	float: right;
	width: 357px;
	height: 475px;
	margin: 0 auto;
	background-color: #8e784b;
	font-size: 10px;

}

.ueber{
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.ueber2 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0 0 0 5px;
	background: #645B43;
	color: #999;
	font-weight: bold;
	font-size: 12px;
}

.text{
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px 10px 10px 10px;
	font-size: 12px;
}

.tmitte {
	text-align: center;
	font-size: 12px;
}


.na {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-top: 150px;
	margin-left: 50px;
	margin-right: 50px;
}


/* Fuss */
.fuss{
	width: 602px;
	height: 25px;
	background-color: #000;
	margin: 0 auto;
}

.ftext{
	padding: 5px;
	color: #8e784b;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: center;
}

.ftext a {
	color: #8e784b;
}
