body{
	margin:0px;padding:0px;
   background-color: #DBDBDB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:white;
	font-size:0.8em;
}

a, a:visited {
	color: #FEFF82;
}
/*-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__*/
#site{
	margin:0px;padding:0px;
	width:920px;
	left:50%;
	margin-left:-460px;
	position:absolute;
	background-image: url(../images/back_site.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
/*-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__*/
#top1 {
	width:920px;
	height:170px;
	margin:0px;padding:0px;
	background-image: url(../images/back_top1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/*-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__*/
#main_navigation {
	width:920px;
	height:100px;
	margin:0px;padding:0px;
	background-image: url(../images/back_main_navi.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
ul.menu1{
	margin:0px;padding:0px;
	list-style-type: none;
}
.menu1_level1 {float:left;}
.menu1_level1 a, .menu1_levell a:visited{
	color:white;
	float:left;
	text-decoration:none;
	padding:2px;
	padding-top:1px;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
}
.menu1_level1 a:hover{
	color: #1D3B55;
	background-color:white;
	font-weight:bold;
}
.menu1_level1_act{
	float:left;
}
.menu1_level1_act a, .menu1_level1_act a:visited {
	color:white;
	float:left;
	text-decoration:none;
	padding:2px;
	padding-top:1px;
	font-weight:bold;
	color: #1D3B55;
	background-color:white;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
}
/*___________________________________________________________________*/
.menu1_level1_1{
	float:left;
	padding-left:30px;
}
.menu1_level1_1 a, .menu1_level1_1 a:visited {
	color:white;
	float:left;
	text-decoration:none;
	padding:2px;
	padding-top:1px;
	font-weight:bold;
	font-weight:bold;
	display:block;
}

.menu1_level1_1 a:hover{
	color: #1D3B55;
	background-color:white;
	font-weight:bold;
}

.menu1_level1_1_act{
	float:left;
	padding-left:30px;
}
.menu1_level1_1_act a, .menu1_level1_1_act a:visited {
	float:left;
	text-decoration:none;
	padding:2px;
	padding-top:1px;
	font-weight:bold;
	color: #1D3B55;
	background-color:white;
	font-weight:bold;
	display:block;
}
.menu2_1 {
	margin:0px;padding:0px;
	list-style-type:none;
}
.menu2{
	margin:0px;padding:0px;
	list-style-type:none;
}
.menu2_level1 {
	clear:both;
}
.menu2_level1 a, .menu2_level1 a:visited {
	color:white;
	background-color: transparent;
	display:block;
	font-weight:normal;
}
.menu2_level1 a:hover {
   background-color: white;
	color:black;
     font-weight:normal;
}
.menu2_level1_act {	clear:both;}
.menu2_level1_act a, .menu2_level1_act a:visited {
	color:white;
	background-color: transparent;
	display:block;
   background-color: white;
	color:black;
	font-weight:normal;
}
/*-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__*/
#sub_navigation {
	width:899px;
	margin:0px;padding:0px;
	height: auto;
}

.menu3 {
	margin:0px;padding:0px;
	background-color: white;
	color:black;
	clear:both;
	float:left;
	margin-top:10px;
	width:899px;
}

.menu3_level1{
	float:left;
	list-style-type: none;
}
.menu3_level1 a, .menu3_level1 a:visited {
	color:black;
	text-decoration:none;
	background-color: white;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}
.menu3_level1 a:hover{
	background-color: #152941;
	color:white;
}
.menu3_level1_act {
	float:left;
	list-style-type:none;
	border-top:1px solid white;
}
.menu3_level1_act a, .menu3_level1_act a:visited {
	color:black;
	text-decoration:none;
	background-color: white;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	background-color: #152941;
	color:white;
}




/*-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__*/
#center{
	width:920px;
	min-height:300px;
	height:auto !important;  /* für moderne Browser */
   height:300px;  /*für den IE */
	margin:0px;padding:0px;
   background-image: url(../images/back_center.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#content{
	width:850px;
	margin-left:25px;
	margin-top:20px;
	margin-bottom:20px;
}
/*-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__*/
#footer{
clear:both;
float:left;
	width:940px;
	height:33px;
	background-image: url(../images/back_footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.adresse{
	color:#152B41;
	float:left;
	padding-left:47px;
	padding-top:2px;
}


/*===========================================  FORM-LEFT  ==========================================================*/
#form_left { width:330px; background-color: transparent; float:left;	margin-left:10px; padding-bottom:0px;}

/*===========================================  FORM-RIGHT  ==========================================================*/
#form_right { width:410px; background-color: transparent; float:left;	margin-left:10px; padding-bottom:0px;}


.form_small {
float: left;
padding-right: 5px;
padding-bottom: 15px;
}

#form_right p {
	padding-left: 0px;
	margin-left: 0px;
}
fieldset {
	border: none;
}

legend {
background-color: white;
color: #2C5781;
font-size: 120%;
font-weight: bold;
margin-bottom: 5px;
padding-left: 6px;
padding-right: 6px;
padding-bottom: 2px;
padding-top: 2px;
}

label {
font-weight: bold;
color:white;
display: block;
}


input, textarea {
background-color: #EFF6FF;
	margin-bottom: 5px;
}

.red {
color: #FF9393;
}

.form_katalog { width:380px; background-color: transparent; float:left;	margin-right:20px; padding-bottom:0px;}
.form_katalog_right { width:430px; background-color: transparent; float:left;padding-bottom:0px;}

.katalog {
float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}