* {
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
}

.submenu li:hover {
	text-decoration: underline;
}

.submenu {
	color: darkred;
	
}

.submenu li {
	cursor: pointer;
}

#content {
	padding-left: 40px;
	padding-right: 40px;
}

#contentwrapper {
	
	
	margin: auto;
	width: 100%;
	max-width: 1000px;
}

header ul li {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 16px;
}

header ul {
	list-style: none;
	margin: auto;
	display: inline-block;
}

header ul:after {
	visibility: hidden;
	content: ".";
	overflow: hidden;
	clear: both;
	display: block;
}

header {
	background-color: #ba0606;
	text-align: center;
}

header ul li a {
	color: white;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}

header ul li a:hover {
	border-color: white;
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 35px;
	font-weight: 200;
	color: #8e0000;
	text-align: center;
	margin-top: 20px;
}

.line {
	width: 100%;
	border-top: 2px solid #8e0000;
	margin-bottom: 10px;
	margin-top: 7px;
}

.mybutton_red {
	padding: 4px 8px 6px 8px;
	border-radius: 2px;
	color: white;
	cursor: pointer;
	display: inline-block;
	background-color: #ba0606;
	
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;  
	
}

.mybutton_red:hover {
	background-color: #8e0000;
}

.btngray {
	padding: 4px 8px 6px 8px;
	border-radius: 2px;
	color: white;
	cursor: pointer;
	display: inline-block;
	background-color: #959595;

	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;  
	
	margin-bottom: 9px;

}

.btngray:hover {
	background-color: #717171;
}

.center {
	text-align: center;
}

label.fileUploadLabel input[type="file"] {
	position: fixed;
	top: -1000px;
}

#actFileAnzeige {
	font-size: 13px;
	color: #717171;
}

.submenu {
	text-align: center;
}

.submenu li {
	list-style: none;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	font-weight: 400;
	color: #717171;
	margin-top: 20px;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #959595;
	margin-top: 9px;
	margin-bottom: 2px;
}

h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #717171;
	margin-top: 30px;
	margin-bottom: 10px;
}

.auswahlmenu {
	font-size: 14px;
	line-height: 1.5;
}

#chartmenu {
	position: relative;
}

#infoclick {
	position: absolute;
	right: 0px;
	top: 30px;
	width: 220px;
	background-color: #ededed;
	border-radius: 5px;
	padding: 11px;
}

#sitefooter {
	display: block;
	margin-top: 25px;
}

#infobox ol {
	margin-left: 18px;
	line-height: 1.5;
}

#infobox ol>li {
	padding-left: 10px;
}

#container {
	overflow-y: auto;
}

#creditslist {
	line-height: 2;
	margin-top: 15px;
	margin-left: 20px;
}



