/** ganze Seite **/
html, body {
	margin: 0px;
	padding:0px;
	background-color:#006633;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

img {
	display: block;
	border: 0 none;
}

#webereich {
	width:800px;
	margin:0px auto;
	background-color:#006633;
}

/** Kopfzeile **/
#kopfzeile {
	height: 21px;
	padding-top: 6px;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

#kopfzeile a:visited {
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration:none;
}

#kopfzeile a:hover {
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration:none;
} 

#kopfzeile a:link {
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration:none;
} 
/** Hauptseite **/
#seite {
	width: 990px;
	margin: 0 auto;
}

#seite {
	background-color: #99FF99;
}


/** Navigation **/
#navigation {
	float: left;
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-color: #006633;
}

#navigation a:visited {
	color: white;
	text-decoration:none;
}

#navigation a:hover {
	font-weight: bold;
	color: black;
	text-decoration:none;
} 

#navigation a:link {
	color: white;
	text-decoration:none;
} 

#selected {
	background-color:#99FF99;
}

/** Inhalt **/
#hauptinhalt {
	float: left;
	width: 789px;
	background-color: #99FF99;
}

#inhalt {
	width: 670px;
	overflow: hidden;
	padding: 9px 91px 70px 28px;
}

 /** Farben - Preisblatt Tabellen **/
#nsw {
	background-color: #80FFFF;
}

#hsw {
	background-color: #00FFFF;
}

#nss {
	background-color: #FFFF80;
}

#hss {
	background-color: #FFFF00;
}

#neut {
	background-color: #C0C0C0;
}







