/*	undo - OK _________________
*/
:link,:visited { 
	text-decoration:none; }

ul,ol { 
	list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em; 
	font-weight:normal; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { 
	margin:0; 
	padding:0 }
	
img, a img,:link img,:visited img, fieldset { 
	border:none }
	
img { 
	margin:0; 
	padding:0; 
	}
	
address { 
	font-style:normal }

table {	
	border:none; 
	padding:0px; 
	margin:0px; 
	border-spacing:0px; 
	font-size:1em;}
	
tr { 
	border:none; 
	padding:0px; 
	margin:0px; }
	
td { 
	border:none; 
	padding:0px; 
	margin:0px; 
	vertical-align:top; 
	border-spacing:0px; }
	
legend { 
	display:none; }
	
body, div,p,li { 
	background-repeat:no-repeat; }
	
#search { 
	border-width: 0; }
/*	html - OK ______________*/
html { 
	min-height: 100%; }
/*	body- OK ______________________*/
/*Im Bdy wird die Mittige Position festgelegt - Body hat 100%*/
body  /* fÃ¼r mittige Ausrichtung auf 100% setzen! */ { 
	font-family: Verdana, Arial, Helvetica, Tahoma, Geneva, sans-serif; 
	font-size: xx-small; /*nicht anrÃ¼hren sonst Ã¤ndern sich MenuabstÃ¤nde*/
	font-size: x-small; /*nicht anrÃ¼hren sonst Ã¤ndern sich MenuabstÃ¤nde*/
	position: relative; 
	top: 0; 
	left: 0; 
	width: 100%; }
	
.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}
.clear {
	clear:both;
}
.flLeft { float:left; }
.flRight { float:right; }
.warning { color:#f00; }
/* Head - Breite setzen dann Position - 1/2 Breite */

#head
    /* Breite setzen dann Position - 1/2 Breite */ { 
    text-align: left; 
    margin-left: -450px; 
    position: absolute; 
    top: 0; left: 50%; 
    width: 900px; 
    height: 144px; /* von 244 Pixel auf 144 geÃ¤ndert */
    z-index: 50; 
    visibility: visible; }
    
/*headnavigation*/
#headnavi { 
	color: #7c7c7c; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, Tahoma, Geneva, sans-serif; 
	text-align: left; 
	position: absolute; 
	top: 74px; /* 20 Pixel tiefer gesetzt */
	width: 650px; 
	z-index: 100; 
	margin: 0 0 0 -1px; 
	padding: 0; }
	
#headnavi a, #headnavi a:link { 
	color: #7c7c7c; }
	
#headnavi a:hover { 
	color: #fa5e00; }
#headnavi a.current, #headnavi a.current:link, #headnavi a.active { 
	color: #fa5e00; 
	background-color: #ebeef2; }
	
/*suchfeld*/
#suchen1 { 
	background-image: url(lupe_suchen.jpg); 
	text-align: left; 
	position: absolute; 
	top: 95px; /* 20 Pixel tiefer gesetzt */
	width: 142px; 
	height: 13px; 
	z-index: 95; 
	margin: 0; 
	padding: 0; }
	
#search { 
	color:#fa5e00; 
	font-family: Arial, Helvetica, Tahoma, Geneva, Verdana, sans-serif;
	font-size: 10px; 
	text-align: left; 
	position: absolute; 
	top: 95px; /* 20 Pixel tiefer gesetzt */
	width: 123px; 
	height: 1em; 
	z-index: 100; 
	margin: 0 0 0 17px; 
	padding: 0; 
	border-color: #fff #ebeef2 #ebeef2 #fff; 
	border-width: 1px; }
	

