@charset "utf-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;

	
}
body a {color: #fa4405;}
a:link {text-decoration:none; font-weight: bold;}
a:visited {color:#fa4405;; text-decoration:none; font-weight: bold;}
a:active {color:#fa4405; text-decoration:none; font-weight: bold;}
a:hover {color:#2092ff; text-decoration:none; font-weight: bold;}

#container {
	max-width: 980px;
	background: #f6f8ff;
	margin-top: 20px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 1px 0px 5px #000000;
}

#logo {
	float: left;
}

#navigation {
	float: left;
	margin-top: 12px;
}

#menu_button{
	display: none;
	float: left;
}

#menu_button img{
	width: 40px;
	cursor: pointer;
}

#menu{
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 200px;
	height: 100%;
	background-color:#ddeaf8;
	box-shadow: 1px 0px 15px #000000;
	font-size: 14px;
}

.menu_point{
	width: 100%;
	}

#menu img{
	cursor: pointer;
}

.show{
	display: block;
	
	}

#header {
	width: 100%;
} 

#info{ 
	background-color: #117111;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 22px;
	color:#FFFFFF;
	font-weight: normal;
	clear:both;
}

#info1{ 
	background-color: #6ed4ff;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	color:#000000;
	font-weight: normal;
	clear:both;
}

#info2{ 
	background-color: #f89832;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	color:#000000;
	font-weight: normal;
	clear:both;
}

#footer{ 
	background-color: #b8eecc;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: strong;
	font-size: 13px;
	clear:both;
}

#navi{
	font-size: 34px;
	text-align: center;
	height:45px;
	background-repeat:repeat-x;
	background-position:left top;
	width:100%;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#unternavi{
	width:180px;
	background-color:#b8eecc;
	float:left;
	height: 100%;
	font-size:13px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#content
{
	font-size:13px;
	color:#000000;
	font-family:Verdana;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content1
{
	font-size:12px;
	color:#000000;
	font-family:Verdana;
	width: 100%;

}

#inhalt{
	max-width:980px;
	float:left;
	overflow:no;
	overflow-x:hidden;
	font-size:13px;

	}
	
#inhalt1{
	max-width:760px;
	float:left;
	overflow:no;
	overflow-x:hidden;
	font-size:13px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

	}
	
#inhalt a:link{
color:#fe6500;
text-decoration:none;
}

#inhalt a:visited{
color:#fe6500;
text-decoration:none;
}

#inhalt a:active{
color:#fe6500;
text-decoration:none;
}



/* Responsive */
@media only screen and (max-width: 700px) {

#navigation{
	display: none;
	}
	
#menu_button{
	display: block;
	}	
#container{
	margin-top: 0;
	}
	
#unternavi {
	display: none;
}

}