ul#Navigation {
	font-size: 14px;
	float: left;
	margin: 0;
	color: #F0F0F0;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 16px;
	list-style-type: none;
}


/* Verkleinerung Navi wird schmäler und schrift größer*/
@media only all and (max-device-width:900px) {
	ul#Navigation {
		font-size: 12px;
		padding-left: 1px;
	}
}

ul#Navigation li {
	font-size: 16px;       /* Relefante Schriftgröße */
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: none;
	list-style-type: none;
	list-style: none;
}

ul#Navigation a {
	font-size: 16px; 
	display: block;
	font-weight: normal;

	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 16px;
	list-style-type: none;
		margin-left: auto;
    margin-right: auto;
	width:132px;	
}
/* Verkleinerung Navi */
@media only all and (max-device-width:900px) {
	ul#Navigation a {
		font-weight: normal;
		font-size:142%;
		padding-right: 1px;
		padding-left: 4px;
		padding-top: 23px;
	    padding-bottom: 23px;
		width:131px;
		text-align:center
	}
}
ul#Navigation a:link {
	color: #F0F0F0;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;

}
ul#Navigation a:visited {
  text-decoration: none;
  color: #F0F0F0;
}
ul#Navigation a:hover {
	color: #CCCCCC;
}
ul#Navigation a:active {
  color: #999999;
}	
}
ul#Navigation a:current {
  color: #000000;
}	
/* Unternabigation 
ul#Navigation li ul {
	margin: 0px;
	padding: 0px;
	
	display: none;  /* Unternavigation ausblenden */
	font-size: 5px;
  }
   
ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
*/
.ueberschrift {
	font-size: medium;
	font-weight: bolder;
	color: #33CC33;
}
ueberschrift {
	font-size: medium;
	font-weight: bolder;
}
.line_1 {
	color: #ccc;
	background-color: #ccc;
	margin: 5px 5px 5px 5px;
	height: 2px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #eee;
}
/* Verkleinerung Navi */
@media only all and (max-device-width:900px) {
	.line_1 {
		margin: 5px 1px 5px 1px;
	}
}
.mobil-weg {
}
@media only all and (max-device-width:900px) {
	.mobil-weg {
	padding: 0em;
	visibility: hidden; /* Spalte rechts ausblenden*/
	height: 0px;
	width: 0px;
	text-height:0px;
	line-height:0px;
	font-size:0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
	
}