body {
	background-color: white;
	background-image: url(../images/body.jpg);
	background-attachment: fixed;
	background-position: top right;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-stretch: normal;
   font-variant: normal;
	font-weight: normal; 
	color:#8E001A;
   margin:0;
	padding-left:0px;
   scrollbar-3dlight-color   : #8E001A;
	scrollbar-arrow-color     : white;
	scrollbar-base-color      : white;
	scrollbar-face-color      : #8E001A;
	scrollbar-highlight-color : white;
	scrollbar-track-color     : white;
}

.img_left {
	float:left;
}

.img_rigtht {
	float:right;
}

/*________________________________________________________________________________________________________________________________________________*/

#top{
	background-image: url(../images/back_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width:770px;
	height:121px;
}
#top p{
	color:#8E001A;
	font-weight:bold;
	padding-top:23px;
}

/*________________________________________________________________________________________________________________________________________________*/

#bottom {
   background-image: url(../images/back_bottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 647px;
	height:40px;
}

/*________________________________________________________________________________________________________________________________________________*/

#box_start {
	margin-top:50px;
	margin-left:50px;
}

.img_start {
	margin-top: 40px;
	margin-left:30px;
}

/*________________________________________________________________________________________________________________________________________________*/

#box_impressum {
	width: 449px;
	height: 100%;
	background-image: url(../images/back_impressum.jpg);
	background-position: bottom left;
	background-repeat: no-repeat; 
	float:left;
}


/*________________________________________________________________________________________________________________________________________________*/

p {
  font-size:100%;
  padding-left:20px;
  margin-top:0px;
}  

h1 {
  border:1px solid #8E001A;
  padding-left: 5px;
  padding-top:3px;
  margin-bottom:0px;
  color:#8E001A;
  font-size: 200%;
  height:32px;
}

h2 {
   background-color: #DEDEDE;
	margin-bottom:0px;
	font-size:120%;
	color:#8E001A;
	width:300px;
	padding-left:5px;
	border:1px solid #8E001A;
}

h3{
	margin-bottom:0px;
	font-size:110%;
	padding-left:5px;
}

table p {
	font-size:0.8em;
}

table h3 {
	font-size: 1em;
}

table h2 {
	font-size:1.2em;
	border-right: 10px solid #8E001A;
}

/*_______________________KONTAKT_______________________*/

label {
	display:block;
	padding-top:5px;
	color:#8E001A;
	font-weight:bold;
}

#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: #DEDEDE;
	color:black;
}

textarea{
   background-color: #DEDEDE;
	color:black;
	font-family: Arial, Helvetica, sans-serif;
}



