body {
	background-color: #2369D4;
	background-image: url(../images/back_body.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
   font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:black;
	font-weight:normal;
}
/*############################################################################################*/
#site{
	margin:0px;padding:0px;
	width:930px;
	margin-left:-465px;
	left:50%;
	min-height:100%;
	height:auto !important;  /* für moderne Browser */
   height:100%;  /*für den IE */
	position: absolute;
	background-image: url(../images/back_site.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	margin-top:-5px;
}
/*############################################################################################*/
#top{
   margin:0px;padding:0px;
	width:930px;
	height:180px;
	background-image:  url(../images/back_top_2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.logo{
   margin:0px;padding:0px;
	padding-left:40px;
	padding-top:25px;
	float:left;
}
.adresse{
	float:right;
	font-size:11px;
	color:white;
	padding-top:5px;
	padding-bottom: 2px;
	display:block;
}

/*############################################################################################*/
#navigation{
	margin:0px;padding:0px;
	width:269px;
   height:480px;
	background-image: url(../images/back_navigation.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
} 
/*Level1*/
.menu1{
	margin:0px;padding:0px;
	list-style-type: none;
}
.menu1_level1 a, .menu1_level1 a:visited {
	text-decoration:none;
	color:#1A235D;
	padding-left:50px;
	font-weight:bold;
	line-height:16px;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	width:180px;
}
.menu1_level1 a:hover {
	background-color: transparent;
	background-image: url(../images/back_hover.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
.menu1_level1_act a{
	text-decoration:none;
	color:#1A235D;
}
.menu1_level1_act {
	margin:0px;padding:0px;
	list-style-type: none;
	text-decoration:none;
	color:#1A235D;
	padding-left:50px;
	font-weight:bold;
	line-height:16px;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	width:180px;
	background-color: transparent;
	background-image: url(../images/back_hover.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
/*Level2*/
.level2{
	list-style-type:none;
}
.menu1_level2 a, .menu1_level2 a:visited {
	text-decoration:none;
	color:#1A235D;
	padding-left:70px;
	font-weight:normal;
	display:block;
	width:180px;
	font-size:90%;
}
.menu1_level2 a:hover{
	background-image: none;
	background-color: white;
	display:block;
	width:100%;
}
.menu1_level2_act {
	list-style-type:none;
	text-decoration:none;
	color:#1A235D;
	font-weight:normal;
	display:block;
	font-size:90%;
	background-image: none;
	background-color: white;
	padding-left:20px;
	border-right:9px solid #1A235D;
}
.menu1_level2_act a {
	list-style-type:none;
	text-decoration:none;
}
.menu1_level2_act a:hover {
	list-style-type:none;
	text-decoration:none;
	background-image: none;
	background-color: white;
}

/*############################################################################################*/
#center{
	margin:0px;padding:0px;
	background-image: url(../images/back_center.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width:661px;
	min-height:480px;
	height:auto !important;  /* für moderne Browser */
   height:480px;  /*für den IE */
	float:left;
}
/*############################################################################################*/
#content{
   margin:0px;padding:0px;
	width:611px;
	text-align:justify;
	margin-left:20px;
}
p{
	padding-left:5px;
	padding-right:5px;
}

h3 {
	padding-left:5px;
	font-weight: bold;
	font-size:106%;
}

fieldset {
	border: none;
	padding-left: 20px;
}



label {
font-weight: bold;
color: Navy;
display: block;
padding-top: 5px;
}

table {
	font-size: 100%;
}
