@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;	
	
		
	}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	}
	

#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 780px;
	border:#FFFFFF;
	border-style:solid;
	border-width:medium;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/HG.jpg);
	background-repeat: repeat-x;
	
    }


#wrapper #header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 780px;
}
#wrapper #navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/Navi.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 780px;
}
#wrapper #textbereich {
	padding: 0 20px;
	border-bottom: 20px;
	padding-left: 100px;
	padding-right: 100px;
	}
#wrapper #footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#wrapper #footer table {
	background-image: url(images/footer.jpg);
	
	

}
#wrapper #navi a , #wrapper a:active   {
	color: #000000;
	text-decoration:none;
}
#wrapper #footer table a , #wrapper #footer table a:active {
     color: #000000;
	 text-decoration:none;
}

#wrapper #footer table a:hover {
color:#FFFFFF;
}

#wrapper #navi a:hover {
color:#FFFFFF;
}
#wrapper #textbereich h1 {
	font-size: 18px;
	font-weight:bold;
	
	}

#wrapper #footer table {
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
}
#wrapper #textbereich p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#wrapper #footer table {
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
}

#wrapper #iframe {
	padding-left: 40px;
	height: 400px;
	padding-top: 80px;

}
/*Das Kontaktformular*/
	form {
	background:#eee;
	width: 370px; /*Breite des Formulars*/
	padding: 20px;
	border: 1px solid #8c8c8c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
	}	
	label { /*Beschriftung auf eigener Zeile*/
	display: block;
	cursor: pointer, /*Mauszeiger wird zur Hand*/
	}	
	input#absender,
	textarea {
	width: 300px;
	border: 1px solid #8c8c8c;
	}	
	textarea  {
	height: 7em;
	}
	input#absender:focus,
	textarea:focus {
	background-color:#d9d9d9
	}
#wrapper #textbereich a {
	font-size: 12px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}
#wrapper #textbereich a:hover {
color:#FFFFFF ;

}