/* Verwendete Farben: 				*/
/* ================================ */
/* 	Schriftfarbe grau	#7C7B6A 	*/
/*	Hellgrau			#B3B29C		*/
/*  Gruen				#38630E		*/
/*  Hellgruen			#B0B04D		*/
/* ================================ */

/* DEF: normaler Bodytext und -hintergrund */
BODY{text-align:left;
font-family:Tahoma;
color:#7C7B6A;
font-size:10pt;
background-color:white;}

/* Schriftformatierung */
/* =================== */
/* DEF: normale Schrift */
p{font-family:Tahoma;
color:#7C7B6A;
text-align:left;
font-size:10pt;}

p.hervorgehoben{font-family:Tahoma;
color:#38630E;
text-align:left;
font-size:10pt;
font-weight:bold}

/* DEF: extra große Überschrift */
h1{text-align:center;
font-family:Tahoma;
color:#38630E;
font-size:20pt;
font-weight:bold}

/* DEF: Überschrift */
h2{font-family:Tahoma;
color:#B0B04D;
font-size:14pt;
text-align:center;
font-weight:bold}

/* DEF: Unterüberschrift */
h3{font-family:Tahoma;
color:#B3B29C;
font-size:10pt;
font-weight:bold;
table-layout:auto}

/* DEF: Fussnote */
h4{font-family:Tahoma;
color:#7C7B6A;
font-size:8pt}

/* Tabellenformatierung */
/* ==================== */
/* DEF: Tabelle als Gerüst */
table{border-style:none;
width:100%;
border-spacing:0px;}

/* DEF: Tabellenzelle Gerüst */
td{text-align:center;
padding:0px;}

/* DEF: Tabelle für Links */
table.links{border-style:none;
width:80%;
border-spacing:0px;}

/* DEF: Tabellenzelle für Links */
td.links{text-align:left;
padding:0px;}

/* DEF: Tabellenzelle fürs Menu links */
td.left{text-align:left;
padding:10px;
vertical-align:top;
background-image: url(images/background_left.jpg);}

/* DEF: Tabellenzelle rechts */
td.right{text-align:center;
padding:0px;
vertical-align:bottom;
background-image: url(images/background_right.jpg);}

/* DEF: Tabelle normal */
table.tb{border-color:#B3B29C;
border-style:solid;
border-width:thin;
width:100%}

/* DEF: Tabellenzelle normal */
td.tb{text-align:left;
padding:5px;
vertical-align:top}

/* DEF: hervorgehobene Tabelle mit Schrift */
table.table{border-color:#FFFFFF;
border-style:solid;
border-width:thin;
background-color:#7C7B6A}

/* DEF: hervorgehobene Tabellenzelle mit Schrift, MIT Rahmen*/
td.table{text-align:left;
padding:5px;
font-family:Tahoma;
color:#FFFFFF;
font-size:10pt;
vertical-align:top;
border-color:#FFFFFF;
border-style:solid;
border-width:thin}

/* DEF: hervorgehobene Tabellenzelle mit Schrift, OHNE Rahmen*/
td.tablenon{text-align:center;
padding:1px;
font-family:Tahoma;
color:#FFFFFF;
vertical-align:middle}

/* Linkformatierung */
/* ================ */
/* DEF: Links allgemein */ 
a{font-family:Tahoma;
color:#38630E;
font-size:10pt;
font-weight:bold}

/* DEF: Links allgemein bei MouseOver */ 
a:hover{font-family:Tahoma;
color:#B0B04D;
font-size:10pt;
font-weight:bold}

/* DEF: Links seitenintern */
a.site{font-family:Tahoma;
color:#7C7B6A;
font-size:13pt;
font-weight:bold;
text-decoration:none}

/* DEF: Links seitenintern bei MouseOver */
a.site:hover{font-family:Tahoma;
color:#B3B29C;
font-size:13pt;
font-weight:bold;
text-decoration:none}

/* DEF: Links seitenintern aktuell */
a.siteakt{font-family:Tahoma;
color:#38630E;
font-size:13pt;
font-weight:bold;
text-decoration:none}

/* DEF: Links seitenintern aktuell bei MoueseOver GLEICHBLEIBEND!!! */
a.siteakt:hover{font-family:Tahoma;
color:#38630E;
font-size:13pt;
font-weight:bold;
text-decoration:none}

/* DEF: Links in hervorgehobener Tabelle */
a.table{font-family:Tahoma;
color:#FFFFFF;
font-size:10pt;
font-weight:bold}

/* DEF: Links in hervorgehobener Tabelle bei MouseOver */
a.table:hover{font-family:Tahoma;
color:#B3B29C;
font-size:10pt;
font-weight:bold}

/* DEF: Seitenanfangslink */
a.anf{font-family:Tahoma;
color:#7C7B6A;
font-size:8pt;
font-weight:bold}

/* DEF: Seitenanfangslink bei MouseOver */
a.anf:hover{font-family:Tahoma;
color:#B3B29C;
font-size:8pt;
font-weight:bold}