#kopf {
}
#kopf h3 {
	font-size: small;
	font-weight: normal;
	font-variant: small-caps;
	background-color: #EEEEEE;
	float: left;
}
.balken h1 {
	font-weight: bold;
}
.balken h2 {
	font-weight: bold;
}
.balken h2, -balken h3 {
	text-align: left;
}
h1 {
	font-size: medium;
}
h2 {
	font-size: small;
}
h3 {
	font-size: x-small;
}
h1, h2, h3 {
	margin-top: 0px;
}
#inhalt form table {
	margin-left: 10px;
	width: auto;
}
#inhalt form td {
	padding-right: 10px;
}
.backendForm form {
	margin: 0;
}
.backendForm {
	background-image: url(../img/basic/bg_menu1-69.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E9E9E9;
	border-top: 1px solid #bfbfbf;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFBFBF;
}
.backendForm h1, .backendForm h2, .backendForm h3, .backendForm h4 {
	margin-left: 10px;
}
#inhalt form input.eingabe, form textarea {
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-top: 1px;
	margin-bottom: 1px;
	border: 1px solid #f8c19b;
}
form select {
	margin-top: 1px;
	margin-bottom: 1px;
}
#inhalt ul {
	margin-bottom: 1.45em;
}
#inhalt ul span.verzeichnisInfo {
	font-weight: normal;
	font-style: italic;
	margin-bottom: 10px;
}
/*#inhalt a {
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}*/
.menu_links span.a {
	background-image: none;
	padding: 7px 10px;
	display: block;
	border-bottom: 1px solid #bfbfbf;
}

.fehler {
	background-color: #FFDDDD;
	color: #000000;
}

.warnung {
	background-color: #FFFFCC;
	color: #000000;
}

.erfolg {
	background-color: #DDFFDD;
	color: #000000;
}

div.erfolg,
div.warnung,
div.fehler {
	margin: 10px;
	padding: 5px;
}

.hilfe {
	color: #444444;
}

.debug {
	margin-left: 20px;
	color: #666666;
}

.debug pre {
	margin-left: 20px;
	color: #666666;
}

/* Neu von Georg fuer generische Formulare */

#inhalt .hilfe dl {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

#inhalt .hilfe dl dd {
	margin: 0px;
	margin-left: 30px;
	margin-top: 3px;
	margin-bottom: 5px;
	padding: 0px;
}

#inhalt form table {
	margin-left: 10px;
	width: 95%;
}

#inhalt form table.blind {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#inhalt form table.blind td {
	margin: 0px;
	padding: 0px;
}

#inhalt form select {
	height: 20px;
	font-weight: normal;
	font-size: small;
}

table.dyn6 td {
	width: 17%;
}

textarea.klein,
input.klein {
	padding: 1px;
	width: 33%;
}

textarea.mittel,
input.mittel {
	padding: 1px;
	width: 66%;
}

textarea.gross,
input.gross {
	padding: 1px;
	width: 100%;
}

/* Tabs */
ul.tab-group,
li.tab-page,
li.tab-page dl,
dt.tab-flag,
dd.tab-content {
	padding: 0px;
	margin: 0px;
}
ul.tab-group {
	list-style-type: none;
	position: relative;
}
dt.tab-flag {
	display: block;
	position: absolute;
	top: 0px;
	background-color: #E9E9E9;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}
li.tab-page dl.active dt.tab-flag {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#tab-page-insert dt {
	position: absolute;
	top: 0px;
	left: 0px;
}
#tab-page-search dt {
	position: absolute;
	top: 0px;
	left: 150px;
}
#tab-page-update dt {
	position: absolute;
	top: 0px;
	left: 300px;
}
dt.tab-flag a {
	display: block;
	width: 149px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
dd.tab-content {
	padding-top: 20px;
}

