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

*   {	margin: 0px;
		padding: 0px;
	}
		
body {
	font-size: 16px;
	font-family: Times;
	width: 1000px;
	background: #f2f2f2;
/*	border: 2px solid #D93219;   */
	margin: 20px auto;
	border-radius: 0px;
			}
#content {
	padding: 0px;
/*	border: 2px solid #D93219;     */
	}
	
#footer {
	background: #406F1F;
/*	border: 2px solid #D93219;     */
	clear: both;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	
}
img {
	vertical-align: bottom;
}


h1, h2, h3, p{
	margin-bottom: 10px;
}
h1 {
	font-size: 1.25em;
	color: #D93219;
}
h2 {
	font-size: 1.1em;
	color: #01913A;
}
img {
	clear: both;
}


/* germania-one-regular - latin */
@font-face {
  font-family: 'Germania One';
  font-style: normal;
  font-weight: 400;
  src: local('Germania One'), local('GermaniaOne-Regular'),
       url('../fonts/germania-one-v6-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/germania-one-v6-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



inh {
	font-size: 18px;
	font-family: 'Germania One', normal;
	font-weight: 500;
	font-style: normal;
}




#navigation ul, .fuss ul {
	list-style: none;
}
#navigation ul li , .fuss ul  li{
	display: inline;
}
#navigation {
	border-bottom: 0px dashed #D93219;
}
#navigation ul li a,
#footer .fuss ul li a {
	font-size: 0.9em;
	font-weight: bold;
	color: #F60;
	text-decoration: none;
	display: inline-block;
}

#navigation ul li a:hover{
	background: #406F1F;
	color: #FFFFFF;
}
#content ul li {
	margin-left: 30px;
}
#content img {
	float: center;
	display: block;
/*	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 0px;
	border: 2px solid #D93219;   */
}

#content span {
	color: black;
	position: absolute;
	top: 515px;
	width: 509px;
	height: 415px;
    margin-left: 370px;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#footer p {
	font-size: 0.9em;
	color: #CCC;
	font-weight: bold;
	float: left;
}

.fuss {
	float: right;
}
.fuss ul li a:hover{
	text-decoration: underline;
}
.clear{
	clear:both;
}

th {
	text-align: left;
}
table {
	width: 800px;
	margin-bottom: 15px;
}
.kontakt {
	float: left;
	width: 150px;
}

#name,
#vorname,
#email,
#plz,
#ort,
#strasse,
#bundesland,
#nachricht {
	width: 250px;
}
#senden {
	margin-left: 290px;
}
