/* Oberhalb jedes Befehls steht eine Kurzerklaerung*/

/* Body Hintergrund Farbe etc*/
body      {
	font-size: 8pt;
	font-family: Verdana, Arial;
	scrollbar-face-color:#B1B1B1;
	scrollbar-highlight-color:#B1B1B1;
	scrollbar-3dlight-color:#DBDBDB;
	scrollbar-darkshadow-color:#B1B1B1;
	scrollbar-shadow-color:#DBDBDB;
	scrollbar-arrow-color:#DBDBDB;
	scrollbar-track-color:#B1B1B1;
/*	background-color: #0073B9; */
        background-image: url(../medien/780/medien_9383.gif);
	margin:0px;
}



/* Farbe für Textfeld  > class="textfeld1" < an Textfeld kopieren */
.textfeld1 {
	background-color: white;
	color: #333333;
	border: 1px solid #626262;

	}
	
/* Farbe für Button  > class="button" < an Button kopieren */
.button {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #626262;

	}

/* Farbe für Textfeld  > class="textfeld2" < an Textfeld kopieren */
.textfeld2 { 
	 border: 1px solid #04345C;
	  background-color: #FFFFFF;
	  }

.tableBorder {
	border: 1px solid #626262;
}


/* Haupt: Tabelle */ 
.firmaticTabelle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #626262;
	background-position: center center;
        background-color: #ffffff;
}


/* 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-color:#000000;
	font-weight: normal;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #626262;
/*	background-color: #B2B4C8;  */
        background-image: url(..//medien/487/medien_5282.gif);
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*.navigation_oben2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
        color:#000000;   
        background-color: #ffffff;
        border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #626262;}*/

/* Content Spalte mitte */ 
.firmaticContentMitte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
        color:#000000;   
        background-color: #FFFFFF;
        border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #EBEBEB;
}

/* Content Spalte rechts */ 
/*.firmaticContentRechts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
        color:#000000;
        background-color: #FFFFFF;
}*/

/* Footer unten */ 
.firmaticFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
        color: #5f5f5f;
}

/* Footer Links */ 

.firmaticFooter a {
	color: #5f5f5f;
	text-decoration: underline;
}

.firmaticFooter a:hover {
	color: #FF0000;
	text-decoration: underline;
}



/* Navigation links */ 
.firmaticNaviLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
        font-color:#000000;
	font-weight: normal;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #626262;
	background-color: #EDEDED;
	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: 10px;
	width: 990px;
}

/* Innere Tabelle für kompletten Contentbereich */ 
.firmaticTabelleContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
        color:#000000;
	font-weight: normal;
	background-color: #FFFFFF;
}



/* css für baum menue */
.treemenue {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
        color:#000000;
	white-space: nowrap;
}
.treemenue img {
	border: 0px;
	vertical-align: middle;
}
.treemenue a {
	color: #000000;
	text-decoration: underline;
}
.treemenue a.node, .treemenue a.nodeSel {
	white-space: nowrap;
	padding: 0px 0px 0px 0px;
}
.treemenue a.node:hover, .treemenue a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.treemenue a.nodeSel {
	background-color: #99B7D9;
}
.treemenue .clip {
	overflow: hidden;
}



/* Kategorie Content mitte  */ 
.firmaticKatTabelle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
        color:#000000;
	font-weight: normal;
	border-top: none #626262;
	border-right: none #626262;
	border-bottom: none #626262;
	border-left: none #626262;
}

/* Kategorie Content mitte Überschrift */ 
.firmaticKatUeberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
        color:#000000;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #626262;
	border-bottom-width: 1px;
}

/* Kategorie Content mitte Contentbereich  */ 
.firmaticKatContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
        color:#000000;
	font-weight: normal;
        border-bottom-style: none;
	border-bottom-color: #04345C;
	border-bottom-width: 1px;
}

/* Kategorie Content rechts  */ 
.firmaticKatTabelleRechts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
        color:#000000;
	font-weight: normal;
	border: 0px solid #626262;
	background-color: #EDEDED;
}

/* Kategorie Content rechts Contentbereich  */ 
.firmaticKatContentRechts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
        color:#000000;
	font-weight: normal;
}

/* Kategorie Content rechts Überschrift  */ 
.firmaticKatUeberschriftRechts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
        color:#FFFFFF;
	font-weight: bold;
	border: 2px solid #626262;
	background-color: #626262;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* Kategorie Content links  */ 
.firmaticKatTabelleLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
        color:#000000;
	font-weight: normal;
	border: 0px solid #626262;
	background-color: #FFFFFF;
}

/* Kategorie Content links Contentbereich  */ 
.firmaticKatContentLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
        color:#000000;
	font-weight: normal;
	background-color: #FFFFFF;
}

/* Kategorie Content links Überschrift  */ 
.firmaticKatUeberschriftLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
        color:#FFFFFF;
	font-weight: bold;
	border: 2px solid #626262;
	background-color: #626262;
}


.sitemap_nojs a {
color:#0033ff;
text-decoration: underline;
}
.sitemap_nojs a:hover {
color:#000000;
text-decoration: none;
}

/* Bildergalerie Index Anfang */
.firmatic_gallery_column_css {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;
	color: #000000;
        border-width: 0px 0px 0px 0px;
        border-color: #FFFFFF;
        border-style: solid;
}

.firmatic_gallery_image_css{
        border-width: 1px 1px 1px 1px;
        border-color: #FFFFFF;
        border-style: solid;
}

.firmatic_gallery_content_css{
        border: none solid #FFFFFF;
}
.firmatic_gallery_link_css a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
        text-decoration: none;
}
.firmatic_gallery_link_css a:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
        text-decoration: none;
}
/* Bildergalerie Index Ende */

