body
{
   font-family:Verdana, Arial, Helvetica, sans-serife;
   text-align:left;                  /* Hiermit wird alles mittig im Browser angeordnet */
   margin-top:0px;
}

*
{
   font-size:12px;
   line-height:16px;
   color:rgb(100,100,100);
}

/**************************************************************
   Gemeinsames
***************************************************************/

h2
{
   font-weight:bold;
   margin-bottom:25px;
}

h6
{
   color:blue;
   margin-top:-10px;
}

/**************************************************************
   Kopf
***************************************************************/

#bilderleiste
{
   width:1500px;
   height:70px;
   margin-top:150px;
   margin-left:407px;
}

#kopfzeilencontainer
{  
   width:200px;
   margin-top:-255px;
}  

#logo
{
   float:left;
   width:720px;
   height:355px;
   margin-top:10px;
   background:url(../bilder/KompassroseSHNW200a.png);
   background-repeat:no-repeat;
}

#hauptcontainer
{
   clear:both;
   width:830px;
   margin:auto;
   margin-top:5px;
}

#menuelinks
{
   position:fixed;
   zindex:1;
   float:left;
   margin-top:35px;
   margin-left:-120px;
   width:220px;
   background-color:white;
   padding-left:95px;
}

#menuelinks li
{
   color:rgb(255,165,0);
   text-decoration:none;
   font-size:11px;
   line-height:22px;
}
#menuelinks li a
{
   color:rgb(220,143,21);
   text-decoration:none;
   font-size:11px;
   line-height:22px;
   display:block;
}

#menuelinks li a:hover
{
    color:rgb(180,180,180);
}

#inhaltsboxrechts
{
   float:right;
   margin-top:-100px;
   margin-right:70px;
   width:460px;
   text-align:left;
}

#mittig
{
   margin-left:60px;
}

#mittig a,
#inhlatsboxrechts a
{
   color:rgb(220,143,21);
   text-decoration:none;
}

#mittig a:hover,
#inhlatsboxrechts a:hover
{
   color:rgb(180,180,180); /*rgb(220,143,2);*/
}

#quadroimage
{
   margin-top:30px;
}

#atlantik table
{
   width:700px;
}

#atlantik thead th
{
   font-width:bold;
   font-size:12px;
   background-color:rgb(255,165,85);
   text-align:center;
}

#atlantik tbody td
{
   font-width:normal;
   background-color:rgb(230,230,230);
   text-align:center;
   font-size:12px;
}

a:hover
{
   color:rgb(180,180,180);
}
