body	{
	text-align: left;  /* linksbuendig in IE*/
}

#wrapper	{
	margin: 0 auto 0 0px;  /* linksbuendig in netscape, mozilla und opera */
	float: left;
}
		

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

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

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

#header {
	position: relative;
	margin: 0 0px 5px 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: 950px;  /* wert = wrapperbreite - margin links und rechts */
}

#quernavigation {
	position: relative;
	margin: 0 0 0px 0;  /* 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: 715px;  /* wert = wrapperbreite - margin links und rechts */
}

#banner {
	position: relative;
	float: right;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
	text-align: left;
}

#banner {
	margin: 0 19px 5px -1px;  /* margin oben bis header, links und rechts bis wrapper, unten bis navigation, content und context*/width: 776px;  /* wert = contentbreite + contentmargin + contextbreite */
}

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

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

#content {
	position: relative;
	height: auto;
	width: 577px;
	float: left;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
	text-align: left;
	margin: 0 20px 15px 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*/
    width: 950px;  /* wert = wrapperbreite - margin links und rechts*/
}

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

.spaltelinkshalb {
	position: relative;
	width: 278px;  /* wert = gesamtcontentbreite/2 - spaltenbreite/2 */
	margin: 0 19px 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: 278px;  /* wert = gesamtcontentbreite/2 - spaltenbreite/2 */
	margin: 0;
	float: right;
	display: inline;  /* verhindert doppelt-margin-bug in IE*/
}

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

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

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

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

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

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

.spalteviertesviertel {
	position: relative;
	width: 130px;  /* 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 0px 0 0;
	float: left;
	display: block;
	padding: 15px 5px 16px 5px;
	width: 172.333333333px;  /* box model hack, werte fuer ie 5.x / pc */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 162.333333333px;  /* box model hack, korrekte werte fuer alle anderen */
}
html>body #quernavigation a {
  width: 162.333333333px;  /* box model hack, korrekte werte fuer opera */
}

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

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

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

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

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

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

#navigation ul ul a {
	display: block;
	padding: 3px 4px 4px 4px;
	width: 135px;  /* box model hack, werte fuer ie 5.x / pc */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 127px;  /* box model hack, korrekte werte fuer alle anderen */
}
html>body #navigation ul ul a {
  width: 127px;  /* 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 8px 3px 8px;
	width: 135px;  /* box model hack, werte fuer ie 5.x / pc */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 119px;  /* box model hack, korrekte werte fuer alle anderen */
}
html>body #navigation ul ul ul a {
  width: 119px;  /* 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 16px 3px 16px;
	width: 135px;  /* box model hack, werte fuer ie 5.x / pc */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 103px;  /* box model hack, korrekte werte fuer alle anderen */
}
html>body #navigation ul ul ul ul a {
  width: 103px;  /* 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 32px 3px 32px;
	width: 135px;  /* box model hack, werte fuer ie 5.x / pc */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 71px;  /* box model hack, korrekte werte fuer alle anderen */
}
html>body #navigation ul ul ul ul ul a {
  width: 71px;  /* box model hack, korrekte werte fuer opera */
}
