img.bg {
/* Set rules to fill background */
min-height: 107px;
min-width: 128px;
			
/* Set up proportionate scaling */
width: 100%;
height: auto;
			
/* Set up positioning */
position: fixed;
top: 0;
left: 0;
}
		
*html img.bg{
position:absolute;
}


html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

#hintergrund {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
}

#content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
overflow: auto;
} 


.text { font-family:Verdana,Arial,Helvtica,sans-serif; color:#ffffff; font-size:12px; font-weight:normal; }

.text-small { font-family:Verdana,Arial,Helvtica,sans-serif; color:#ffffff; font-size:10px; font-weight:normal; }

a:link { font-family:Verdana,Arial,Helvtica,sans-serif; font-size:12px; text-decoration:none; font-weight:bold; color:#B07132; }  
a:visited { font-family:Verdana,Arial,Helvtica,sans-serif; font-size:12px; text-decoration:none; font-weight:bold; color:#70311F; } 

a.text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration:underline; color: #ffffff; }


UL#navigation , UL#navigation LI  {
 margin:0;
 padding:0;
 list-style:none;
}
 
UL#navigation {
 width:180px;
 valign:top;
}

UL#navigation LI {
 margin-bottom:1px;
 margin-right:1px;
 width:180px;
}

UL#navigation LI A {
 color:#fff; 
 font-family: 'UnifrakturCook', cursive;
 font-size:20px;
 text-decoration:none;
 display:block;
 padding:1px 7px 1px;
}

UL#navigation A:HOVER {	 
 background-color:#70311F;
 color:#fff;
}

UL#navigation #aktuell a {	 
 background-color:#B07132;
 color:#fff;
 }


.platzhalter {
 width:1px; 
 height: 1px;
 float: left;
 } 

.fliess {
 clear: left;
 float:left;
 margin: 10px 20px 10px 0px;
 } 

/*--Spezialangabe für den IE 7--*/
 * + html .fliess {
 margin-top: 15px;
 } 

.clear {
 clear: both;
 } 