
/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
  
   
    font-family:arial !important;
}

	body {
			margin-top: 20px;
			padding: 0px 0 0 0;
			color:#615448;
			scrollbar-arrow-color: #FFFFFF;  scrollbar-face-color: #807a67; scrollbar-track-color: #f2efde;
		}

#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}


#focus-stealer      { position: absolute; left: -9999px; }


a:link {text-decoration:none; color:#615448;}
a:visited { text-decoration:none; color:#615448;}
a:active { text-decoration:none; color:#615448;}
a:hover {  text-decoration:underline; color:#615448;}

a.change:link { text-decoration:none; color:#615448; padding-top: 10px;
	padding-bottom: 10px;
	display: block;}

a.change:visited { text-decoration:none; color:#615448; padding-top: 10px;
	padding-bottom: 10px;
	display: block;}

a.change:active { text-decoration:none; color:#615448; padding-top: 10px;
	padding-bottom: 10px;
	display: block;}

a.change:hover { text-decoration:none; color:white; background-image: url(../verlauf-zelle-dunkel.jpg); padding-top: 10px;
	padding-bottom: 10px;
	display: block;
width: 100%;   }

div.text {
font-family:arial; font-size:14pt; color:#615448;
}

    #scrollbar_container {  
        position:relative;  
        width:500px;  
    } 
     
    #scrollbar_track {  
        position:absolute;  
        top:0;  
        rightright:0;  
       height:100%;  
       width:10px;  
       background-color:transparent;  
       cursor:move;  
   } 
    
   #scrollbar_handle {  
       width:10px;  
       background-color:#5c92e7;  
       cursor:move;  
       -moz-border-radius: 5px;  
       -webkit-border-radius: 5px;  
       opacity:0.9;  
       -moz-opacity:0.9;  
   } 
    
   #scrollbar_content {  
       overflow:hidden;  
       width:485px;  
       height:250px;  
   }  
   