/*

style.css

*/

body {
margin: 0;
padding: 0;
font-size: 100.01%;  
background-color: #a6a6a6;
}    

img {border: 0px}

#wrapper {
margin: 5px auto;
width: 950px; 
position: relative; 
/* border: 2px solid blue; */ 
}  
#dadalogo {
position: absolute; 
left: 500px; 
top: 48px;
width: 411px;
height: 94px;
z-index: 80;

}

#lu {     
/* display: block; */
position: absolute; 
left: 10px;  
top: 510px;
width: 85px;
height: 112px; 
/*background: url(../bilder/qnztknopfli.jpg) no-repeat;*/
z-index: 61;
} 

#lu a:hover {
/*background: url(../bilder/qnztknopf.jpg) no-repeat;*/
cursor: url(../bilder/fliegekleinl.gif), auto;
}


#ru  {
position: absolute; 
left: 820px; 
top: 510px;
width: 85px;
height: 112px;
z-index: 60;
}


#ru a:hover {
cursor: url(../bilder/fliegekleinr.gif), auto;
}
#kontakt {
margin: 0;
padding: 0;
font-size: 130.01%;
font-family: Verdana, sans-serif;
position: absolute;
width: 385px;
height: 112px;
top: 48px;
left: 150px;	
}

#hoch {
position: absolute;
top: 48px;
left: 150px;
}

.werweiss {
z-index:1;    
background-color: #dadada;
}

p {

}

#qtext {   
position: absolute; 
bottom: 0px; 
left: 360px; 
width: 203px;
} 

h1 {
font: 80%/1.35em normal Verdana, sans-serif;
font-weight: normal;
}

h1 span.head {
font: 100%/1.35em normal Verdana, sans-serif;
font-weight: bold;
}



#cursorwechselre a {
 position: absolute;
 top: 0;
 right: 0;
 width: 475px;
 height: 600px; 
 display: block; 
 z-index: 52;
} 

#cursorwechselre a:hover {
 cursor: url(../bilder/fliegekleinr.gif), auto;
}

#cursorwechselli a {
 position: absolute;
 top: 0;
 left: 0;
 width: 475px;
 height: 600px; 
 display: block; 
 /*border: 1px solid blue; */ 
 z-index: 51;
} 

#cursorwechselli a:hover {
 cursor: url(../bilder/fliegekleinl.gif), auto;
}