/* DATEI: style.css   Andrea Jedele  16-11-2007 */

/* Allgemein */
html, body
{
  background-color:#0f5b1a; 
  color:#ccff33; font-family:'Calligraph421 BT',arial,sans-serif; font-style:italic; font-size:14pt;
    scrollbar-3d-light-color:#0f5b1a;
    scrollbar-arrow-color:#ccff33;
    scrollbar-base-color:#000000;
    scrollbar-dark-shadow-color:#000000;
    scrollbar-face-color:#0f5b1a;
    scrollbar-highlight-color:#ccff33;
    scrollbar-shadow-color:#000000;
    scrollbar-track-color :#000000;
} 

/* Schriften */
   h1 {font-size:40px; font-style:italic; font-weight:bold;} 
   h2 {font-size:30px; font-style:italic; border-top:4px groove #ccff33; padding:20px 0px;} 
   h3 {font-size:24px; font-style:italic;} 
   h4 {font-size:20px; font-style:italic;}
    p {font-size:18px; font-style:italic;} 
    

/* Hyperlink */
a:link, a:visited, a:active, a:hover 
{
   color:#ffff00;
   text-decoration:none; 
   font-size:24px;
   font-weight:bold;
} 

a:active, a:hover {color:#ff9900;}





/* Die Titelzeile */
#title 
{
   text-align:center;
   padding-top: 30px;
}

/* Das Menü */
#menu 
{
   text-align:center;
   padding:10px;
   border-top:4px groove #ccff33;
   clear:left;
}

/* Der Inhalt */
#content 
{
   text-align: center;
   border:4px groove #ccff33;
   background-color:#0f5b1a;
   padding:5px;
}

/* details */
.detail 
{
   padding: 25px;
}

/* frame */
.frame 
{
   width: 700px;
   background-color:#ccff33; 
   color:#0f5b1a;
   border:6px inset #0f5b1a;
}




