* { margin:0px;padding:0px;border:0; }

/* 
  Farben:
    - #01AEF0 DiUS-Blau
    - #828386 Streifen-grau
*/
       
p { color:#000000;font:12px Arial,Helvetica;margin:0px 0px 6px 0px; }
ol, ul { color:#000000;font:12px Arial,Helvetica;margin:0px 0px 12px 24px; }

div.rahmen { height:100%;left:0px;overflow:auto;position:absolute;top:0px;width:100%; }

div.inhalt { padding:40px 0px 0px 0px;width:684px; }
div.inhalt h1 { background:#828387;color:#ffffff;font:bold 14px Arial,Helvetica;margin:0px 30px 0px 0px;padding:4px 4px 5px 6px; }   
div.inhalt a { text-decoration:none;font-weight:bold; }
div.inhalt a:hover h1 { background:#01aef0; }

div.antwort { height:150px;padding:6px 0px 6px 6px;width:300px;cursor:pointer; }
div.antwort img { float:left;margin:0px 6px 0px 0px;width:100px; }

div.text { height:150px;padding:12px 0px 6px 6px;width:654px; }
div.text h2 { color:#000000;font:bold 15px Arial,Helvetica;margin:6px 0px; }
div.text img { float:left;margin:6px 18px 6px 0px;width:200px; }
div.text img.screen { margin:6px 18px 6px 0px;width:150px; }
div.text a { text-decoration:none;color:#828386; }
div.text a:hover { text-decoration:none;color:#01aef0; }

div.start { background:#828386;border:1px solid #ffffff;color:#ffffff;font:bold 18px Arial,Helvetica;left:589px;padding:1px 8px 3px 8px;position:absolute;top:30px;cursor:pointer; }
a:link div.start, a:visited div.start, a:focus div.start { background-color:#828386;text-decoration:none; }
a:hover div.start, a:active div.start { background-color:#01AEF0;text-decoration:none; }

div.feld { position:absolute;left:0px;top:90px;height:520px;width:654px; }
div.webscreen  { opacity:0.7;filter:alpha(opacity=70); }

div.textbutton { background:#828386;border:1px solid #ffffff;color:#ffffff;font:bold 18px Arial,Helvetica;padding:1px 8px 3px 8px;cursor:pointer; }
a:link div.textbutton, a:visited div.textbutton, a:focus div.textbutton { background-color:#828386;text-decoration:none; }
a:hover div.textbutton, a:active div.textbutton { background-color:#01AEF0;text-decoration:none; }

input { margin:0px 4px; }
input.button { color:#ffffff;font:bold 12px Arial,Helvetica;width:90px;border:1px solid #ffffff;background:#828386;padding:2px 6px;cursor:pointer; }
a.button:hover input.button { background:#01AEF0; }

