﻿/* ##### $Author: Wilhelm Blum: 1.0 ############# */
/* Allgemeine Definitionen: Body, Tables, TD, a, form  Verdana */

	* {
		margin:0;
		padding:0;
		}


	
	html {
		height:100%;
		}

	
	body {
		height:100%;
		background-color:#E8E880;
		text-align:center; /* horizontal centering for IE Win quirks */
/*		background-image:url('images/wallpaper_ori.jpg');*/
/*		background-image:url('images/sand.jpg');*/
/*		background-color: olive;*/
		background-color: olive;
		}

#distance { 
		width:1px;
		height:10px;
		background-color:#000;
		/*margin-bottom:-20px; /* half of container's height 
		/* float:left; */
		}

  #box_1 { 
    	margin:0 auto; 
    	margin-top:10px;
		position: relative; /* puts container in front of distance */
		/*text-align:left;*/
		min-height:750px;
		width:900px;
		background-color:#ff9;		
		/*border:1px solid #c93;
		border-top-color:#fff;
		border-left-color:#fff;*/
		}
		
	#box_2 { 
    margin:0; 
		position: relative; /* puts container in front of distance */
		/*text-align:left;*/
		height:110px;
		width:900px;
		background-color:#ff9;
		z-index:10;
		}
	#box_3 { 
    margin-top:10px; 
    float:left;
		position: relative; /* puts container in front of distance */
		/*text-align:left;*/
		min-height:650px;
		width:166px;
		background-color:#ff9;
		z-index:20;
	top: 0px;
	left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}		
	#box_4 {  
	  margin:0px;
	   margin-top:10px; 
		position :relative;/* puts container in front of distance */
		/*text-align:left;*/
		float:left;
		margin-left:0px;
		min-height:650px;
		width:550px;
		background-color: #ffd;
		z-index:30;
		}			
	#box_5 { 
    position: relative; /* puts container in front of distance */
    margin:0px;
     margin-top:10px; 
		float:right;
		/*text-align:left;*/
		min-height:650px;
		width:184px;
		background-color:#ff9;
		z-index:40;
		}			

  #box_6 { 								/* box für Links unten */				
    margin:0; 					 
		position: relative;
		 /* puts container in front of distance */
		 float:left;
		/*text-align:left;*/
		height:50px;
		width:900px;
	top: 0px;
	left: 0px;
}
    
 .logo {
	   float:left;
	   padding-top:5px;
	   padding-left:5px;
	   width:63px;
	   height:70px;
}

 
#ul {
		position: relative;
		margin:0;
		float:left;
		text-align: left;
		margin-top:56px;
		margin-left:10px;
		font-family:Verdana; 
		font-size: 18px;
		font-weight:bold;
		letter-spacing: -1pt;	
		color: gray;
		background-color:#ff8;
		}
		
#container1 {
		position: relative;
		margin:0;
		margin-top:-70px;
		float:right;
		text-align: left;
		width:300px;
		height:15px;
		font-family:Verdana; 
		font-size: 8pt;
		font-weight:normal;	
		color: #666666;
		background-color:#ff9;
		}
		
		
	  
/* .mittig  { vertical-align:middle; background-color:#DDDDDD; }

DIV.center { text-align: center }


span.u11 { font-family:Verdana, Arial, sans-serif; 
		font-size: 9px;
		font-weight:bold;	
		color: #808080}


span.u2 { font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size: 9px; 
		color: #808080; text-decoration:none}
		
span.u4 { font-family:Verdana, Arial, Helvetica, sans-serif ; 
		font-size: 9px;
		font-weight:bold;
		color: #333333
}


span.oa { margin-top:10px}

span.u3 {margin-left:7px}

span.artc {font-family:Arial
		font-size: 9px;
		font-weight:bold;
		color: #FF0000}

span.mtmb { margin-top:0px; 
	    margin-bottom:0px}

span.tbl  { border-top-style:1px solid;
	    border-bottom-style:1px solid;
	    border-color: #000000}
	    
B:visited {font-size: 8pt; font-family: Arial; padding-top:2; 
		padding-bottom:2; padding-left:5; padding-right:5; 
		font-weight:bold; text-decoration:none}

#editor   { white-space:pre; }   /*<p id="editor"> */ /* Absatz wie im Editor geschrieben mit Umbruch und Pos. */ 

*/