body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../IMGs/logo_klein.gif) right top;
  	background-repeat: no-repeat;
}

header 
	{
	}
	
nav
	{
	}

main
	{
	}

aside
	{
	}

article
	{
	}

footer
	{
	}
	
h1 {
	font-size: 14px;
	margin: 0px;
}

h2 {
	font-size: 12px;
	margin: 0px;
}

h2 a {
	color: #666666;
	text-decoration: none;
	}
h2 a:hover {
	margin-bottom: 5px;
	text-decoration: underline;
}

p {
	margin-bottom: 5px;
}
p a {
	margin-bottom: 5px;
	color: #666666;
	text-decoration: none;
}
p a:hover {
	margin-bottom: 5px;
	text-decoration: underline;
}

#footer {
	background-color: #EEEEEE;
	padding-left:5px;
	padding-top:2px;
	padding-bottom: 2px;
	clear:both;
	}
	
#main {
	padding-top: 10px;
	padding-left: 190px;
	clear: left;
	display: inline;
		}
	
#aside {
	font-size: 14px;
	padding-bottom: 5px;
	clear: left;
	}

#article {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	clear: left;
	}
	
.grundschrift_hf {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.copyright {
	font-size: 11px;
	margin-top: 2px;
}

.rot_bold {
	font-weight: bold;
	color: crimson;
	
	}

.blau_bold {
	font-weight: bold;
	color: blue;
	
	}

.bold {
	font-weight: bold;
	
	}
.rechts
	{
	text-align: right;
	}

#kopf
	{
	display: none;
	}
	
#kopf_mobile
	{
	font-size: 13px;
	}
	
#navigation
	{
	display: none;
	background-color: #999999;
	font-size: 12px;
	clear:both; 
	float: left;
	width: 100%;

	}
	

nav {

	float: right;
	padding: 20px;	
	
}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #9FB4CF url(../IMGs/menu-icon.png) center;

}

a:hover#menu-icon {

	background-color: #444;
}

ul {

	list-style: none;
	text-decoration: none;

}

ul a {

	list-style: none;
	color: black;
	text-decoration: none;

}

ul a:hover {

	list-style: none;
	text-decoration: underline;
	color: black;

}

li {

	display: inline-block;
	float: left;
	padding: 10px

}

.current {

	color: #2262AD;

}

section {

	margin: 80px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px

}


/*MEDIA QUERY*/
@media only screen and (max-width : 999px) {

	header {

		position: absolute;

	}

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 40%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: left;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}
}
#tabelle
	{
	display: none;
	}
