body {
	 background-image: url(../images/back_body.jpg);
	 background-attachment: fixed;
	 background-position: top right;
	 background-color: #E8E8E8;
	 background-repeat: no-repeat;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 0.8em;
	 font-weight: normal;
	 padding:0;
	 margin:0;
}

p {
	color:black;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
}

h1 {
   background-image: url(../images/back_h1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color:#1D7EA1;
	font-size: 180%;
	color:white;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	padding-bottom:5px;
	border-bottom:2px solid #EBC800;
}

h2{
	font-size: 150%;
	padding-left:10px;
	padding-top:25px;
}

.img_left {
	float:left;
}

.box {
	width:690px;
	height:auto;
	background-color: transparent;
	border:1px solid #1F86AB;
	margin-left:10px;
	margin-top:15px;
}

.box_start{
	background-image: url(../images/box_start.jpg);
	background-position:right;
	background-repeat: no-repeat;
	background-color: transparent;
	text-align:left;
	height:394px;
	float:right;
	width:100%;
}

.box_impressum {
	width:690px;
	height:380px;
	background-image: url(../images/back_impressum.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color:  #E8E8E8;
	border:1px solid #1F86AB;
	margin-left:10px;
	margin-top:15px;
}

.box_impressum p{
	text-align:right;
}

.box_impressum h2{
	text-align:right;
	font-size: 130%;
}

/*_______________________KONTAKT_______________________*/

label {
	display:block;
	padding-top:5px;
	color:black;
	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: white;
	color:black;
}

textarea{
   background-color: white;
	color:black;
	font-family: Arial, Helvetica, sans-serif;
}

li {
	font-size: 15px;
	font-weight: bold;
}