body{
font-family: arial;
background-color:#dedfe0;
margin: 0px;
}

h1{
font-size: 18px;
color: #3685C2;
}

table{
font-size: 12px;
padding: 0px;
}

#top {
    position: absolute;
    width: 100%;
    height: 180px;
    top:0px;
    margin-top: 0px;
  }

html>body #top {  /* nur fuer moderne Browser! */
    position: fixed;
  }

a { color: #ffffff; text-decoration: none;font-size: 16px; }
a:link { color: #ffffff; text-decoration: none; }
a:hover { color: #DFE0E1; text-decoration: none; }

#table_innen a { color: #3685C2; text-decoration: none;font-size: 12px; }
#table_innen a:link { color: #3685C2; text-decoration: none; }
#table_innen a:hover { color: #aaaaaa; text-decoration: none; }


#table_head img {

 background-color:#ffffff;
    background-image:url("ajax-loader.gif");
    background-repeat:no-repeat;
    background-position: center center;
}

img{
border-color: #dddddd;

}

