/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: tahoma;
}
h1 {
	font-family: tahoma;
	padding: 10px;
	margin: 20px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px dotted;
	text-align: center;
}
h2 {
	font-family: tahoma;
	text-align: center;
	padding: 10px;
	font-size: 16px;
}
h3 {
	font-family: tahoma;
	text-align: center;
	padding: 10px;
}
h4 {
	font-family: tahoma;
	text-align: center;
	padding: 10px;
}
a:link {
	font-size: 14px;
	color: #7ab738;
	text-decoration: none;
}
a:visited {
	font-size: 14px;
	color: #339933;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	color: #ffff00;
	text-decoration: none;
}
a:active {
	font-size: 14px;
	color: #339933;
	text-decoration: none;
}
#wrapper {
	position: absolute;
	width: 1024px;
	left: 50%;
	margin-left: -512px;
	margin-top: 0px;
	background: #ffffff;
	overflow: auto;
}
#head {
	width: 1024px;
	height: 170px;
	background: url(/fileadmin/img/head1.jpg) no-repeat left top;
}
#left {
	width: 95px;
	height: 515px;
	float: left;
	background: url(/fileadmin/img/left1.jpg) no-repeat left top
}
#right {
	width: 108px;
	height: 515px;
	float: right;
	background: url(/fileadmin/img/right1.jpg) no-repeat right top
}
#contentwrap {
	position: absolute;
	top: 170px;
	left: 95px;
	width: 821px;
	height: 515px;
	background: url(/fileadmin/img/rahmen1.jpg);
}
#content {
	margin: 30px 0px 0px 30px;
	background: transparent;
	height: 413px;
	width: 756px;
	color: #f0e345;
	border: 2px solid #f0e345;
	overflow: auto;
}
#content p {
	padding: 0px 20px 10px 20px;
	font-size: 15px;
	text-align: center;
}
#content2 {
	margin: 30px 0px 0px 30px;
	background: #0a3210;
	height: 323px;
	width: 670px;
	color: #f0e345;
	border: 2px solid #f0e345;
	overflow: auto;
	text-align: center;
}
#content2 a:link {
	font-size: 14px;
	color: #b3b3b3;
	text-decoration: none;
}
#content2 a:visited {
	font-size: 14px;
	color: #339933;
	text-decoration: none;
}
#content2 a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #ffff00;
	text-decoration: none;
}
#content2 a:active {
	font-size: 14px;
	color: #339933;
	text-decoration: none;
}
#content2 p {
	padding: 10px;
	font-size: 14px;
}
#navi {
	position: absolute;
	top: 625px;
	left: 180px;
	width: 665px;
	height: 20px;
	text-align: center;
}
#navi li {
	margin-left: 10px;
	list-style: none;
	text-align: center;
}

#navi a {
	margin-left: 30px;
	list-style: none;
	text-align: center;
}

#navi ul {
	text-align: center;
	margin-left: 80px;
}
#button {
	position: absolute;
	top: 690px;
	left: 100px;
}
#footer {
	clear: both;
	width: 1024px;
	height: 83px;
	background: url(/fileadmin/img/bottom1.jpg) no-repeat top
}

