
/*CSS for maq-online.de. With workaround for ME. Made by Thomas Ullmann 2006*/

a:link { text-decoration:underline; color:#000000; font-weight:bold}
a:visited { text-decoration:none; color:#8B8B8B; }
a:hover { text-decoration:none; }
a:active { text-decoration:none; }

#header_navi{
position: absolute; 
top: 110px;
left: 25px; 
width: 245px; 
height: 25px; 
}
html>body #header_navi {  /* nur fuer moderne Browser! */
    position: fixed;
}
#header_navi_p{
border: 1px solid silver;
background-color: #e4e4e4;
padding: 5px;
}

#navi_left {
position: absolute;
top: 150px; 
left: 25px;
width: 245px;
}
#navi_left_p{
border: 1px solid silver;
padding: 10px;
}
html>body #navi_left {  /* nur fuer moderne Browser! */
    position: fixed;
}

#header_survey{
position: absolute; 
top: 110px; 
left: 750px; 
width: 295px; 
height: 25px;
}
html>body #header_survey {  /* nur fuer moderne Browser! */
    position: fixed;
}
#header_survey_p{
background-color: #e4e4e4;
border: 1px solid silver;
padding: 5px;
}
#survey {
position: absolute;
top: 165px;
left: 750px;
width: 275px;
height: 385px;
}
html>body #survey {  /* nur fuer moderne Browser! */
    position: fixed;
}
#survey_iframe{
border: 1px solid silver;
padding: 10px;
}
#x_coord{width: 417px; 
height: 18px; 
position: absolute; 
top: 104px; 
left: 302px;
}
#y_coord{width: 29px; 
height: 444px; 
position: absolute; 
top: 93px; 
left: 273px;
}
#xy_text{position: absolute; 
top: 125px; 
left: 305px; 
width: 400px; 
text-align: justify;
}

body {
font-family: Arial, sans-serif;
}
