* { margin:0; padding: 0; } 
option {padding-left: 0.4em}
body { 
  font-family:Verdana,sans-serif; 
	font-size: 100.01%; 
	color: #000;        
	background-color: #fff;
	text-align: left; 
} 
body { position:relative;}
img { border:0; }
select,  textarea { font-size: 99% }

#navigation,#navigation-section,
#body,#body-section,
#footer,#footer-section {	clear:both; width: auto; }

#col1,#col1-section {
	float: left;
	width: 200px; 
  z-index: 3;
}

#col2,#col2-section {
	float:right; 
	width: 200px; 
  z-index: 5;
}

#col3,#col3-section
{
	width:auto;
	margin-left: 200px; 
	margin-right: 200px; 
  z-index: 1;
}

#col1-content {z-index: 4;}
#col2-content {z-index: 6;}
#col3-content {z-index: 2;}

#col1-content, 
#col2-content{ position:relative; overflow:hidden; } 

#col3-content{position:relative;}       /* Fehler korrigiert position;relative BE250707 */
#content {overflow:hidden;}

.clearing:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearing { display: block; } 
.floatbox { overflow:hidden; }
#clear-content { display: none }


ul, ol, dl { margin: 0 0 1em 1em }
li { margin-left: 1.5em; line-height: 1.5em; }

dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }

h1,h2,h3,h4 {font-weight: bold;}
h1 {font-size: 1.3em;}
h2 {font-size: 1.2em;}
h3 {font-size: 1.1em;}
h4 {font-size:1em;}

a {text-decoration: none;}  /* Fehler korrigiert ...none;); BE250707 */
