	* {
	  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	}
	
	body {
		margin : 0;
		padding : 0;
		background : url('../img/body.png') repeat;
	}
		
	img {
	  border: 0;
	}
	
	#menu {
	  margin-top: 30px;
	  margin-left: 30px;
	  color: #fff;
	  font-size: 85%;
	  padding-bottom: 50px;
	}
	
	#menu a {
	  color: #000;
	  text-decoration: underline;
	}
	
	#menu a:hover {
	  text-decoration: none;
	}
	
	div#content {
	  margin-left: 30px;
	  margin-right: 30px;
	  background : url('content.png') repeat-y;
	  width:900px;	 
	}
	
	#content h1 {
	  text-align: left;
	  font-size: 150%;
	  margin-top:10px;
	  margin-left:10px;
	}
	
	#content h2 {
	  text-align: left;
	  margin-left:10px;
	  font-size: 120%;
	  margin-top: 30px;
	  margin-bottom: 0px;
	  text-decoration: none;
	  font-weight: normal;
	}
	
	#content h3 {
	  text-align: left;
	  margin-left:10px;
	  font-size: 90%;
	  margin-top: 10px;
	  margin-bottom: 0px;
	  text-decoration: none;
	  font-weight: bold;
	}
	
	#content p {
	  font-family: arial, verdana, helvetica, tahoma, sans-serif;
	  margin-left:10px;
	  margin-right:30px;
	  font-size: 80%;
	  text-align: justify;
	  padding-top: 15px;
	  margin-bottom:10px;
	}
	
	#content a {
	  font-weight: bold;
	  color: #000;
	  text-decoration: underline;
	}
	
	#content a:hover {
	  text-decoration: none;
	}
	
	#formular {
		margin-left:10px;
		}
		
	#login1 {
		margin-left:10px;
		}	
	
	#tag {
	  float: left;
	  border: solid 1px #fff;
	  margin-right: 10px;
	  margin-bottom:30px;
	  margin-top:30px;
	  width:100px;
	}
	
	.title {
	  padding:5px;
	  background:#E2A300;	  
	  font-size:80%;
	  font-weight:bold;
	  color:#000;
	  border-bottom: solid #000 1px;
	}
	
	
	.frei {
	  padding: 5px;
	  background-color:#fff1ad;
	  font-size: 80%;
	  border-bottom: solid #000 1px;
	}
	
	.frei a {
	  background-color: #fff1ad;
	}
	
	.offen {
	  padding: 5px;
	  background-color:#B5B53E;
	  font-size: 80%;
	  border-bottom: solid #000 1px;
	}
	
	.offen a {
	  background-color:#B5B53E;
	}
	
	.andacht {
	  padding: 5px;
	  background-color:#B0B474;
	  font-size: 80%;
	  border-bottom: solid #000 1px;
	}
	
	.andacht a {
	  background-color:#B0B474;
	}
	
	.belegt {
	  padding: 5px;
	  background-color:#FE9656;
	  font-size: 80%;
	  border-bottom: solid #000 1px;
	}
	
	.Lobpreis {
	  padding: 5px;
	  background-color:#FE6408;
	  font-size: 80%;
	  border-bottom: solid #000 1px;	  
	}
	
	.vorgemerkt {
	  padding: 5px;
	  background-color:#ffcc33;
	  font-size: 80%;
	  border-bottom: solid #000 1px;
	}
	
	.osternacht {
	  padding: 5px;
	  background-color:#000;
	  color: #000;
	  font-size: 80%;
	  border-bottom: solid #000 1px;
	}
	
	input {
	  font-family: arial, verdana, helvetica, tahoma, sans-serif;
	  font-size: 80%;
	  color: #000;
	  border: solid 1px #000;
	  background-color: #fff;
	  margin-bottom: 5px;
	}
	
	.button {
	  margin-top: 5px;
	  background-color: #ae0000;
	}
