<!--
    PlugIt web css definition
    @author Dr. Nikolaus Wulff
    @since  29.03.2004
    $Id:$
//-->

a:link    { font-weight:bold; color:#0000E0; text-decoration:none }
a:visited { font-weight:bold; color:#000080; text-decoration:none }
a:hover   { font-weight:bold; color:#e04040; text-decoration:underline }
a:active  { font-weight:bold; color:#ffffff; text-decoration:none }
a:focus   { font-weight:bold; color:#00E000; text-decoration:none }

a:link.header,a:visited.header,a:hover.header,a:active.header,a:focus.header {
     color:#000080;
     font-family:"'Times New Roman',Times,serif";
     font-weight:bold;
     font-style:italic;
     font-size:x-large;
     text-decoration:none
}



.body { 
      width:100%;
      height:100%;
	    color:#000080;
      background-color:#6486C1;
      border-style:solid; border-width:2px; 
      border-color:#aabbdd; }

.copyright {color:000080; font-size:x-small; margin-left:0px; margin-right:0px;}

a.footer { text-decoration:none }
a.copyright {text-decoration:none }

.header { 
      color:#000080;
      background-color:#6486C1;
      border-bottom-style:solid; border-bottom-width:3px; border-color:#aaaaaa;
      margin:0px;
      }


.heading {
   margin:3px;
   background-color:#7171A5;
   color:000080; }

.footer { 
      background-color:#6486C1;
      border-top-style:solid; border-top-width:3px; border-color:#aaaaaa;
      margin:5px; }

.content { 
      background-color:#99bbdd;
      border-style:solid; border-width:3px; border-color:#ffffff;
      margin:50px; }
      
.navigation { 
      background-color:6486C1;
      border-left-style:solid; border-left-width:3px; border-color:#aaaaaa;
      margin:15px; }

.text {
      width:80%;
      background-color:white; 
      horizontal-align:middle; 
      margin-bottom:10px; 
      border-style:solid; border-width:1px; border-color:#7171A5;      
      }
      

