body {
	margin:0px;
	padding:0px;
	background-color: #DF343A;
	background-image: url(../images/back_body.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}
/*-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_*/
#site {
	width			: 1000px;
	height:auto;
	background-image: url(../images/back_site.jpg);
   background-repeat: no-repeat;
	position:absolute;
}
/*-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_*/
#top{
	width:1000px;height:200px;
	margin:0px;
	padding:0px;
	background-image: url(../images/back_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
}
/*-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_*/
#navigation{
	width:206px;height:325px;
	background-image: url(../images/back_navigation.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin:0px;padding:0px;
	float:left;
}
.menu1 {
	margin:0px;padding:0px;
}
.menu1_level1 {list-style-type:none;}
.menu1_level1 a, .menu1_level1 a:visited{
	color:white;
	text-decoration:none;
	padding-left:40px;
	padding:-bottom:1px;
	line-height:40px;
	display:block;
	font-weight: bold;
}
.menu1_level1 a:hover{
	border-left:15px solid #DF343A;
	border-bottom:1px solid #DF343A;
	padding-left:5px;
	margin-bottom:-1px;
	font-size: 125%;
	font-weight: bold;
}

.menu1_level1_act a{
	border-left:15px solid #DF343A;
	padding-left:5px;
	border-bottom:1px solid #DF343A;
	color:white;
	text-decoration:none;
	line-height:40px;
	display:block;
	font-size: 125%;
	font-weight: bold;
}
/*-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_*/
#content{
   background-color: transparent;
   margin:0px;
   padding:0px;
   width:754px;
	min-height:333px;
	height:auto !important;  /* für moderne Browser */
   height:333px;  /*für den IE */
   float:left;
	text-align:justify;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

.tx-damliteshow-pi1 {
	text-align: center;
}

fieldset {
	border: none;
}



label {
font-weight: bold;
color:#00217D;
display: block;
padding-top: 5px;
}