  /* ---------- Basic Formatierungen ---------- */

html, body {
		height: 101%;
		background-color: white;
	}

a, a:link, a:active, a:visited {		
		display: inline-block;		
		text-transform: none; 
		text-decoration: none; 
		border-width: 0px; 
		border-style: none;
		
		font-size: 11px;
		text-decoration: none;

		color: #8e8e8e;
	}.aktiv, a:hover, a.aktiv, a:visited.aktiv, a:active.aktiv {
		border-style: none;
		color: #8e8e8e;

	}

.aktiv, a:hover, a.aktiv {
		border-width: 0px;
		border-style: none;
		font-size: 11px;
		color: #8e8e8e;
		font-family: "Lucida Grande", Arial, Verdana, sans-serif;

	}

ul, li {
		min-height: 16px;
		height: auto;
		width: 200px;
		display: block;
		padding-left: 0px;
		margin-left: 0px;
		list-style-type: none;
		text-decoration: none;
	}

#content img {
		border-style: none;
		border-width: 0px;
		left: 0px;
		float: none;
		position: absolute;
		top: 140px;
	}

#all {
		position: absolute;
		height: 100%;
		width: 99%;
		text-indent:-5000px;
	}
	
#content img { top: 60px;}


#NavigationLeft5  a, 
#NavigationLeft5 a:link, 
#NavigationLeft5 a:active, 
#NavigationLeft5 a:visited,
#NavigationLeft10  a, 
#NavigationLeft10 a:link, 
#NavigationLeft10 a:active, 
#NavigationLeft10 a:visited,
#NavigationLeft11  a, 
#NavigationLeft11 a:link, 
#NavigationLeft11 a:active, 
#NavigationLeft11 a:visited,
#NavigationRight a {
	color: black;
}

#NavigationLeft5  a.aktiv, 
#NavigationLeft5 a.active, 
#NavigationLeft5 a:active, 
#NavigationLeft5 a:hover,
#NavigationLeft10  a.aktiv,
#NavigationLeft10  a.active,
#NavigationLeft10 a:hover, 
#NavigationLeft10 a:active, 
#NavigationLeft11  a.aktiv,
#NavigationLeft11  a.active,
#NavigationLeft11 a:hover, 
#NavigationLeft11 a:active,
#NavigationRight a.aktiv,
#NavigationRight a.active,
#NavigationRight a:hover, 
#NavigationRight a:active{
	color: white;
}

