/* Oberhalb jedes Befehls steht eine Kurzerklaerung*/

/* Body Hintergrund Farbe etc*/
body      {
	color: #9bbbe2;
	scrollbar-face-color:#E8E8E8;
	scrollbar-highlight-color:#B1B1B1;
	scrollbar-3dlight-color:#E8E8E8;
	scrollbar-darkshadow-color:#858585;
	scrollbar-shadow-color:#CBCBCB;
	scrollbar-arrow-color:#CBCBCB;
	scrollbar-track-color:#B1B1B1;
	background-color: #b3b3b3;
	margin:0px;
	font-family: Arial,Helvetica,sans-serif;
        font-size: 11px;
	 }

a:link {color: #135793; text-decoration:none;}
a:hover {color: #135793; text-decoration:underline;}


a.hellblau:link {color: #c3d7ef; text-decoration:none;}
a.hellblau:hover {color: #c3d7ef; text-decoration:underline;}


/* Farbe für Textfeld  > class="textfeld1" < an Textfeld kopieren */
.textfeld1 {
	background-color: #ffffff;
	color: #153f71;
	border: 1px solid #153f71;

	}
	
/* Farbe für Button  > class="button" < an Button kopieren */
.button {
	background-color: #ffffff;
	color: #153f71;
	border: 1px solid #153f71;

	}

/* Farbe für Textfeld  > class="textfeld2" < an Textfeld kopieren */
.textfeld2 { 
	 border: 1px solid #153f71;
	  background-color: #ffffff;
	  }

.tableBorder {
	border: 1px solid #000000;
}


/* Haupt: Tabelle */ 
.firmaticTabelle {
	font-size: 8pt;
	border: 1px solid #c6c6c6;
	background-position: center center;
        background-color: #F9F9F9;
font-family: Arial,Helvetica,sans-serif;
}


/* Haupt: Tabellenkopf */
.firmaticHead {
	background-color: #FFFFFF;
	font-weight: 300;
	color: #FFFFFF;
font-family: Arial,Helvetica,sans-serif;
}


/* Navigation oben */ 
.firmaticNaviOben {
	font-size: 8pt;
	font-weight: normal;
}

/* Content Spalte mitte */ 
.firmaticContentMitte {
	font-size: 8pt;
	border: none;
        background-color: #F9F9F9;
font-family: Arial,Helvetica,sans-serif;
}

/* Content Spalte rechts */ 
.firmaticContentRechts {
	font-size: 7pt;
        background-color: #F9F9F9;
font-family: Arial,Helvetica,sans-serif;
}

/* Footer unten */ 
.firmaticFooter {
        color: #9bbbe2;
	font-size: 7pt;
}


/* Footer Links */ 

.firmaticFooter a {
	color: #C0D2EC;
	text-decoration: underline;
font-family: Arial,Helvetica,sans-serif;
}

.firmaticFooter a:hover {
	color: #9bbbe2;
	text-decoration: underline;
font-family: Arial,Helvetica,sans-serif;
}


.firmaticFooter2 a {
	color: #C3C3C3;
	text-decoration: none;
font-family: Arial,Helvetica,sans-serif;
}

.firmaticFooter2 a:hover {
	color: #C3C3C3;
	text-decoration: underline;
}


.firmaticFooter2 a:active {
	color: #C3C3C3;
	text-decoration: none;
}

.firmaticFooter2 a:visited{
	color: #C3C3C3;
	text-decoration: none;
}






/* Navigation links */ 
.firmaticNaviLinks {
	font-size: 9pt;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #787878;
	background-color: #E9E9EC;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
font-family: Arial,Helvetica,sans-serif;
}

/* Ausserhalb der Haupttabelle */ 
.firmaticAussen {
	position: static;
	border: none;
	padding: 10px;
	width: 990px;
font-family: Arial,Helvetica,sans-serif;
}

/* Innere Tabelle für kompletten Contentbereich */ 
.firmaticTabelleContent {
	font-weight: normal;
	background-color: #F9F9F9;
font-family: Arial,Helvetica,sans-serif;
}



/* css für baum menue */
.treemenue {
	font-size: 9px;
	color: #9bbbe2;
	white-space: nowrap;
}
.treemenue img {
	border: 0px;
	vertical-align: middle;
}
.treemenue a {
	color: #9bbbe2;
	text-decoration: none;
}
.treemenue a.node, .treemenue a.nodeSel {
	white-space: nowrap;
	padding: 0px 0px 0px 0px;
}
.treemenue a.node:hover, .treemenue a.nodeSel:hover {
	color: #c3d7ef;
	text-decoration: underline;
}
.treemenue a.nodeSel {
	background-color: #c3d7ef;
    color: #153f71;
}
.treemenue .clip {
	overflow: hidden;
}



/* Kategorie Content mitte  */ 
.firmaticKatTabelle {
	font-weight: normal;
	border-top: none #787878;
	border-right: none #787878;
	border-bottom: none #136EC8;
	border-left: none #787878;
    color: #153f71;
font-family: Arial,Helvetica,sans-serif;

}

/* Kategorie Content mitte Überschrift */ 
.firmaticKatUeberschrift {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #136EC8;
	border-bottom-width: 1px;
    color: #153f71;
font-family: Arial,Helvetica,sans-serif;
}
.startseite .firmaticKatUeberschrift {
   border: 0;
}

/* Kategorie Content mitte Contentbereich  */ 
.firmaticKatContent {
	font-weight: normal;
	border-bottom-style: none;
	border-bottom-color: #136EC8;
	border-bottom-width: 1px;
    color: #153f71;
    padding: 3px;
font-family: Arial,Helvetica,sans-serif;
}

/* Kategorie Content rechts  */ 
.firmaticKatTabelleRechts {
	font-size: 7pt;
	font-weight: normal;
	border: 1px solid #787878;
        background-color: #153f71;
    color: #9bbbe2;
font-family: Arial,Helvetica,sans-serif;
}

/* Kategorie Content rechts Contentbereich  */ 
.firmaticKatContentRechts {
	font-size: 7pt;
	font-weight: normal;
    color: #c3d7ef;
font-family: Arial,Helvetica,sans-serif;
}

/* Kategorie Content rechts Überschrift  */ 
.firmaticKatUeberschriftRechts {
	font-size: 7pt;
	font-weight: bold;
    color: 9bbbe2;
font-family: Arial,Helvetica,sans-serif;
}
table {
   font-size: 11px;
   text-align: left;
font-family: Arial,Helvetica,sans-serif;
}
