body {
	margin:0px;padding:0px;
	background-color: #D7D7D7;
	background-image: url(../images/body.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:0.8em;
	color:black;
}
.right {float:right;}
.left  {float:left;}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

#tx_mwimagemap_img_181, #tx_mwimagemap_img_182 {
	border:0px;
}
/*******************************************************************************/
#site {
   margin:0px;padding:0px;
	width:1000px;
	margin-left:-500px;
	left:50%;
	position:absolute;
   background-image: url(../images/site.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
/*******************************************************************************/
#head {
	margin:0px;padding:0px;
	width:1000px;
	height:175px;
	background-image: url(../images/head.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
/*******************************************************************************/
#navigation {
	margin:0px;padding:0px;
	width:200px;
	height:auto;
	background-color: #989B9F;
	float:left;
}
.menu1 {margin:0px;padding:0px;list-style-type:none;}
.menu1_level1 {}
.menu1_level1 a, .menu1_level1 a:visited {
	text-decoration:none;
	color:#00727B;
	background-image: url(../images/menu1_level1.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	display:block;
	border-bottom:2px solid white;
	font-size:110%;
	font-weight:bold;
	padding-left:10px;
	line-height:30px;
}
.menu1_level1 a:hover {color:#DA251C;}
.menu1_level1_act a, .menu1_level1_act a:visited {
	text-decoration:none;
	color:#00727B;
	background-image: url(../images/menu1_level1.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	display:block;
	border-bottom:2px solid white;
	font-size:110%;
	font-weight:bold;
	padding-left:5px;
	line-height:30px;
	border-left:5px solid #DA251C;
}

.menu1_sub {margin:0px;padding:0px;list-style-type:none;padding-bottom:15px; background-color:#E4E4E4;}
.menu1_level2 {}
.menu1_level2 a, .menu1_level2 a:visited {
	text-decoration:none;
	background-image: none;
	background-color: #E4E4E4;
	border:0;
	color:black;
	display:block;
	font-size:100%;
	font-weight:normal;
	padding-left:20px;
	line-height:20px;
}
.menu1_level2 a:hover {color:#DA251C;padding-left:25px;}
.menu1_level2_act a, .menu1_level2_act a:visited {
	text-decoration:none;
	background-image: none;
	background-color: #E4E4E4;
	border:0;
	color:black;
	display:block;
	font-size:100%;
	font-weight:normal;
	padding-left:15px;
	line-height:20px;
	border-left:5px solid #DA251C;
}

/*******************************************************************************/
#center {
	float:left;
	width:800px;
	padding-bottom:30px;
}
#content {
	margin:0px;padding:0px;
	width:717px;
	margin-left:50px;
}
/*******************************************************************************/
#footer {
	margin:0px;padding:0px;
	width:1000px;
	height:35px;
   background-image:  url(../images/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
}
.adresse {
	float:right;
	color:white;
	padding-right:23px;
}
/* ############# Formular ############## */

fieldset {
	border: none;
}

label {
font-weight: bold;
display: block;
padding-top: 5px;
}