       /*
        	Jetzt mit neuer Strukturierung. Also zuerst alle Farben notieren,
        	dann kommen globale Formatierungen also zum Beispiel HTML body, header
        neuer Hintergrund startes Tintenblau:#453F57
        leichter hintergrund vanille:#F9F7ED
  		starkes blau:#6699CC
  		gmailblue:#99CCFF onmouseover      	
       */
  
/* CSS Style f?r www.haus-aichhorn.de Layout 1 */       
body {margin:0px; padding:0px;background-image:url('img/bg.jpg')}
a,p,div,b,img {
				border:0px;
				font-family:Arial;
				font-size:15px;
				} 

			
/*EXperimente */
   .logo { /* Das Logo f?r alle Seiten*/
   		width:722px;
   }
	.all {
  	position:absolute;
   	width:101%;
   	height:105%;
   	top:0px;
   	left:0px;
   	background-image:url('img/trans_bg.gif');
   }
   /* Container f?r das Bild ;-)*/
   .piccontainer {
   	position:absolute;
   	top:50%;
   	left:50%;
   	margin-left:-350px;
   	margin-top:-350px;
   	border:10px solid black;
   	background-color:#006E2E;
   
   }
   .piccontainer a{
   	padding:0px;
   	margin:2px;
    font-family:Lucida ,Arial;
   	font-weight:bold;
    color:white;
   	background-color:#006E2E;
   
   }
   /* ende bereich bilder */				
/*  Hier sind spezielle KLassen */       	     
.vertBox {
	border:0px solid;
	height:150px;
	width:100%;
}
.imgBox {/*Diese Box wird verwendet wenn mehrere Bilder untereinander angeordnet werden sollen*/
	float:right;
	width:200px;
	border:0px;
	margin-top:0em;
	margin-right:20px;
	margin-left:10px;

} 
.imgtext {
		padding:2px;
		float:left;
		margin-left:20px;
		margin-right:10px;
		margin-bottom:10px;
	}	
 .imgtextRight {
		padding:0em;
		margin-top:1em;
		margin-left:10px;
		margin-right:10px;
		float:right;
 }	
 
 			  .Pagebox { /*Konstruktion um die Elemente mittig zu halten*/
			        position:absolute;
			        width:726px; 
			        top:10px;
			        left:50%;                  
                 	margin-left:-350px;
                    background:#EEEEEE;
                    border-bottom:0px;
                    border-right:0px;
                    border-left:0px;
                    border-top:0px;
                    border-style:solid;
                     
         }
         .center { /*Box in der Mitte Logo*/
                 border-left:2px;
                 border-right:2px;
                 border-top:0px;
                 border-style:solid;
         }
/* Menue*/
         .centermen {
                 height:894px;
         		 float:left;
                 width:156px;
                 background:#547ED9;/*#4096EE;*/
		         border-right:0px;
                 border-top:0px;
				 border-bottom:0.5px;
                 border-left:2px;
                 border-style:solid;
         }
         .centermen > div {
                 background:#547ED9;
                 padding:0.5em;
				 border-right:0px;
                 border-top:0px;
				 border-bottom:1px;
                 border-left:0px;
                 border-style:solid;
                 
         }
         
      /* ?berfahren mit der Maus, menue wird hier in 2 bl?cken realisiert, aufgrund des untermen?s  dass dies nicht auch gleicn unter
      	strichen wird 
      */
         .centermen div a:hover{
                 background:#B1C5EA; 
                 text-decoration:underline;

         }
         .centermen div:hover{
                 background:#B1C5EA;                 

         }
         .u{
                 display:block;

         }
     
         .centermen div#aktuell {
         		display:block;
                 background:#B1C5EA;

         }

         
         .centermen div#aktuell ul {
                 background:#B1C5EA;
                 display:block;
                 list-style:none; 
                 padding:0em;

         }
         .centermen div ul li#aktuell{
			     background:#B1C5EA;
                 display:block;
         }
         
/*Textformatierungen Allgemein und Men?*/
	.centermen div a {
						font-weight:bold;
						text-decoration:none;
						color:black;
					}
	.centermen div ul li a{
						font-weight:normal;
						display:block;
						text-decoration:none;		
						font-size:13px;
						color:black;
					}					
         .mainbox { /*Ausagabe des Textes*/
         	float:left;     	
          	border:0px;
            border-style:solid;
            width:568px;
            color:#433A65;
            font-family:arial;
            text-align:justify;
            font-size:10pt;
            background-color:#EEEEEE;
         }
         .mainbox p {
         	   font-size:10pt;
         	   margin-left:20px;
         	   margin-right:10px;
			   /*margin-bottom:10px;*/
         	   
         }
         .mainbox * li {
         		text-align: left;
         }
         .mainbox * {
         	margin-right:10px;
         }
         .mainbox h2 {
         		margin-left:20px;
         		margin-right:10px;
         }
         .left { /*Klasse um den Text mit linken Absatz zu verwenden. Bei Kontakt und kleineren Aufz?hlungen */
          text-align:left;
          margin-right:10px;
         }
         .feed {
         	border-width:1px;
         	border-style:solid;         
         }
         .small {
         	margin-top:50px;
         	font-size:8px;
         	color:#C0BEBE;
         }
         

