body {
	background-color: #FFFFFF;
	color: #8D0202;
	font-family: Verdana, sans-serif;
	margin: 0px;
    padding: 0px;
}

.content, input, textarea {
	font-size: 12px;
   	background-color: #FFFFFF;
	color: #8D0202;
	font-family: Verdana, sans-serif;
}

h2 {
	font-size: 14px;
    padding-top: 20px;
}

h3 {
	font-size: 12px;
    font-weight: bold;
    margin: 5px;
}


.tab-farbe th, .tab-farbe td {
	border-collapse: collapse;
	border-bottom: 1px solid #8D0202;
	border-spacing: 0px;
    padding: 5px;
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.tab-farbe td {
	border-left: 1px dotted #8D0202;
    padding-left: 15px;
}


.blind {
	border-collapse: collapse;
/*	border-style: 1px;*/
	border-spacing: 0px;
	width: 100%;
    height: 100%;
	padding: 0px;
	margin: 0px;
}

.line-a {
	border-left:1px solid #FF0303;
   	border-right:1px solid #8D0202;
    width: 2px;
}

.line-b {
	border-left:1px solid #A70000;
   	border-right:1px solid #1B0000;
    background:#8D0202;
    width: 2px;
}

.line-between {
	width:5px;
    background:#FFFFFF;
}

.top-text {
	font-size: 11px;
    height:10px;
    text-align: center;
}

.top-bar td,
.bottom-bar td,
.right-bar {
	background:#8D0202;
    color:#FFFFFF;
}

.right-bar {
	 width:94px;
     vertical-align:bottom;
}

.dieb-b {
	width:30px;
	text-align:right;
    vertical-align:bottom;
}


.bottom-bar a:link, .bottom-bar a:visited, .bottom-bar a:hover, .bottom-bar a:active, .bottom-bar a:focus {
	color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
}

#naviTertiary li, #naviTertiary ul {
	PADDING: 0px;
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
	VERTICAL-ALIGN: top;
   	FONT: 12px Verdana, sans-serif;
  	BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: left;
}

#naviTertiary a, #naviTertiary a:link, #naviTertiary a:visited, #naviTertiary a:focus, #naviTertiary a:active {
	FONT: bold 12px Verdana, sans-serif;
	COLOR: #8D0202;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #FFFFFF;
	DISPLAY: block;
	PADDING: 3px 3px 3px 8px;
    border: 1px solid #8D0202;
    margin-bottom: 8px;
}

#naviTertiary a:hover {
	BACKGROUND-COLOR: #8D0202;
    color: #FFFFFF;
}

A#active {
	background:#8D0202;
}

a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration:none;
    color:#454545;
}

.text-error { color: #FF0000; }
.text-ok { color: #8D0202; }