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

html, body {
		background-image: url(.);
		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;}