body {
	margin:0;
	padding:0;
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:black;	
   background-image: url(../images/back_body.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
	background-color: #888888;

}
/*===============================TOP===============================*/
#top{
	width:100%;
	height:139px;
	background-color: #808080;
	background-image: url(../images/back_top.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
#top_box1{
   background-image: url(../images/back_top_box1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width:900px;
	height:139px;
}
/*===============================NAVIGATION===============================*/
#navigation {
   background-image: url(../images/back_navigation.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	border-right:1px solid #9D231C;
	float:left;
	margin:0px;
	padding:0px;
	width:150px;
}
.adresse {
   background-color: #9D231C;
	color:white;
	display:block;
	margin-bottom:10px;
	padding-left:10px;
}

.nav_ul{
	 list-style-type: none;
	 padding-left:0px;
	 margin-left:0px;
	 margin-top:0px;
}

.nav_li a {
	text-decoration:none;
	color:black;
	font-weight:bold;
	margin:0px;
	padding:0px;
	line-height:35px;
   border-right:1px solid #9D231C;
	display:block;
	padding-left:10px;
	margin-right:10px;
}
.nav_li a:hover {
	text-decoration:none;
	color:black;
	font-weight:bold;
	margin:0px;
	line-height:35px;
	border-right:11px solid #9D231C;
}

.nav_li_act a {
	text-decoration:none;
	color:#9D231C;
	font-weight:bold;
	margin:0px;
	line-height:35px;
	border-right:11px solid #808080;
	padding-left:10px;
	display:block;
	background-color:#EDEDED;
}

/*--------------------------------SUB----------------------------*/
.nav_ul_sub {
	 list-style-type: none;
	 padding-left:0px;
	 margin-left:0px;
	 margin-top:10px;
	 text-align:right;
}

.nav_li_sub a {
	text-decoration:none;
	color:black;
	font-weight:bold;
	margin:0px;
	padding:0px;
	display:block;
	border-left:2px solid #9D231C;
	padding-left:10px;
	margin-left:10px;
	padding-right:10px;
	padding-top:1px;
	background-color: transparent;
	line-height:20px;
	border-right:none;
}
.nav_li_sub a:hover {
   background-color: #EAEAEA;
	text-decoration:none;
	color:#808080;
	font-weight:bold;
	margin:0px;
	padding:0px;
	display:block;
	border-left:10px solid #9D231C;
	border-bottom:1px solid #9D231C;
	padding-left:10px;
	margin-left:10px;
	padding-right:10px;
	line-height:20px;
		border-right:none;
}

.nav_li_sub_act a {
   background-color: #9D231C;
	text-decoration:none;
	color:#EAEAEA;
	font-weight:bold;
	margin:0px;
	padding:0px;
	display:block;
	border-left:10px solid #9D231C;
	padding-left:10px;
	margin-left:10px;
	padding-right:10px;
	padding-top:1px;
	line-height:20px;
	border-right:none;
}


/*===============================CONTENT===============================*/
#content{
   width:720px;
	height:445px;
	background-color: transparent;
	float:left;	
	margin-left:10px;
	border:1px dashed #9D231C;
	border-right:none;
	margin-top:10px;

	overflow:auto;
}
#right  {
	width:auto;
	height:auto;
	background-color: Fuchsia;
	float:left;
}

p{
  background-color:transparent;
  	padding-right:200px;
	padding-left:10px;
	color:black;
}

.p_no_padding {
  background-color:transparent;
  	padding-right:0px;
	padding-left:10px;
	color:black;
}

h1 {
	font-size:150%;
   background-color: #9D231C;
	margin-top:0px;
	margin-bottom:0px;
	color:#EAEAEA;
	border-bottom:3px solid #808080;
	padding-left:10px;
}

.zur_uebersicht a {
	color:#9D231C;
	background-color:#D9D9D9;
	display:block;
   text-decoration:none;
	padding-left:10px;
}
.zur_uebersicht a:hover {
	color:#9D231C;
	background-color:#D9D9D9;
	display:block;
	padding-left:10px;
	font-weight:normal;
	text-decoration:underline;
}

.img_right{
	float:right;
}

.img_left{
	float:left;
	padding-left:5px;
}


/*_______________________KONTAKT_______________________*/

label {
	display:block;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-stretch: normal;
	font-variant: normal;
	font-weight: bold;
	color:black;
}

#box1_kontakt{
	width:280px;
	text-align: left;
	float:left;
}

#box2_kontakt{
	width:280px;
	text-align: left;
	float:left;
}

#box_kontakt{
width: 590px;
}

input{
   background-color: white;
	color:#C50B09;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-stretch: normal;
	font-variant: normal;
	font-weight: bold;
}

textarea{
   background-color: white;
	color:#C50B09;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-stretch: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 100%;
}


