/* CSS Document */
@media screen
{
body {
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;	
	background-color: #ffffff;	
	background-image: url(../bilder/hg.jpg);
	background-repeat: repeat-x;	
	}
#header{
	width: 800px; 	
	margin-top: 28px;
	margin-bottom:0px;	
	margin-right: auto;
	margin-left: auto; 	
}
#content {
	width: 800px;			
	background-color: #ffffff;
	margin-top:-10px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto;		
	}
#text
{
	text-align:justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 0.8em;
	color: #333333;
	margin-left:48px;
	margin-right:48px;
	
}
#footer{
	width: 800px;	
	margin-right: auto;
	margin-left: auto;		
	background-color: #ffffff;		
}

#textfooter
{	
	margin-top:-47px;
	margin-bottom:0px;
	text-align:center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #404637;		
}
.titel	
{
	font-size: 1.8em;	
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	color: #99c461;
}
.subtitel	
{
	font-size: 1.3em;	
	font-weight:bold;
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	color: #99c461;
}
.referenz
{
	font-size: 0.9em;
	font-style:italic;
}
strong{
	font-weight:bold;
	color: #294e82;
}
hr{
	background-color:#96d960; /* Mozilla 1.4 */
	color:#96d960; /* IE 6 */
	border:#96d960; /* Opera 7.11 */
	height:1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */

	
}
.blau{
	color: #294e82;
	
}
a:link, a:visited, a:active {
	color: #333333;
	text-decoration:none;	
}
a:hover{
	text-decoration:underline;
}
a:link.text, a:visited.text, a:active.text {
	
	color: #294e82;
	font-weight:bold;
	text-decoration:underline;
}
a:hover.text{
	color: #607dd9;
	font-weight:bold;
	text-decoration:underline;
}
.button{
	font-size:0.9em;
}
.formularfeld {
	width:550px;
	
}
input{
font-size:0.9em;
}
textarea{
font-family:Tahoma, Arial, sans-serif;
font-size:0.9em;
}
}
@media print
{
body , td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #000000;	
	background-color: #ffffff;	
}
table {
	width:100%;
	font-size:14px;
	color: #000000;	
}
form {
	display:none;
}

#titel {
	font-size:16px;
	font-weight:bold;
	color: #000000;
	 }
#subtitel {
	font-size:15px;
	font-weight:bold;
	color: #000000;
	 }
img {
	display:none;
}
.ohnedruck {
	display:none;
}
a:link , a:visited, a:active, a:hover{
	text-decoration:underline;
	color: #000000;
}
.blau {	
	color: #000000;
}
}
