/* Einstellungen fuer Hintergrund */

 body {
  background-color: #ffffff;
}

/* Einstellungen fuer Scrollbalken */

 body {
  scrollbar-track-color:#009933;		/* Hintergrund */
  scrollbar-face-color:#006633;			/* Fläche */
  scrollbar-3dlight-color:#006633;		/* Licht links-oben */
  scrollbar-highlight-color:#00aa33;	/* Schatten links-oben */
  scrollbar-shadow-color:#00aa33;		/* Licht links-oben */
  scrollbar-darkshadow-color:#006633;	/* Schatten links-oben */
  scrollbar-arrow-color:#ffffff;		/* Pfeile */
}

/* Einstellungen fuer LINKS */

 a:link           { text-decoration:none; font-weight:normal; color:#006633; }   /* Farbe fuer LINKS */
 a:visited        { text-decoration:none; font-weight:normal; color:#006633; }   /* Farbe fuer besuchte LINKS */
 a:hover          { text-decoration:none; font-weight:normal; color:#33dd33; }   /* Farbe fuer markierte LINKS */
 a:active         { text-decoration:none; font-weight:normal; color:#33dd33; }   /* Farbe fuer aktive LINKS */

/* Schriftgroessen fuer UEBERSCHRIFTEN */

 h1 { font-size:14px; margin-bottom:18px; color:#006633; }     /* UEBERSCHRIFT 1 */
 h2 { font-size:11px; margin-bottom:18px; color:#006633; }     /* UEBERSCHRIFT 2 */
 h3 { font-size:11px; margin-bottom:18px; color:#666666; }     /* UEBERSCHRIFT 3 */
 
/* Schriftgroesse & Zeilenhoehe fuer NORMALTEXT */

body,td,th { font-family:Verdana, Helvetica, Arial, sans-serif; font-size:11px; line-height:14px; color:#666666; }

/* Schriftgroessen fuer SEITENTITEL */

.title  { padding: 0px 0px 0px 0px; font-size: 12px; line-height:24px; color: #006633; font-weight: bold; }

/* Schriftgroessen fuer UEBERSCHRIFTEN */

.ueberschrift  { padding: 0px 0px 0px 0px; font-size: 11px; line-height:14px; color: #006633; font-weight: bold; }

/* Schriftgroesse & Zeilenhoehe fuer NORMALTEXT */

ol { padding: 0px 0px 0px 0px; }

/* Einstellungen fuer AUFZAEHLUNG */

li {
	padding: 0px 0px 0px 5px;
    list-style-type:square;
    list-style-position:inside;
	list-style-image:url(../images/dspixd.gif);
}


.aufz {
    background: #ffffff;
	padding: 0px 5px 0px 5px;
    list-style:square;
}


/* Einstellungen fuer Tabellen */
/* -=========================================================- */
/* Tabellen-ID -> kann nur einmal zugewiesen werden */

#feldmain {	padding: 5px; }

#sub {
	float: left; 
	padding: 1px 5px 1px 5px;
    color: #e6e6e6;
    font-weight: bold;
}

/* Einstellungen fuer Klassen */
/* -=========================================================- */
/* DIV, CLASS */


.text-underline {
    font-size:11px;
    color: #666666;
	text-decoration:underline;
}

.text-bold-underline {
    font-size:11px;
    font-weight: bold;
    color: #666666;
	text-decoration:underline;
}

.tabstyle {
  background: #ffffff;
  padding: 0px 0px 0px 0px;
  border: 1px solid #006633;
}

.tabtitle {
    background-color:#006633;
    background-image:url(../images/mbg.jpg);
	padding: 0px 8px 2px 8px;
    font-size:11px;
	line-height:16px;
    font-weight: bold;
    color: #ffffff;
}

.tabtext {
    background-color:#e5f0ea;
	padding: 5px 8px 5px 8px;
    font-size:11px;
    color: #666666;
}

.tabhinweis {
    background-color:#006633;
    background-image:url(../images/mbg.jpg);
	padding: 0px 5px 2px 5px;
    font-size:12px;
	line-height:16px;
    font-weight: bold;
    color: #ffffff;
}

.tablinie {
	padding: 0px 0px 0px 0px;
    background-color:#006633;
}

.pic {
  background: #ffffff;
  padding: 0px 0px 0px 0px;
  border: 1px solid #006633;
}

.pictitle {
    font-size:9px;
}


