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

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

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

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

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

#quernavigation {
	position: relative;
	margin: 0 5px 5px 5px;  /* 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: 735px;  /* 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 5px 5px 0px;  /* margin oben bis header, links und rechts bis wrapper, unten bis navigation, content und context*/
	width: 735px;  /* wert = contentbreite + contentmargin + contextbreite */                 
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

#navigation ul li a {
	display: block;
	padding: 4px 10px 5px 10px;  
	width: 0px;  /* box model hack, werte fuer ie 5.x / pc */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: -20px;  /* box model hack, korrekte werte fuer alle anderen */
}
html>body #navigation a {
  width: -20px;  /* 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: 0px;  /* box model hack, werte fuer ie 5.x / pc */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: -30px;  /* box model hack, korrekte werte fuer alle anderen */
}
html>body #navigation ul ul a {
  width: -30px;  /* 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: 0px;  /* box model hack, werte fuer ie 5.x / pc */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: -40px;  /* box model hack, korrekte werte fuer alle anderen */
}
html>body #navigation ul ul ul a {
  width: -40px;  /* 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: 0px;  /* box model hack, werte fuer ie 5.x / pc */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: -45px;  /* box model hack, korrekte werte fuer alle anderen */
}
html>body #navigation ul ul ul ul a {
  width: -45px;  /* 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: 0px;  /* box model hack, werte fuer ie 5.x / pc */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: -50px;  /* box model hack, korrekte werte fuer alle anderen */
}
html>body #navigation ul ul ul ul ul a {
  width: -50px;  /* box model hack, korrekte werte fuer opera */
}
