html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font: 100% / 1.5 'Roboto', sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

#topnavi {
	position: fixed;
	top: 0;
	width: 100%;
	height: 40px;
	display: none;
	z-index: 9999;
}

#topnav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 29999;
	background-image: url(img/verlauf_rechts.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}

#topnavi img {
	height: 40px;
	float: left;
}

#topnav ul {
	margin: 0;
	padding: 0;
	height: 40px;
	position: relative;
}

#topnav li {
	float: left;
	list-style: none;
	line-height: 40px;
}

#topnav a {
	display: block;
	float: left;
	height: 40px;
	padding: 0;
}

#topnav li a {
	text-decoration: none;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	padding-left: 30px;
	padding-right: 10px;
	line-height: 40px;
	display: block;
	color: #FFF;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left 5px center;
}

#topnav li a:hover {
	color: #555;
	background-color: rgba(255,255,255,0.8);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left 5px center;
}

#topnav li:nth-of-type(1) a {
	background-image: url(img/users_white.png);
}

#topnav li:nth-of-type(2) a {
	background-image: url(img/compass_white.png);
}

#topnav li:nth-of-type(3) a {
	background-image: url(img/profile_white.png);
}

#topnav li:nth-of-type(4) a {
	background-image: url(img/impressum_white.png);
}

#topnav li:nth-of-type(5) a {
	background-image: url(img/arrow-up_white.png);
}
#topnav li:nth-of-type(1) a:hover {
	background-image: url(img/users.png);
}

#topnav li:nth-of-type(2) a:hover {
	background-image: url(img/compass.png);
}

#topnav li:nth-of-type(3) a:hover {
	background-image: url(img/profile.png);
}

#topnav li:nth-of-type(4) a:hover {
	background-image: url(img/impressum.png);
}

#topnav li:nth-of-type(5) a:hover {
	background-image: url(img/arrow-up.png);
}

#header {
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(img/freigestellt_druck_opac.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 35%;
}

#logo {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 160px;
	background-image: url(img/Logo_text.jpg);
	background-repeat: no-repeat;
	background-size: 400px;
}

.menuimg {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
}

#nav {
	position: relative;
}

#nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav ul li {
	vertical-align: top;
	list-style: none;
	display:inline-block;
}

a {
	display: block;
	padding: 10px;
	font-size: 2em;
	font-weight: 500;
	line-height: 30px;
	text-decoration: none;
	color: #555;
	z-index: 999999999999;
}

a:hover {
	color: grey;
}

article {
	height: 100%;
	position: relative;
	padding-top: 40px;
	z-index: 1;
}

.scrolldown {
	position: relative;
	display: block;
	margin-top: -40px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 40px;
	text-align: center;
	z-index: 999;
}

a.scrolldown {
	padding: 0;
	background-image: url(img/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center;
}

.scrolldown:hover {
	background-color: rgba(209,209,209,0.5);
}

#machen {
	background-image: url(img/freigestellt_druck_opac.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 50%;
	font-size: 1.4em;
}

.content {
	display: block;
	margin-top: 4em;
	max-width: 900px;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-color: rgba(144,144,144,0.2);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#contactform {
	width: 50%;
	padding: 2%;
	min-height: 400px;
	float: left;
	background-color: rgba(255,255,255,0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#contactform input,textarea {
	padding: 0;
	margin: 0;
	width: 100%;
	min-height: 40px;
	line-height: 40px;
	font-size: 25px;
	padding-left: 10px;
	border: 1px solid #efefef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	resize: none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

::-webkit-input-placeholder {color:#ababab; font-size: 14px; }
::-moz-placeholder { color:#ababab; font-size: 14px;  } /* firefox 19+ */
:-ms-input-placeholder { color:#ababab; font-size: 14px;  } /* ie */
input:-moz-placeholder { color:#ababab; font-size: 14px;  }

#contactinfo {
	width: 41%;
	padding: 2%;
	min-height: 400px;
	float: right;
	background-color: rgba(255,255,255,0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#gmeg_map_canvas, #map{
	vertical-align: top;
	width:100%;
	height:100%;
	z-index: 2;
}

#kontakt {
	background-color: #ddd;
}


#footer {
	height: 8200px;
	background-color: #0074d9;
}

.footer {
	display: block;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	color: #FFF;
	font-size: 14px;
}

.download {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
}

.download:hover {
	color: #45c4ff;
}

.download2 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #555;
}

.download2:hover {
	color: #000;
}