body {
	 background-color: #E0E0E0;
	 background-image: url(../images/body.jpg);
	 background-attachment: fixed;
	 background-position: bottom right;
	 background-repeat: no-repeat;
	 margin:0;
	 padding:0;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 color: #004990;
}

#navigation {
	background-image: url(../images/back_navigation.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #004990;
	width: 170px;
	position:absolute;
}

#top {
	width:100%;
	height: 127px;
	background-image: url(../images/back_top.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top left;
	float:right;
	position:absolute;
}

#box_top {
  width:100%;
	height:127px;
	background-image: url(../images/back_top_right.jpg);
	background-position: right;
	background-repeat: no-repeat;
	position:absolute;
}


#content {
	background-color: transparent;
	position:absolute;
	margin-left:180px;
	margin-top:130px;
	width: 650px;
}

.schrift_top {
	margin-left: 180px;
	margin-top: 15px;
}



/*__________TYPO___________*/

p{
	font-size: 13px;
	color:black;
}

a, a:visited {
	font-size: 13px;
	color: Blue;
}

/*___________NAVIGATION____________*/
.nav {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.nav li {
	margin: 0px;
	list-style: none;
	}

.nav a, .nav a:visited {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 21px;
	padding-left: 3px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	border-bottom: dotted 1px white;
}

.nav a:hover, .nav a:focus {
	display: block;
	background-color: #E16500;
	color: white;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dotted 1px white;
	padding-top: 3px;
	padding-bottom: 3px;
}


.nav_act a, .nav_act a:visited {
	display: block;
	background-color: #E0E0E0;
	color: #004990;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dotted 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*------------------------------------------------------*/


.nav_sub {
   font-size: 0.85em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.nav_sub_act {
   font-size: 0.85em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #006FD9;
}


.nav_sub li {
   padding-top: 0px;
	list-style: none;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.nav_sub a, .nav_sub a:visited {
	background-color: transparent;
	display: block;
	padding: 0px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	text-decoration: none;
	color: white;
	border: none;
	text-align: left;
	margin-left: -10px;
	margin-top: 0px;
	margin-top: 0px;
	border-left: 10px solid white;
}


.nav_sub a:hover, .nav_sub a:focus {
   padding-top: 0px;
	display: block;
	background-color: #006FD9;
	color: white;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: none;
	padding-left: 5px;
	margin-top: 0px;
	border-left: 10px solid #E16500;
}

.nav_sub_act a, .nav_sub_act a:visited {
   padding-top: 0px;
	display: block;
	background-color: transparent;
	color: #FFA255;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: none;
	margin-top: 0px;
	border-left: 10px solid #E16500;
	margin-left:-10px;
	padding-left: 5px;
}

.nav_sub_act a:hover {
   padding-top: 0px;
	display: block;
	background-color: transparent;
	color: white;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: none;
	padding-left: 5px;
	margin-top: 0px;
	border-left: 10px solid #E16500;
}

/*===========================================  FORM-LEFT  ==========================================================*/
#form_left { width:280px; background-color: transparent; float:left;	margin-left:10px; padding-bottom:0px;}

/*===========================================  FORM-RIGHT  ==========================================================*/
#form_right { width:280px; background-color: transparent; float:left;	margin-left:10px; padding-bottom:0px;}

fieldset {
	border: none;
}

legend {
background-color: #DCE6F2;
color:#0057B0;
font-size: 120%;
font-weight: bold;
margin-bottom: 5px;
padding-left: 6px;
padding-right: 6px;
padding-bottom: 2px;
padding-top: 2px;
}

label {
font-weight: normal;
color:#0057B0;
display: block;
}

.red {
 color:red;
 font-weight:bold;
}


