/* Oberhalb jedes Befehls steht eine Kurzerklaerung*/

/* Body Hintergrund Farbe etc*/
body      {
	font-size: 8pt;
	font-family: Verdana, Arial;
	color: #000000;
	scrollbar-face-color:#FFF97C;
	scrollbar-highlight-color:#B1B1B1;
	scrollbar-3dlight-color:#FFF97C;
	scrollbar-darkshadow-color:#858585;
	scrollbar-shadow-color:#CBCBCB;
	scrollbar-arrow-color:#EC008C;
	scrollbar-track-color:#B9E1F8;
/* 	background-color: #0073B9;*/
        background-image: url(../medien/724/medien_8876.gif);
	margin:0px;
	
	 }


/* Farbe für Textfeld  > class="textfeld1" < an Textfeld kopieren */
.textfeld1 {
	background-color: white;
	color: #333333;
	border: 1px solid #000000;

	}
	
/* Farbe für Button  > class="button" < an Button kopieren */
.button {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;

	}

/* Farbe für Textfeld  > class="textfeld2" < an Textfeld kopieren */
.textfeld2 { 
	 border: 1px solid #000000;
	  background-color: #ffffff;
	  }

.tableBorder {
	border: 1px solid #F0F0F0;
}


/* Haupt: Tabelle */ 
.firmaticTabelle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #F0F0F0;
	background-position: center center;
        background-color: #FFFFFF;
        padding:10px 10px 10px 10px;
}


/* Haupt: Tabellenkopf */
.firmaticHead {
	background-color: #FFFFFF;
	font-weight: 300;
	color: #FFFFFF;

}


/* Navigation oben */ 
.firmaticNaviOben {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

/* Content Spalte mitte */ 
.firmaticContentMitte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: none;
        background-color: #FFFFFF;
        line-height: 1.5; 

}



.firmaticContentMitte a {
	color: #000000;
	text-decoration: none;
}

.firmaticContentMitte a:hover {
	color: #ff0000;
	text-decoration: none;
}





/* Content Spalte rechts */ 
.firmaticContentRechts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
        background-color: #FFFFFF;
}

/* Footer unten */ 
.firmaticFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #C0C0C0;
        background-color: #FFFFFF;
	width: 980px;
        padding:10px 10px 10px 10px;

}


.firmaticFooter a {
	color: #C0C0C0;
	text-decoration: none;
}

.firmaticFooter a:hover {
	color: #ff0000;
	text-decoration: none;
}


/* Navigation links */ 
.firmaticNaviLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #45B7ED;
	background-color: #F1FAFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

/* Ausserhalb der Haupttabelle */ 
.firmaticAussen {
	position: static;
	border: none;
	padding: 0px;
	width: 1024px;
        background-image: url(../Schatten-NEU.jpg);  
}

/* Innere Tabelle für kompletten Contentbereich */ 
.firmaticTabelleContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #FFFFFF;
}



/* css für baum menue */
.treemenue {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
        color:#000000;
	white-space: nowrap;
}
.treemenue img {
	border: 0px;
	vertical-align: middle;
}
.treemenue a {
	color: #000000;
	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: #0053a9;
	text-decoration: underline;
}
.treemenue a.nodeSel {
	background-color: #F0F0F0;
}
.treemenue .clip {
	overflow: hidden;
}



/* Kategorie Content mitte  */ 
.firmaticKatTabelle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	border-top: none #45B7ED;
	border-right: none #45B7ED;
	border-bottom: none #45B7ED;
	border-left: none #45B7ED;
        line-height: 1.5; 
}

/* Kategorie Content mitte Überschrift */ 
.firmaticKatUeberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #5F5F5F;
	border-bottom-style: solid;
	border-bottom-color: #E46062;
	border-bottom-width: 1px;
}

.firmaticNewsUeberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #5F5F5F;
        background-color: #C6E7FB;
	border-bottom-style: solid;
	border-bottom-color: #45B7ED;
	border-bottom-width: 1px;

}




/* Kategorie Content mitte Contentbereich  */ 
.firmaticKatContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
        border-bottom-style: none;
	border-bottom-color: #04345C;
	border-bottom-width: 1px;
        line-height: 1.5; 
}



.firmaticKatContent a {
	color: #000000;
	text-decoration: none;
}

.firmaticKatContent a:hover {
	color: #ff0000;
	text-decoration: none;
}



/* Kategorie Content rechts  */ 
.firmaticKatTabelleRechts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	border: 1px solid #45B7ED;
        background-color: #F1FAFF;
}

/* Kategorie Content rechts Contentbereich  */ 
.firmaticKatContentRechts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}



.firmaticContentRechts a {
	color: #000000;
	text-decoration: none;
}

.firmaticContentRechts a:hover {
	color: #ff0000;
	text-decoration: none;
}



/* Kategorie Content rechts Überschrift  */ 
.firmaticKatUeberschriftRechts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;


}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}