﻿body {
	background-color: #CECFD1;
	font-family: Verdana;
	font-size: 11px;
	color: Navy;
}
td.BoxUeberschrift {
	color: navy;
	font-size: 12px;
	font-weight: bold;
}

.Table_Kopf {
	color: White;
	font-weight: bold;
	height: 25px;
	background-image: url("/images/skin/tab_fuss.gif");
}

.Table_Hell {
	background-color: white;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.Table_Dunkel {
	background-color: #f1f4fc;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

a.TopMenu:visited, a.TopMenu:link {
    font-family: Arial, Helvetica;
    font-size:  10px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
a.TopMenu:hover {
    font-family: Arial, Helvetica;
    font-size:  10px;
    font-weight: bold;
    color: red;
    text-decoration: underline;
}

a.normal:visited, a.normal:link {
    font-family: Verdana;
    font-size:  11px;
    font-weight: normal;
    color: navy;
    text-decoration: underline;
}
a.normal:hover {
    font-family: Verdana;
    font-size:  11px;
    font-weight: normal;
    color: red;
    text-decoration: underline;
}
a.normal_fett:visited, a.normal_fett:link {
    font-family: Verdana;
    font-size:  11px;
    font-weight: bold;
    color: navy;
    text-decoration: underline;
}
a.normal_fett:hover {
    font-family: Verdana;
    font-size:  11px;
    font-weight: bold;
    color: red;
    text-decoration: underline;
}

.button {
	background-color: #E0E0E0;
	border-style: solid;
	border-color: #7F9DB9;
	border-width: 1px;
}

.Eingabe_Box {
	border-style: solid;
	border-color: #7F9DB9;
	border-width: 1px;
}

.Box_Schrift {
	font-family: Arial, Helvetica;
    font-size:  11px;
    color: Navy;
    border-style: none;
    letter-spacing: 1px;
}

#Kein_JavaScript{
	font-size: 11px;
	font-weight: bold;
	background: url(/images/skin/error.gif) no-repeat 4px 4px;
	color: #BA111F;
	padding: 4px 8px 5px 22px;
	display: block;
	border-width : 1px;
	border-style: dotted;
	border-color: Red;
	width: 930px;
}
