body	{
	text-align: center;  /* mittig in IE*/
}

#wrapper	{
	margin: 0 auto;  /* mittig in netscape, mozilla und opera */
}
		

html {
	min-width: 958px;  /* wert = wrapperbreite, verhindert linksrausschieben bei fensterbreite kleiner als wrapperbreite*/
}

body	{
	margin: 0;
	padding: 0;
	border: 0;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;  /* grundlegende definition von schriftart und -groesse*/
	min-width: 958px;  /* wert = wrapperbreite, verhindert linksrausschieben bei fensterbreite kleiner als wrapperbreite*/
	background-color: #f5f5f5;
}

#wrapper	{
	position: relative;
	padding: 0;
	border: 0;
	width: 958px;  /* wert = wrappermargin links + (navigationbreite + margin links und rechts) +  (contentbreite + margin links) + (contextbreite + margin rechts) + wrappermargin rechts */
	display: block;
	background: #fff;
}

#header {
	position: relative;
	margin: 0 0px 1px 0px;  /* margin oben bis browser, links und rechts bis wrapper, unten bis navigation, content und context oder quernavigation (falls vorhanden) */
	float: left;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
	text-align: left;
	width: 958px;  /* wert = wrapperbreite - margin links und rechts */
}

#quernavigation {
	position: relative;
	margin: 0 0px 33px 0px;  /* margin oben bis header, links und rechts bis wrapper, unten bis navigation, content und context*/
	float: right;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
	text-align: left;
	width: 958px;  /* wert = wrapperbreite - margin links und rechts */
}

#banner {
	display: none;
}
#navigation {
	position: relative;
	height: auto;
	width: 190px;
	float: left;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
	text-align: left;
	margin: 0 0 0 20px;  /* margin links bis wrapper*/
}

#context {
	position: relative;
	height: auto;
	width: 167px;
	float: right;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
	text-align: left;
	margin: 0 20px 0 0;  /* margin rechts bis wrapper*/
}

#content {
	position: relative;
	height: auto;
	width: 521px;
	float: left;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
	text-align: left;
	margin: 0 20px 30px 20px;  /* margin links bis navigation und rechts bis context, unten bis footer (IE6 PC verdoppelt margin-bottom) */
}


#foot {
	position: relative;
	margin: 0 0px 0 0px;  /* margin links und rechts bis wrapper, unten bis browser*/
	float: left;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
	text-align: center;
	width: 958px;  /* wert = wrapperbreite - margin links und rechts*/
}

.spaltenwrapper {
	position: relative;
	width: 100%;
}

.spaltelinkshalb {
	position: relative;
	width: 255px;  /* wert = gesamtcontentbreite/2 - spaltenbreite/2 */
	margin: 0 10px 0 0;  /* wert = spaltenbreite content - 1 fuer IE / Mac, der rendert sonst 1px zu breit*/
	float: left;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
}

.spalterechtshalb {
	position: relative;
	width: 255px;  /* wert = gesamtcontentbreite/2 - spaltenbreite/2 */
	margin: 0;
	float: right;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
}

.spaltelinksdrittel {
	position: relative;
	width: 166px;  /* wert = gesamtcontentbreite/3 - 2*spaltenbreite/3 */
	margin: 0 11px 0 0; /* wert = spaltenbreite content */
	float: left;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
}

.spaltemittedrittel {
	position: relative;
	width: 166px;   /* wert = gesamtcontentbreite/3 - 2*spaltenbreite/3 - 1 fuer IE / Mac, der rendert sonst 1px zu breit*/
	margin: 0 11px 0 0; /* wert = spaltenbreite content */
	float: left;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
}

.spalterechtsdrittel {
	position: relative;
	width: 166px;  /* wert = gesamtcontentbreite/3 - 2*spaltenbreite/3 */
	margin: 0;
	float: right;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
}

.spalteerstesviertel {
	position: relative;
	width: 122px;  /* wert = gesamtcontentbreite/4 - spaltenbreite/3 */
	margin: 0 11px 0 0;
	float: left;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
}

.spaltezweitesviertel {
	position: relative;
	width: 122px;  /* wert = gesamtcontentbreite/4 - spaltenbreite/3 */
	margin: 0 11px 0 0;
	float: left;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
}

.spaltedrittesviertel {
	position: relative;
	width: 122px;  /* wert = gesamtcontentbreite/4 - spaltenbreite/3 */
	margin: 0 11px 0 0;
	float: left;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
}

.spalteviertesviertel {
	position: relative;
	width: 122px;  /* wert = gesamtcontentbreite/4 - spaltenbreite/3 */
	margin: 0;
	float: right;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
}

.clear {
	clear: both;
	margin: -1px 0 0 0;  /* lässt 1px clear nach oben verschwinden */
	height: 1px;  /* lässt &nbsp; auf 1px schrumpfen fuer IE */
	font-size: 1px;
	line-height: 1px;
	width: 100%;
}

.ahem {  /*  entspricht im wesentlichen display:none; , ist aber screenreaderfreundlich */
	position: absolute;
	overflow: hidden;
	height: 0;
	width: 0;
	left: -1000px;
	top: -1000px;
}

.normal {
	display: none;
}

/* ********************************************************** */
/* ***** quernavigation navigation durch UL & LI ***** */
/* ********************************************************** */

#quernavigation ul {
	margin: 0;
	padding: 0;
}

#quernavigation li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#quernavigation a {
	text-align: center;
	margin: 0 1px 0 0;
	float: left;
	display: block;
	padding: 6px 1px 7px 1px;
	width: 191px;  /* box model hack, werte fuer ie 5.x / pc */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 189px;  /* box model hack, korrekte werte fuer alle anderen */
}
html>body #quernavigation a {
  width: 189px;  /* box model hack, korrekte werte fuer opera */
}

#quernavigation a.last {  /* eigener wert um teilungsfehler (breite/anzahl navipunkte) auszugleichen */
	margin: 0;
	width: 190px;  /* box model hack, werte fuer ie 5.x / pc */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 188px;  /* box model hack, korrekte werte fuer alle anderen */
}
html>body #quernavigation a.last {
  width: 188px;  /* box model hack, korrekte werte fuer opera */
}

#quernavigation a.lastactive {  /* eigener wert um teilungsfehler (breite/anzahl navipunkte) auszugleichen */
	margin: 0;
	width: 190px;  /* box model hack, werte fuer ie 5.x / pc */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 188px;  /* box model hack, korrekte werte fuer alle anderen */
}
html>body #quernavigation a.lastactive {
  width: 188px;  /* box model hack, korrekte werte fuer opera */
}

/* ********************************************************** */
/* ***** erste ebene navigation durch UL & LI ***** */
/* ********************************************************** */

#navigation ul#navlist {
	margin: 0;
}

#navigation ul {
	margin: 0px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li {
	margin: 0 0 1px 0;
}

#navigation ul li a {
	display: block;
	padding: 4px 19px 5px 19px;
	width: 190px;  /* box model hack, werte fuer ie 5.x / pc */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 152px;  /* box model hack, korrekte werte fuer alle anderen */
}
html>body #navigation a {
  width: 152px;  /* box model hack, korrekte werte fuer opera */
}

/* ********************************************************** */
/* ***** zweite ebene navigation durch UL & LI ***** */
/* ********************************************************** */

#navigation ul ul {
	margin: 0px 0 0px 0;
}

#navigation ul ul li {
	margin: 0 0 1px 0;
}

#navigation ul ul a {
	display: block;
	padding: 2px 10px 3px 20px;
	width: 190px;  /* box model hack, werte fuer ie 5.x / pc */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;  /* box model hack, korrekte werte fuer alle anderen */
}
html>body #navigation ul ul a {
  width: 160px;  /* box model hack, korrekte werte fuer opera */
}

/* ********************************************************** */
/* ***** dritte ebene navigation durch UL & LI ***** */
/* ********************************************************** */

#navigation ul ul ul {
	margin: 0px 0 0px 0;
}

#navigation ul ul ul li {
	margin: 0 0 0px 0;
}

#navigation ul ul ul a {
	display: block;
	padding: 2px 10px 3px 30px;
	width: 190px;  /* box model hack, werte fuer ie 5.x / pc */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;  /* box model hack, korrekte werte fuer alle anderen */
}
html>body #navigation ul ul ul a {
  width: 150px;  /* box model hack, korrekte werte fuer opera */
}

/* ********************************************************** */
/* ***** vierte ebene navigation durch UL & LI ***** */
/* ********************************************************** */

#navigation ul ul ul ul {
	margin: 0px 0 0px 0;
}

#navigation ul ul ul ul li {
	margin: 0px 0 0px 0;
}

#navigation ul ul ul ul a {
	display: block;
	padding: 2px 10px 3px 35px;
	width: 190px;  /* box model hack, werte fuer ie 5.x / pc */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 145px;  /* box model hack, korrekte werte fuer alle anderen */
}
html>body #navigation ul ul ul ul a {
  width: 145px;  /* box model hack, korrekte werte fuer opera */
}

/* ********************************************************** */
/* ***** fuenfte ebene navigation durch UL & LI ***** */
/* ********************************************************** */

#navigation ul ul ul ul ul li {
	margin: 0px 0 0px 0;
}

#navigation ul ul ul ul ul a {
	display: block;
	padding: 2px 10px 3px 40px;
	width: 190px;  /* box model hack, werte fuer ie 5.x / pc */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 140px;  /* box model hack, korrekte werte fuer alle anderen */
}
html>body #navigation ul ul ul ul ul a {
  width: 140px;  /* box model hack, korrekte werte fuer opera */
}
