/*--Bereiche festlegen*/
#titel {
	width: 1020px;
	height: 30px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
} 


#steuerung {
    width: 130px;
    height: auto;
    padding-top: 15px;
    padding-left: 15px}

#content {
	position: absolute;
	width: 760px;
	height: 362px;
	z-index: 2;
	left: 240px;
	padding-top: 20px;
	top: 50px
	
}
 
 #kontakt {
	position: absolute;
	width: 760px;
	height: auto;
	z-index: 2;
	left: 240px;
	padding-top: 20px;
	top: 740px;
	bottom: auto;
}     
	  
	    
#textrolle {
	position: fixed;
	width: 170px;
	height: 400px;
	border: none;
	top: 50px;
	left: 800px;
	background-color: #DDD;
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.dicker {
    display:block;
    width:120px; 
    height:15px;
    border-bottom: 2px solid #FFCC00} 

/*--Hintergrund */  
.hinter {
     background:#FFFFCC}    

/*--Navigation */
ul#navigation{
    list-style-type:none;
    margin-left:0px;
    margin:0px;
    padding-left:5px}
    
ul#navigation li a{
    display:block;
    width:120px; 
    text-height: 15px;
    border-bottom: 1px solid #FFCC00}
    
ul#navigation li a:hover {
    background:#FFFFCC}
      
/*--Auflistung*/
ul#liste{
    list-style-type:none;
    margin-left:0px;
    margin:0px; 
    padding-left:5px}

/*--Schatten */
img.schatten {
 	margin:10px;
 	background:url(schatten.gif) no-repeat right bottom; 
 	padding:10px 15px 15px 15px;
 	display:block}
.kontakt {
	position: relative;
	height: 100px;
	width: 760px;
	bottom: 50px;
	left: 0px;
	top: 642px;
	color: #CCC;
}
