
/                          ''~``                                     /
/                         ( o o )                                    /  
/ +------------------.oooO--(_)--Oooo.------------------+            /
/ |ERSTELLT: Juli 2004                                  |            /
/ |DURCH   : sthnet.com                                 |            /
/ |TEAM    : Stephan Huber                              |            /
/ |ZWECK   : CSS-Datei                                  |            /
/ |FILENAME: style.css                                  |            /
/ |                    .oooO                            |            /
/ |                    (   )   Oooo.                    |            /
/ +---------------------\ (----(   )--------------------+            /
/                        \_)    ) /                                  /
/                                                                    /

body { margin-left:0px; 
       margin-top:0px;
       margin-width:0px; 
       margin-height:0px;
       font-family: Arial,Helvetica,Verdana; 
       font-size: 8;
       color: black;
}

a{text-decoration: underline; color: white;}
a:link { color:#white;    text-decoration: underline;}
a:visited { color:#white; text-decoration: underline;}
a:active { color:#white;  text-decoration: underline;}
a:hover {color: #c0c0c0;  text-decoration: underline;}


.titel {
   font-size: 18pt;
   font-family: Arial,Helvetica,Verdana;
   color: #0000ff;
   font-weight: bold;
   background-color: #ffff67;
}


.head {
   font-size: 14pt;
   font-family: Arial,Helvetica,Verdana;
   color: #0000FF;
   font-weight: bold;
}


.headklein {
   font-size: 12pt;
   font-family: Arial,Helvetica,Verdana;
   color: #0000FF;
   font-weight: bold;
}


.link {
   font-size: 11pt;
   font-family: arial,verdana,helvetica;
   color: black;
}



.header {
   font-size: 9pt;
   font-family: arial,verdana,helvetica;
color: #ffffff;
}


.seminar {
   font-size: 11pt;
   font-family: arial,verdana,helvetica;
color: #ffffff;
}


.footer {
   font-size: 8pt;
   font-family: arial,verdana,helvetica;
   color: #000000;

}

.start {
   font-family: Arial,Helvetica,Verdana;
   font-size: 11pt;
   color: black;
}

.table {
   font-family: Arial,Helvetica,Verdana;
   font-size: 11pt;
   color: black;
}

.autor {
   font-family: Arial,Helvetica,Verdana;
   font-size: 10pt;
   color: black;
}


#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #A5CEEF;
color: 0000FF;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 10;
background-color: #A5CEEF;
color: 0000FF;
text-decoration: none;
float: left;
border-right: 1px solid #0000ff;
}

#navcontainer ul li a:hover
{
background-color: #0000FF;
color: #fff;
}



/*-------Scrollbar---------------------*/
BODY {
   scrollbar-face-color: #000000; scrollbar-shadow-color: #c0c0c0; 
   scrollbar-highlight-color: #c0c0c0; scrollbar-3dlight-color: #c0c0c0; 
   scrollbar-darkshadow-color: #c0c0c0; scrollbar-track-color: #c0c0c0; 
   scrollbar-arrow-color: #ffffff

}