h1.imageheader {
     height:40px;
      background-repeat:no-repeat;
      padding: 0;
       margin: 0;
}

h1.imageheader strong{
       display:none;
}


body {
font-family:  Trebuchet MS, Helvetica, Verdana, Arial sans-serif;
font-size: 90%;
}
#page {
	margin: auto;   
	width: 983px;
	position: relative;
	text-align: left;	
}

#header {
	height: 40px;
}
#main {
	background: url(hintergrund.jpg);	
	background-repeat: no-repeat;
	height: 550px;	
}
#navi {
	position: absolute;
	top: 5px;
	left: 80px;
	height: 650px;
	width: 200px;
	background: url(logo.jpg) no-repeat #F1D095;
	
}
#menu {
	text-align: right;	
	position: absolute;
	top: 180px;
	width: 190px;	
}
#footer {
   font-family: Trebuchet MS, Helvetica, Verdana, Arial sans-serif;
   padding: 5px 20px 0 0;
	text-align: right;
	color: #B09C6D;	
}
#inhalt {
	position: absolute;
	top: 200px;
	left: 320px;
	width: 340px;
	height: 320px;
	overflow: auto;		
	
}

#news {  
	position: absolute;
	top: 80px;
	left: 693px;
	height: 480px;
	width: 250px;
	background: url(deko.jpg) #F1D095 no-repeat;	
	
}

h1 {
	font-family: Vladimir Script;
	color: #B09C6D;
	padding: 5px 10px 0 10px;
}

p {
 padding: 5px 10px 0 10px;
 }

#menu ul   {
	list-style-type: none;	
        margin: 0;
        padding: 0;        
}
.no {
     padding: 5px 3px 5px 10px;
     font-size: 13px;
     font-weight: bold;     
     }
.active {
     color: #ec7404;
     font-size: 13px;        
     font-weight: bold;
     }
#menu ul a:link {
      text-decoration: none;  
      display: block;
      color: #673b15;
      }
      
#menu ul a:visited {
      display: block;
      color: #673b15;
      text-decoration: none;
      }
            
#menu ul a:hover {
    color: #673b15;
	 text-decoration: underline;             
   }
#menu ul ul     {
	padding: 0 0 0 10px;
	font-weight: normal;	             
}
img {
    border: 0pt none;
    } 
