/* Standard */
body,table,tr,td,p {
   font-family: Verdana, Arial;
   color: #000000;
   font-size: 10pt;
   font-style: normal;
   font-weight: normal;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-top: 0px;
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 0px;

   scrollbar-base-color:#EDE179;
   scrollbar-track-color:#A6AFCC;
   scrollbar-face-color:#EDE179;
   scrollbar-highlight-color:none;
   scrollbar-3d-light-color:none;
   scrollbar-dark-shadow-color:none;
   scrollbar-shadow-color:none;
   scrollbar-arrow-color:#A6AFCC;

   background-color: white;
   background-attachment: fixed;
  }

/* Typo */
#klein {
   font-size: 8pt;
font-style: italic;
  }


.hideable { 
	position:absolute; 
	display:none;
	}


/* Formularstyles */
input, textarea {
   background-color: #D1D0E0; color: #000000; border: 1 solid #5B91DA;
   scrollbar-base-color:#D1D0E0; 
  }  

.fc { 
		background-color: #D1D0E0;
	}

.fca {
		background-color: #FFAB76;
	}
  

/* Links */
A:link {
   color: #333333;
   text-decoration: underline;
   font-weight: bold;
  }

A:visited {
   color: #333333;
   text-decoration: underline;
   font-weight: bold;
  }

A:active {
   color: #333333;
   text-decoration: underline;
   font-weight: bold;
  }

A:hover {
   color: #000000;
  }

