/* ***** Allgemeine Textgröße und Hintergrund ***** */
body
	{
    background: #FFFFFF;
    font-family: Arial;
    font-size: 13px;
	}

table
	{
    font-family: Arial;
    font-size: 13px;
	}

/* ***** Überschrift mit Hintergrund - Tabellenfeld ***** */
.text_topic
	{
	background-color: #D5E9B6;
	line-height: 26px;
    font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	padding-left: 10px;
	}

/* ***** Hintergrund für den linken Streifen ***** */
.left_menu
	{
	background-image: url(../grafik/left_background_green.jpg);
    /* background: #E8F1DC; */
    width: 180px;
	}

/* ***** Verschiedene Textgrössen ***** */
.text_xs
	{
	font-family: Arial;
	font-size: 2px;
	color: #000000;
	}

.text_s
	{
	font-family: Arial;
	font-size: 4px;
	color: #000000;
	}

.text_m
	{
	font-family: Arial;
	font-size: 6px;
	color: #000000;
	}

.text_l
	{
	font-family: Arial;
	font-size: 8px;
	color: #000000;
	}

.text_xl
	{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	}

.text_xxl
	{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	}

.text_normal
	{
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	}

.text_normal_bold
	{
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	}

.text_normal_white
	{
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	}

.text_normal_red
	{
	font-family: Arial;
	font-size: 13px;
	color: #CC0000;
	}

.text_normal_green
	{
	font-family: Arial;
	font-size: 13px;
	color: #09773D;
	}

.text_normal_blue
	{
	font-family: Arial;
	font-size: 13px;
	color: #0054A6;
	}

.text_normal_orange
	{
	font-family: Arial;
	font-size: 13px;
	color: #E98921;
	}

/* ***** Fehlermeldungen ***** */
.error_message
	{
	padding-top: 2px;
	font-family: Arial;
	font-size: 13px;
    color: #EE0000;
    }

/* ***** Menü im Header ***** */
.top_menu_cell
	{
	background-color: #B6DD7E;
    text-align: center;
	vertical-align: middle;
	}

#top_menu a
	{
	display: block;
	background-color: #B6DD7E;
    text-align: center;
	vertical-align: middle;
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	width: 178px;
	border-bottom: 0px;
    }

#top_menu a:visited
	{
    background-color: #B6DD7E;
	color: #000000;
    text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	width: 178px;
	border-bottom: 0px;
    }

#top_menu a:active
	{
    background-color: #B6DD7E;
	color: #000000;
    text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	width: 178px;
	border-bottom: 0px;
	}

#top_menu a:hover
	{
	background-color: #DDF1C2;
	color: #000000;
    text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	width: 178px;
	border-bottom: 0px;
	}

/* ***** Menü im Footer ***** */
.down_menu
	{
	font-family: Arial;
	font-size: 13px;
    color: #DDF1C2;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 0px;
    }
a.down_menu:active
	{
    color: #DDF1C2;
    text-decoration: none;
    border-bottom: 0px;
	}
a.down_menu:link
	{
    color: #DDF1C2;
    text-decoration: none;
    border-bottom: 0px;
	}
a.down_menu:visited
	{
    color: #DDF1C2;
    text-decoration: none;
    border-bottom: 0px;
	}
a.down_menu:hover
	{
    color: #9CD649;
    text-decoration: none;
    border-bottom: 0px;
	}

/* ***** Copyright Hinweis darf nicht verändert werden!! ***** */
.copyright
	{
	font-family: Arial;
	font-size: 10px;
    color: #005500;
    border: 0px;
	}
a.copyright:active
	{
    color: #005500;
    text-decoration: none;
    border: 0px;
	}
a.copyright:link
	{
    color: #005500;
    text-decoration: none;
	border: 0px;
	}
a.copyright:visited
	{
    color: #005500;
    text-decoration: none;
	border: 0px;
	}
a.copyright:hover
	{
    color: #005500;
    text-decoration: underline;
	border: 0px;
	}

/* ***** Allgemeine Links im Text etc. ***** */
a:active
	{
	text-decoration: none;
	color: #000000;
	border-bottom: 1px #000000 solid;
	}
a:link
	{
	text-decoration: none;
	color: #000000;
	border-bottom: 1px #000000 solid;
	}
a:visited
	{
	text-decoration: none;
	color: #000000;
	border-bottom: 1px #000000 solid;
	}
a:hover
	{
	text-decoration: none;
	color: #000000;
	border-bottom: 1px #71AA1F solid;
	}

/* ***** Absendeknopf für Formulare und normale Links ***** */

.button
	{
	font: 12px Arial;
	align: center;
	text-align: center;
	vertical-align: middle;
	background: #E6F0D8;
	border: 1px solid #5E8A20;
	height: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
	cursor: pointer;
	}

a.button:link
    {
	font: 12px Arial;
	align: center;
	text-align: center;
	vertical-align: middle;
	background: #F0FBFE;
	border: 1px solid #5E8A20;
	height: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
	cursor: pointer;
	}

a.button:visited
    {
	font: 12px Arial;
	align: center;
	text-align: center;
	vertical-align: middle;
	background: #F0FBFE;
	border: 1px solid #5E8A20;
	height: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
	cursor: pointer;
	}

a.button:hover
    {
	font: 12px Arial;
	align: center;
	text-align: center;
	vertical-align: middle;
	background: #F0FBFE;
	border: 1px solid #5E8A20;
	height: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
	cursor: pointer;
	}

/* ***** Tabellenhintergund für unteres Menü und Statusleiste ***** */
.top_down_table_color
	{
	background-color: #777777;
	}

/* ***** Tabellenkopf - Erste Zeile mit Überschriften ***** */
.headline
	{
	background-color: #406309;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	}

/* ***** Zellfarben einer Tabelle ***** */
.tb_row_color_1
	{
	background-color: #F0F7E7;
	}

.tb_row_color_2
	{
	background-color: #E2EFCF;
	}

/* ***** Tabellenfuß - Zusammenfassung von Daten ***** */
.footline
	{
	background-color: #C4DF9B;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	}

/* ***** Anzeige von Zusatzinformationen ***** */
#dhtmltooltip
	{
	border-right: black 2px solid;
	border-left: black 2px solid;
	border-top: black 2px solid;
	border-bottom: black 2px solid;

	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;

	background-color: #FFFFFF;

	position: absolute;
	z-index: 100;

	visibility: hidden;
	}