body {
	margin:0px;
	padding:0px;
	background-color: White;
   background-image: url(../images/back_body.jpg);
	background-repeat: repeat;
	background-position:center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	color:black;
}

/*-.--.--.--.--.---.--.--.--.--.---.--.--.--.--.---.--.--.--.--.---.--.--.--.--.---.--.--.--.--.--*/

#site1 {
	background-image: url(../images/back_site.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: transparent;
	width			: 1000px;
	left: 50%;
	margin-left: -500px;
	position:absolute;
}
/*#site2 {
	background-color: transparent;
	background-image: url(../images/back_site2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width			: 1000px;
	height:100%;
	left: 50%;
	margin-left: -500px;
	position:absolute;
}*/

/*-.--.--.--.--.---.--.--.--.--.---.--.--.--.--.---.--.--.--.--.---.--.--.--.--.---.--.--.--.--.--*/

#top{	
   background-color: transparent;
	background-image:  url(../images/back_top.jpg);
	background-repeat: no-repeat;
	background-position: top; 
	width:1000px;
	height:194px;
	z-index:3;
}
.logo{
	padding-left:275px;
	margin-top:41px;
	float:left;
}
.adresse {
	font-weight:bold;
	color:#9E814C;
	text-align:right;
	margin-right:160px;
	padding-top:55px;
}

/*-.--.--.--.--.---.--.--.--.--.---.--.--.--.--.---.--.--.--.--.---.--.--.--.--.---.--.--.--.--.--*/

#navigation{
   margin:0px;
	padding:0px;
   background-image: url(../images/back_navigation.jpg);
	background-position: top right;
	background-repeat: no-repeat;
   background-color:  transparent;
	width:260px;
	height:100%;
	float:left;
}
.hobel {
	padding-left:117px;
	margin-top:65px;
}

.menu1 {
   margin:0px;
   padding:0px;
	margin-left:130px;
	list-style-type:none;
	padding-top:30px;
}

.menu1_level1 a {
	text-decoration:none;
	color: #A64854;
	font-weight:bold;
	line-height:20px;
	padding-right: 20px;
	padding-bottom: 10px;
	display:block;
}

.menu1_level1 a:hover {
	background-image: url(../images/hover.jpg);
	background-position: right;
	background-repeat: no-repeat;
	color: Black;
	padding-right: 20px;
	display:block;
	padding-bottom: 10px;
}

.menu1_level1_act a {
	text-decoration:underline;
	color:black;
	font-weight:bold;
	line-height:20px;
	display:block;
	background-image: url(../images/hover.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-bottom: 10px;
	display:block;
}

/*-.--.--.--.--.---.--.--.--.--.---.--.--.--.--.---.--.--.--.--.---.--.--.--.--.---.--.--.--.--.--*/

#content{
	background-color: transparent;
	float:left;
	width:615px;
	overflow:auto;
}

/*-.--.--.--.--.---.--.--.--.--.---.--.--.--.--.---.--.--.--.--.---.--.--.--.--.---.--.--.--.--.--*/

#footer{
   background-image: url(../images/back_footer.jpg);
	background-position:center bottom;
   background-repeat: no-repeat; 
	height:60px;
	background-color: transparent;
	clear:both;
}

.innung {
	float:right;
	margin:0px;
	padding:0px;
}

/* ++++++++++ Formular ++++++++++ */

label {
	display: block;
	font-weight: bold;
	padding-top: 5px;
}

fieldset {
	border: none;
}
