@charset "iso-8859-1";
/* CSS Document */
* { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6, p, br {
	padding-bottom: 0.8em;
}

h1 {
	color: #fff;
	font-size: 1.8em;
}

h2 {
	font-size:1em;
	color: black;
	font-weight:bold;
}


h3 {
	color: #fff;
	font-size: 1.2em;
}

a, a:visited {
	color: #636363;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}


body {
	background-image: url(../images/back.jpg);
	background-position: top;
	background-repeat: repeat-x repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #4b300d;
}

#wrapper {
	width: 980px;
	height: 570px;
	position: absolute;
	top: 50%;
	margin-top: -285px;
	left: 50%;
	margin-left: -490px;
	border: 1px solid #fff;
}

#content_left {
	width: 194px;
	height: 570px;
	float: left;
}

#logo {
	background-image: url(../images/logo.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 194px;
	height: 158px;
}

#menu1 {
	background-image: url(../images/navi.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 194px;
	height: 412px;
	padding-top: 20px;
}

ul.menu1_level {
	list-style-type: none;
}

.menu1_level1 {
	list-style-type: none;
	display: block;
	height: 20px;
	letter-spacing: 1px;
	font-size: 1em;
	margin-bottom: 18px;
	width: 194px;
}

.menu1_level1 a, .menu1_level1 a:visited {
	text-decoration: none;
	color: #815e33;	
	padding-left: 15px;
	display: block;
	height: 20px;
}

.menu1_level1 a:hover {
	height: 20px;
	background-color: #ca9e67;
	color: #fff;
	
}


.menu1_level1_act{
	list-style-type: none;
	padding-bottom: 18px;
}

.menu1_level1_act a, .menu1_level1_act a:visited {
	list-style-type: none;
	text-decoration: none;
	color: #fff;
	background-color: #ca9e67;
	display: block;
	height: 20px;
	padding-left: 15px;
	marging-bottom: 18px;
}


.menu1_level2 {
	list-style-type: none;
}

.menu1_level2 a, .menu1_level2 a:visited {
	padding-left: 35px;
	display: block;
	height: 20px;
	font-size: 1em;
	width: 159px;
}

.menu1_level2 a:hover {
	text-decoration: underline;
}

.menu1_level2_act{
	list-style-type: none;
}

.menu1_level2_act a, .menu1_level2_act a:visited {
	padding-left: 35px;
	display: block;
	height: 20px;
	font-size: 1em;
	width: 159px;
	text-decoration: underline;
	font-weight: normal;
}

#main_content {
	background-image: url(../images/content.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 786px;
	height: 570px;
	float: right;
}

#content_text {
	padding: 20px;
	height: 530px;
	width: 746px;
	overflow: auto;
}

/* ############# Formular ############## */

fieldset {
	border: none;
}

label {
font-weight: bold;
color:black;
display: block;
padding-top: 5px;
}

