
   
body { 
   height: 100%;
   margin: 0;
   padding: 0
   background-color: #B3AA8A;
   }
   
#kasten1 { 	
			position:absolute;
			width:932px;
			margin:-25% 0 0 -466px;
			top: 50%; 
			left: 50%;
			padding: 0;
			background-color: #B3AA8A;
			background-image: url(../pic/bg_wrapper.jpg);
			background-repeat: repeat-y;
			border: 0px;
			overflow: hidden
			} 

#kopfzeile {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: small;
	font-weight: bold;
	color: #000;
	height: 174px; 
			background-image: url(../pic/kopfzeile_bg.gif);
			background-repeat: no-repeat;	
	}	
	
#titel {
	position: absolute;
	top: 151px;
	left: 251px;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans serif;
	font-size: 16px;
	font-weight: bold;
	color: #8F886E;
	}	 

h2 {font-size:18px;line-height:140%;} 
   
#spalte1 {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	height: 349px;
	font-size: small;
	font-weight: bold;
	color: white;
	background-image: url(../pic/spalte1_bg3.gif);
	background-repeat: no-repeat;
	width: 233px; 
	}
	
#navigation {
	position: absolute;
	z-index:4;
	top: 183px;
	left: 70px;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	line-height: 27px;
	letter-spacing: 0.1em;
	color: #666;
	}
	
#inhalt {
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	line-height: 18px;
    float: left;
	padding: 20px 50px;
	margin: 0;
	border: 0;
	font-size: 12px;	
	background: #FFFCE1;
	height: 349px;
	width: 507px; /* Box-Model-Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 467px;
	height: 100%;
	}
html>body #inhalt {
	height: 100%;
	width: 525px; /* Box-Model-Hack Ende */ 
	}
	
.bold {
	letter-spacing: 0.1em;
	}
	
#spalte3 {
	float: right;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: small;
	font-weight: bold;
	color: white;
	background-image: url(../pic/spalte3_bg.jpg);
	background-repeat: no-repeat;
	width: 132px; 
	}	
	
p a	{text-decoration: none; }


a:link, a:visited {  
	color: #666; text-decoration: none; }
	
a:hover	{
	color: #999;
	}

a .bullet	{
	font-weight: bold;
	visibility: hidden;
	text-decoration: none;
	} 

.item	{
	text-decoration: underline;
	}

/* Nun wird der Bereich sichtbar gemacht */

a:hover .bullet	{
	visibility: visible;

	}
	
