html {
	margin: 0;
	padding: 0;
	background-image: url(../images/layout/bg.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6, a {
	color: #007431
}
img {
	max-width: 100%;
}
.container {
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 5px 10px #333;
	margin-top: 50px;
	margin-bottom:20px;
}
#headerbild {
	max-width: 100%;
	margin: 15px 0;
	height:401px;
}
#logo_image {
    margin: 5px;
    text-align: center;
}
#logo_text {
}
#navigation {
	background: #007431;
	/*display: inline-block;*/
	margin: 0;
	width: inherit;
}
#navigation li {
	float: left;
	list-style: none;
	margin: 10px;
}
#navigation li a {
	color: #ffffff;
	text-decoration: none;
}
#quicknav {
	position: absolute;
	bottom: 30px;
	z-index: 999;
}
#quicknav img {
	border-radius: 10px;
	border: 3px solid #dddddd;
}
img.margin {
	margin: 15% 0;
}
.small {
	font-size: 0.8em;
}
#footer {
	margin: 5px 0;
	font-size: 0.8em;
	text-align: right;
	color: #007431;
}
#footer a {
	color: #007431;
	text-decoration: none;
}
 @media only screen and (min-width: 768px) {
#logo_text {
	padding-top: 77px;
}
}
 @media only screen and (min-width: 320px) and (max-width: 767px) {
#logo_text {
	text-align: center;
}
#logo_image {
	text-align: center;
	width: 20%;
	float: left;
}
#quicknav {
	display: none;
}
#content {
	width: 96%;
	display: block;
	float: none;
	position: relative;
	margin: 0 2%;
}
#navigation {
	display: inline-block;
}
.desktop-only {
	display: none!important;
}
}
 @media only screen and (min-width: 320px) and (max-width: 479px) {
#navigation li {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}
td {
	position: relative;
	float: left;
	clear: both;
}
input {max-width:260px;}
}
