﻿body {
	background-color: #FEF3DD;
	font:normal 12px/140% Verdana, Arial, Helvetica, sans-serif;
	margin:8px 0;
}

p {
	margin: 0;
	clear: left;
}

a:link,
a:visited {
	text-decoration: underline; /* fix */
	color:#BA5600; 
}

a:active, 
a:hover {
	text-decoration:none; /* fix */
	color: #BA5600;
}

fieldset {
	padding: 0 10px 4px;
	border: 1px solid #CCCCCC;
}

legend {
	padding: 1px 0 4px;
	background: #EBEFFB;
	border: 1px solid #BBBDD6;
	width: 170px;
	text-align: center;
	margin-left: 20px;
}

.unsichtbar {
	border: none;
}

.unsichtbar:hover {
	border: none;
}

.navi {
	float: left;
	padding-left: 20px;
}

.butto {
	width: 125px;
	height: 30px;
	font-size: 14px;
	padding: 3px;
	border: 1px dashed #AAAAAA;
	background-color: #FEF3DD;	
	background-repeat: no-repeat ! important;
	background-position: 2px center ! important;

}

.icon_fehler:hover {
	border: 1px dashed #AAAAAA;
}

label {
	display: block;
	float: left;
	width: 140px;
}
	
fieldset:hover,
input:hover,
input:focus,
input:active {
	border: 1px solid #000000;
}

input,
select {
	background-color: white;
	padding: 3px;
	margin: 4px 0;
	border: 1px dashed #AAAAAA;
}

input[type="checkbox"] {
	background-color: transparent;

}
	
p.abstand {
	margin: 0;
	height: 14px;
	clear: left;
	padding: 0;
}

img.header {
	position:absolute;
	top: 0px;
	right: 0px;	
	border-style: solid;
	border-width: 1px;
	float:right;
}

table  {
	border-collapse:collapse;
}

tr.pointer {
	cursor: pointer;
}

tbody tr:hover {
	background-color: #FFFAF0;
}

th {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color: black;
	color: #8B4513;
	font-weight: normal;
	text-align: left;
}

td {
	padding-top:2px;
	padding-bottom:2px;
}

.hr {
	border-bottom-style:dashed;
	border-bottom-width:1px; /* fix */
	border-color: #CCCCCC;
	height: 1px;
}

.schrift_8 {
	font-size: 8px ! important;
}

.schrift_9 {
	font-size: 9px ! important;
}

.schrift_10  {
	font-size: 10px;
}

.schrift_11 {
	font-size: 11px;
}

.schrift_15 {
	font-size: 15px;
}

.schrift_fett {
	font-weight: bold;
}

.schrift_gruen {
    color: #429B00;
}

.schrift_grau  {
	color: #8A8A8A;
}

.schrift_braun  {
	color: #8B4513;
}

.schrift_blau {
	color: #29479f;
}

.schrift_schwarz  {
	color: #000000;
}

.schrift_center  {
	text-align: center;
}

.schrift_rechts {
	text-align:right;
}

.rahmen_rechts {
	border-right: 1px black solid;
}

.platz {
	padding-top: 4px;
	padding-bottom: 4px;
}

.ausgeblendet {
	display: none;
}

.nichtsichtbar {
	visibility: hidden;
}

.umgebunglinks {
	float: left;
}

.fehler  {
	background-color: #FFE4C4;
}

.fehlertext {
	color: #CE0000 ! important;
}

.hinweis  {
	background-color: #FFFACD;
}

.hinweistext {
	color: #FF9900;
}

.hover:hover {
	background-color: #FFFAF0;
}

.no_hover:hover,
.abstand:hover {
	background-color: transparent;
}
