/* Styleguides für TV Flein */
/* grün: #00A23B */
/* hellgrün: #BDEFA5 */
/* dunkelgrün: #9CBD84 */
/* grau: #CECECE */

/* Normaler Text, st=Standard Text */
.st {font-family:Verdana,Arial;font-size:10pt;color:#000000}

/* Small Normaler Text, sst=Small Standard Text */
.sst {font-family:Verdana,Arial;font-size:8pt;color:#000000}

/* Fetter Text, bt= Bold Text */
.bt {font-family:Verdana,Arial;font-size:10pt;color:#000000;font-weight:bold}

/* Big Fetter Text, bt= Bold Text */
.bbt {font-family:Verdana,Arial;font-size:12pt;color:#000000;font-weight:bold}

/* Small Fetter Text, bt= Small Bold Text */
.sbt {font-family:Verdana,Arial;font-size:8pt;color:#000000;font-weight:bold}

/* Large Text, st=Large Text */
.lt {font-family:Verdana,Arial;font-size:12pt;color:#000000}

/* Large Bold Text, st=Large Bold Text */
.lbt {font-family:Verdana,Arial;font-size:12pt;color:#000000;font-weight:bold}

/* Fat Text, ft=Fat Text */
.ft {font-family:Verdana,Arial;font-size:14pt;font-weight:bold;color:#000000}

/* Normaler Text kursiv, st=Standard Text */
.sti {font-family:Verdana,Arial;font-style:italic;font-size:10pt;color:#000000}

/* Quote Text */
q {font-family:Verdana,Arial;font-size:10pt;font-style:italic;color:#000000}


/* Topic 1 */
/* Wird benutzt für Hauptüberschriften, oben auf einer Seite */
h1 {font-family:Verdana,Arial;font-size:16pt;color:#000000;font-weight:bold;margin-top:10px;margin-bottom:10px}

/* Topic 2 */
/* Die Überschriften innerhalb des Textes */
h2 {font-family:Verdana,Arial;font-size:14pt;color:#000000;font-weight:bold;margin-top:10px;margin-bottom:10px}

/* Topic 3 */
/* Überschiften für Link-Sammlungen, oder Zusammenfassung von Stichworten */
h3 {font-family:Verdana,Arial;font-size:12pt;color:#000000;font-weight:bold;margin-top:10px;margin-bottom:10px}

/* Topic 4 */
h4 {font-family:Verdana,Arial;font-size:10pt;color:#000000;font-weight:bold;margin-top:10px;margin-bottom:10px}

/* Menu-Text */
.mt {font-family:Verdana,Arial;font-size:10pt;color:#000000}

/* Unsorted List mit Square Symbol */
ul {list-style-type:square}


/* navigation-link */
.nl {font-family:"Verdana";font-size:7pt;color:white}

/* Topic-Cell 1 */
.tc1 {font-family:"Verdana";font-size:16pt;font-weight:bold;color:#000000}

/* Topic-Cell 2 */
.tc2 {font-family:"Verdana";font-size:12pt;font-weight:bold;color:#000000}

/* Topic-Cell 1 */
.tc3 {font-family:"Verdana";font-size:10pt;font-weight:bold;color:#000000}

/* Data-Cell */
.dc {font-family:"Verdana";font-size:10pt;color:#000000}


/* Copyright Message */
.copyright {font-family:"Verdana";font-size:7pt;color:white;font-weight:normal}
.copyright2 {font-family:"Verdana";font-size:7pt;color:black;font-weight:normal}


a {text-decoration:underline; color:black}
a:hover {text-decoration:underline}
/*a:visited {text-decoration:none; color:#7E0012} 
a:active {text-decoration:none; color:#7E0012} */

a.menu {text-decoration:none; color:black}
a.menu:hover {text-decoration:underline}

a.newslink {text-decoration:none; font-style:italic; color:black}
a.newslink:hover {text-decoration:underline; font-style:italic}


body {
	margin:10;
	font-family:Verdana, Arial, Helvetica;
	font-size:10pt;
	color:black;
	text-decoration:none;
/*	background-color:#15FF68; */
	background-image:url(/images/bglogo.gif);
}

.indent {
	margin-left:30;
}

.menu {
	font-family:Verdana,Arial;
	font-size:10pt;
	background-color:#00A23B;
	color:black;
}

.abteilunghead {
	background-color:#00A23B;
	font-size:10pt;
	font-weight:bold;
}

.abteilungdata {
	background-color:#CECECE;
}

.row1 {
	background-color:#DEDEDE;
}

.row2 {
	background-color:#CECECE;
}