body {
	background-color: #999;
	width: 100%;
	height: 100%;
	font-family: arial, sans-serif;
}

h1 {
	color: #fff; 
	font-weight: normal;
	font-size: 3.5em;
	padding-top: 0;
	margin-bottom: 0em;
	margin-left: 10%;
}

h3 {
	color: #000; 
	font-weight: normal;
	font-size: 16pt;
	padding-top: 0;
	margin-bottom: 0.5em;
	margin-left: 10%;
}

h2 {
	color: #bfbfbf; 
	font-weight: normal;
	font-size: 14pt;
	margin-top: 0em;
	margin-bottom: 0;
	margin-left: 10%;
	padding-top: 0.2em;
	padding-bottom: 0.0em;
}

p {
	color: #000;
	font-size: 1 em;
	margin-top: 0;
	padding-top: 0.3em;
}

a {
	color: #222;
	border: none;
	text-decoration: none;
}
a:hover {
	border: none;
	text-decoration: underline;
}

a:visited {
	border: none;
	text-decoration: none;
	color: #333;
}

a.imprint_link {
	font-size: 1em;
	color: #000;
	text-decoration: none;
}
a:hover.imprint_link {
	text-decoration: underline;
}

a:visited.imprint_link {
	text-decoration: none;
}

.head {
	width: 100%;
	z-index: 5;
	padding-bottom: 0.2em;
	padding-top: 5%;
	background-image: url("../images/bg_head.jpg");
	background-size: 100%;
	background-position: center center;
}

.subhead {
	width: 100%;
	padding-bottom: 0.5em;
	background-color: #258;
	z-index: 5;
	border-radius: 0;
	box-shadow:  0px 0px 20px 0px #000;
}

.menu {
	min-height: 1.8em;
	background-color: #777;
	z-index: 2;
	box-shadow:  0px 0px 25px 0px #000;
	border-radius: 0;
}

a#menu_link {
	text-decoration:none;
	background-color: ;
	color: #000;
}
a:hover#menu_link {
	text-decoration:none;
	color: #cfcfcf;
}
a:visited#menu_link {
	text-decoration:none;
	color: #000;
}

.menu_active {
	color:#fff;
}

.container {
	max-width: 80%;  
	margin: 0.5em;
	z-index: 1;
	float: left;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	box-shadow:  0px 0px 10px 0px #555;
}

.container_nofloat {
	max-width: 800px;  
	margin: 0.5em;
	z-index: 1;
	box-shadow:  0px 0px 10px 0px #555;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
}

.top_head {
	max-width: 100%; 
	border-radius: 0.5em 0.5em 0 0;
	border-bottom: thin solid;
	border-color: #666;
	background: #888;
	padding: 0.5em 0.5em 0.2em 0.5em;
	font-weight: bold;
	
}

.top_text {
	max-width: 100%; 
	columns: 2 350px;
	border-radius: 0 0 0.5em 0.5em;
	border: none;
	border-color: #fff;
	background-color: rgb(185,185,185,0.4);
	padding: 0.5em;
}

.text {
	max-width: 100%; 
	border-radius: 0em 0em 0.5em 0.5em;
	border: none;
	border-color: #fff;
	background-color: rgb(185,185,185,0.4);
	padding: 0.5em;
}

.impr {
	position: fixed;
	width: 100%;
	bottom: 0px;	
	text-align: left;
	height: 25px;
	border-top: 1px solid #000;
	font-size: 10pt;
	letter-spacing: 2px;
	background-color: #bfbfbf;
	padding-top: 5px;
	margin-top: 10px;
}

.small {
	font-size: 0.8em;
}

.fett {
	font-weight: bold;
}

#table_dark {
	background-color: #bebebe;
}

.jahreszahl {
	position:absolute;
	right:7%;
	color:#888;
	font-size:40em;
	font-family:sans-serif;
	font-weight:50; 
	z-index:-1;
}

.blau {
	color: blue;
}

.rot {
	color: red;
}

