<!--
/*Nautilus style*/

html
{
background: #0C0374;
}

body
{
background:#0C0374;
color: white;
font-family: tahoma;
}

/*------------------------------------------------------------------*/

#menu a:link
{
    display:block;
   width: 150px;
   hight: 35px;
   text-decoration:none;
   background-color: #3399FF;
   color: #CC0022;
   font-weight:bold;
   font-family:"tahoma";
   font-size:14px;
   border-top:5px;
   border-bottom:5px solid;
   border-left:5px;
   border-right:5px solid;
   border-style: solid;
   border-width: thick;
   border-color: #00CCCC  #005555  #008080   #99FFCC  ;
}

#menu a:visited
{
   display:block;
   width: 150px;
   hight: 35px;
   text-decoration:none;
   background-color: blue;
   color: #40E0D0;
   font-weight:bold;
   font-family:"tahoma";
   font-size:14px;
   border-top:5px;
   border-bottom:5px solid;
   border-left:5px;
   border-right:5px solid;
   border-style: solid;
   border-width: thick;
   border-color:  #0099FF #000099  #3300CC  #B1D8FE  ;
}

#menu a:hover
{
   display:block;
   width: 150px;
   hight: 35px;
   text-decoration:none;
   background-color: #FF3300;
   color: #FFFF00;
   font-weight:bold;
   font-family:"tahoma";
   font-size:14px;
   border-top:5px;
   border-bottom:5px solid;
   border-left:5px;
   border-right:5px solid;
   border-style: solid;
   border-width: thick;
   border-color:  #FF9900  #990000 #CC0000   #FFCC00;
}



/*------------------------------------------------------------------*/

#umenu a:link
{
   width: 135px;
   hight: 30px
   border: none;
   position:relative; left:15px;
}

#umenu a:visited
{
   width: 135px;
   hight: 30px
   border: none;
   position:relative; left:15px;
}

#umenu a:hover
{
   width: 140px;
   hight: 30px
   border: none;
   position:relative; left:15px;
}

#umenu a:active
{
   width: 135px;
   hight: 30px
   border: none;
   position:relative; left:15px;
}

/*------------------------------------------------------------------*/

#verweise a:link
{
   text-decoration:none;
   background-color: #7F00FF;
   color: #FFFFFF;
   font-family:"Courier";
}

#verweise a:visited
{
   text-decoration:none;
   background-color: #B3FFFF;
   color: #00B9B9;
   font-family:"Courier";
}

#verweise a:hover
{
   text-decoration:none;
   font-weight:bold;
   background-color: #FFE8E8;
   color: #FF208F;

   font-family:"courier", bold;
}

#verweise a:active
{
   text-decoration:none;
   background-color: #DBD5FD;
   color: #2F0CF3;
   font-family:"courier";
   font-style: italic;
}

/*------------------------------------------------------------------*/

.text
{
   padding: 5px;
   border-style: solid;
   border-width: 1px;
   font-family:"Tahoma";
   color: #FFF8DC;
   border-color:#FF7F50;
   background-color: #000099;
}
-->
