/*************************************************************\

   Cascading Style-Sheet for
    7.design  Version 1.0

   (c) 2004-2005 by 7.design.com
   		 Patrick Schmid

\*************************************************************/


  /* ****************************************************************
   * -> BODY
   */

    body                           /* standard body settings */
     {

      margin-left:                 0px;
      margin-right:                0px;
      margin-top:                  0px;
      margin-bottom:               0px;

      font-family:                 Verdana;
      font-size:                   8pt;
      color:                       #A2C0D4;

      scrollbar-face-color:	       #34537F;
      scrollbar-shadow-color:      #a2c0d4;
      scrollbar-highlight-color:   #a2c0d4;
      scrollbar-3dlight-color:     #34537F;
      scrollbar-darkshadow-color:  #34537F;
      scrollbar-track-color:       #34537F;
      scrollbar-arrow-color:       #a2c0d4;
      scrollbar-track-color: 	   #34537F; 

     }


p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Verdana; font-size: 8pt }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */


p,ul,ol,li,div,td,th,address,nobr,b,i  { font-size: 9pt }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

/* Quelltext-Beispiele */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */


option, textarea, input, select, file   
/* font-family: Verdana, Arial, Helvetica, sans-serif */
/* font-size: 10px */
/* color: #FFFFFF */
/* background-color: #3B577F */
/* border: 1px solid #000000 */

.form {  
/* background-color: #243D5D */
/* border: 1px solid #000000 */

}

.form_on {  
/* color: #FFFFFF; 
/* background-color: #243D5D */
/* border: 1px solid #000000 */

}

.input
/* background-color: transparent */
/* border: 1px none */
/* font-weight: bold */
/* border-color: #243D5D */
/* margin-top: 0px */
/* margin-bottom: 0px */

pre.normal { color:#000000; }

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */

a:link		{ color: #A2C0D4; font-family:Verdana; font-size: 10pt; text-decoration: none }
a:visited	{ color: #A2C0D4; font-family:Verdana; font-size: 10pt; text-decoration: none }
a:hover		{ color: #D6E4FE; font-family:Verdana; font-size: 10pt; text-decoration: none }
a:active	{ color: #D6E4FE; font-family:Verdana; font-size: 10pt; text-decoration: none }
a.an		{ color: #E5E8EA; font-family:Verdana; font-size: 10pt; text-decoration:none; }

