/*

style.css

*/

body {
margin: 0;
padding: 0;
font-size: 100.01%;  
background-color: #a6a6a6;
}    

img {border: 0}

#wrapper {
margin: 5px auto;
width: 950px; 
position: relative; 
/* border: 2px solid blue; */ 
}  
#dadalogo {
position: absolute; 
left: 500px; 
top: 48px;
width: 390px;
height: 89px;
z-index: 80;

}

#lu a {     
/* 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 a {
position: absolute; 
left: 820px; 
top: 510px;
width: 85px;
height: 112px;
background: url(../bilder/merzknopfre.jpg) no-repeat;
z-index: 60;
}


#ru a:hover {
background: url(../bilder/merzknopf.jpg) no-repeat;
cursor: url(../bilder/fliegekleinr.gif), auto;
}

#quer {
position: absolute;
top: 148px;
left: 150px;
}

.werweiss {
z-index:1;    
background-color: #dadada;
}

p {

}

#kontaktext {   
position: absolute; 
bottom: 443px; 
left: 115px; 
width: 150px;
z-index: 85;
} 

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; 
 z-index: 51;
} 

#cursorwechselli a:hover {
 cursor: url(../bilder/fliegekleinl.gif), auto;
}