

html {
	font-size: 100%;	
	}

body {
	font-size: 1em;
	color: #616362;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}
* { padding: 0; margin: 0; }

a {
	color: #616362;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#wrapper {
	width: 100%;
	text-align: center;
	margin: 0px auto;
}


#header_content{
	padding: 0px;
	max-width:90%;
	margin: 0px auto 20px;
	width: 832px;
	text-align: left;
}

@media (max-device-width : 320px) { #header_content h1{font-size: 3.8em !important;padding-top: 5px !important;}}
#header_content h1{
	font-family: 'Russo One', sans-serif;
	font-size: 1.8em;
}
@media (max-device-width : 320px) { #header {margin-top: 50px !important; height: 200px !important;}}
#header{
	width: 100%;
	color: #FFF;
	background-image: url(bilder/bansemer_spur.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	margin-top: 10px;
	margin-bottom: 0px;
}

@media (max-device-width : 320px) {  #navi { font-size: 2.2em !important; height: 60px !important; padding-top: 30px !important; } }
#navi{
	width: 100%;
	text-align: center;
	color: #FFF;
	background-color: #67282C;
	padding-top: 3px;
	height: 32px;
} 
#navi a{color: #FFF;}


h1 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #67282C;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #842426;
	font-family: 'Russo One', sans-serif;}
@media (max-device-width : 320px) {  #content h2 { font-size: 2.2em !important; } }	


#content{
	padding: 20px;
	border: 1px solid #842426;
	background-color: #FFF;
	max-width:90%;
	margin: 20px auto;
	width: 790px;
	text-align: justify;
	min-height: 370px;
}
#pix{
	padding: 10px;
	border: 1px solid #842426;
	background-color: #FFF;
	width:810px;
	margin: 10px auto;
}

input {
	font-weight: bold;
	padding: 2px;
	border: 1px solid #842426;
	margin-bottom: 10px;
	color: #67282C;
}
@media (max-device-width : 320px) {  input, textarea { font-size: 2.2em !important; } }	

textarea {
	font-weight: bold;
	padding: 2px;
	border: 1px solid #842426;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #67282C;
}

legend {
	display: inline-block;
	text-align: justify;
}