/*
##    ---------------------------------------------
##            Stylesheet-Definitionen
##              
##    ---------------------------------------------
##            © 2002-2004 Galileo Webdesign
##            www.galileo-webdesign.de
##    ---------------------------------------------
##
*/

/* ----------------------------------------------------------------------------------------------------------- */
/* HTML-ELEMENTE (allgemein)---------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------- */


 /* --- Standardschrift --- */
 body, p, a, td, th, form, select, option, textarea, input, small {font-size:13px; font-family:Arial, Verdana, Helvetica; color:#333333;}
 
 
 /* --- Body Formatierung  --- */
 body {background-color:#666666; margin:0px; padding:0px;}

 
 /* --- Globale Bildformatierung  --- */
 .img, img {border:0px; padding:0px; margin:0px;} /*Keine Wirkung im Mozilla und IE */
 
 
 /* --- Content Divs --- */
 /*--- Müssen je nach Projekt individuell ergänzt werden! ---*/
 


/* ----------------------------------------------------------------------------------------------------------- */
/* TEXT & LINKS----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------- */
 
 
 /* --- Links --- */
 a, a:visited {color:#3366FF; text-decoration: none;}
 a:hover {color:#3366FF; text-decoration:underline;}
 
 
 /* --- Sonstige Links --- */
 a.imprint, a.imprint:visited {font-size: 10px; color: #000000; text-decoration:none;}
 a.imprint:hover {font-size: 10px; color: #000000; text-decoration: none;}
 /* --- Müssen je nach Projekt individuell ergänzt werden! ---*/
 
 
 
 /* --- Heads --- */
 .h1, h1 {font-size:15px; font-weight:bold; letter-spacing:1px; color: #cc0000;}
 .h2, h2 {font-size:10px; color: #000000;} 
 .h3, h3 {font-size:11px; font-weight:bold; letter-spacing:0px; color: #cc0000;}
 
 
 /* --- Sonstige Textformate --- */
 .p, p {margin:0px; padding:0px;}
 .b, b {font-weight:bold;} 
 .i, i {font-style:italic;}
 .u, u {text-decoration:underline;}
 
 
  /* --- Listen und Aufzählungen --- */
 li, ul {list-style-image:none; list-style-position:outside; list-style-type:disc;}
 ol {list-style-image:none; list-style-position:outside; list-style-type:decimal;}

  
 
 
 /* ----------------------------------------------------------------------------------------------------------- */
 /* FORMULARE---------------------------------------------------------------------------------------------------*/
 /* ----------------------------------------------------------------------------------------------------------- */
 
 
 /* --- Formulare allgemein --- */
 .textfeld {border:0px; border-bottom:1px; border-top:1px; border-right:1px; border-left:1px; border-style:solid; border-color:#cccccc; height:20px; background-color:#ffffff; width:125px;}
 .textarea {border:0px; border-bottom:1px; border-top:1px; border-right:1px; border-left:1px; border-style:solid; border-color:#cccccc; height:400px; background-color:#ffffff; width:500px; overflow:auto;}
 .button {border:1px; border-style:solid; color:#003399; background-color:#eef7ff; border-color: #99ccff; width:125px; height:18px; font-weight:bold;}
 
 
 
  

 
 .scrollDiv {
	overflow: auto;
	scrollbar-3dlight-color:;
	scrollbar-arrow-color:#003399;
	scrollbar-base-color:#cccccc;
	scrollbar-darkshadow-color:cccccc;
	scrollbar-face-color:ffffff;
	scrollbar-highlight-color:ffffff;
	scrollbar-shadow-color:ffffff;
}