/* Start HTML */
body {
  font-family:arial;
  font-size:12px;
  background-color: #ffffff;
}

h1 {
  font-weight: bold;
  font-size: 16px;
  color: #006842;
  }
  
h2 {
  font-weight: bold;
  font-size: 14px;
  color: #006842;
  }
  
hr { color: #fff; backgound-color: #006842; width:100%; height:1px; }  
  
p {
  line-height: 120%;
  }
  
a:link { color:#006842; text-decoration:none; }
a:visited { color:#006842; text-decoration:none; } 
a:activate { color:#006842; text-decoration:none; } 
a:hover { color:#006842; text-decoration:underline; }

a.footnav:link { color:#fff; text-decoration:none; }
a.footnav:visited { color:#fff; text-decoration:none; } 
a.footnav:activate { color:#fff; text-decoration:none; } 
a.footnav:hover { color:#fff; text-decoration:underline; }   
/* Ende HTML */


/* Start Form */
form {
  border: 1px solid #fff;
  padding: 10px;
  }

label{
  width: 140px;
  margin: 5px;
  padding: 2px; 
  float: left;
}

.input{
 border:1px solid #006842;
 width: 200px;
 margin: 5px;
 padding: 2px;
 background-color: #fff;
 color: #006842;
}

.check{
 border:1px solid #006842;
 margin: 5px;
 padding: 2px;
 background-color: #fff;
 color: #006842;
}

.button{
  border: 2px solid #006842;
  width: 200px;
  margin: 5px;
  padding: 2px;
  background-color: #fff;
  font-weight: bold;
  color: #006842;
}
/* Ende Form */

/* Start Layout */	
	#kopf {
		margin:0; padding:0;
		width: 750px;
		height: 80px;
		background: #B4DBC9 url(image/banner.jpg) repeat-y left top;
		}
	
	#mitte {
		margin:0; padding:20px;
		width: 710px;
		background-color: #B4DBC9;
		background-image: url(image/background.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		text-align: left;
		}
		
	#mitte3 {
		margin:0; padding:0;
		width: 750px;
        height: 400px;
		background-color: #B4DBC9;
		background-image: url(image/background.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		}
		
		
	#fuss {
		margin:0;
		padding:5px;
		text-align:center;
		width: 740px;
		height: 30px;
		color: #fff;
		background-color: #B4DBC9;
		background: #B4DBC9 url(image/fuss.jpg) repeat-y left top;
		}
/* Ende Layout */

#Msg{
  margin: 10px;
  padding: 10px;
  width: 710px;
  border: 2px solid #660000;
  font-weight: bold;
  background-color: red;
  color: #fff;
  line-height: 20px;
}


