/* CSS Document fŸr Wachturm von Klaus Schmidt*/

	body {
	background-image:url(../images/beton.jpg);
	background-repeat: repeat;
	/*background-color:#CCCCCC;
	overflow: scroll;	*/
}

* {
padding: 0px;
margin: 0px;
font-family: verdana, arial, sans-serif;
line-height:38px;
}
#rahmen {
width: 900px;
margin: 90px auto;
padding: 11px;
/*background: #F7F5EA;
border: 1px solid black;
border-radius: 10px;*/
opacity: 100%;
}
#header {
	float:left;
	width:350px;
	padding-top: 30px;
	padding-bottom: 10px;
	
	
}
#termin {
float:left;
margin-top: 30px;
margin-left: 110px;
margin-bottom: 50px;
font-size: 28px;
text-shadow: #333 3px 3px 5px;
}
#download  {
color:#B80F22;
margin-top: 15px;
margin-left: 180px;
margin-bottom: 30px;
font-size: 18px;
text-shadow: #333 3px 3px 5px;
}
#download2  {
color:#B80F22;
margin-top: 15px;
margin-left: 180px;
font-size: 18px;
text-shadow: #333 3px 3px 5px;
}
#download3  {
color:#B80F22;
margin-top: 65px;
margin-left: 180px;
font-size: 18px;
text-shadow: #333 3px 3px 5px;
}
#flattr {
float:left;
width:300px;
margin-left: 30px;
margin-top: 80px;
}

a:link {
	color: #B80F22;
	text-decoration: none;
}  /* fŸr unbesuchte Links */
a:visited { 
	color: rgb(153, 0, 153);
	text-decoration: none;
 } /* fŸr besuchte Links */
a:hover { 
	color: rgb(0, 96, 255);
	text-decoration: none;
	 } /* wenn die Maus Ÿber dem Link ist */
a:active { 
	color: rgb(255, 0, 102);
	text-decoration: none;
	 } /* wenn der Link angeklickt ist */

#antifloat {
clear:both;
}