* {padding:0px; margin:0px;}

body {
	background-color: #dadada;
	color: #5F5033;
	font-size: 0.8em;
	font-family: Verdana;
}

h1 {
	color: #853418;
	font-weight: normal;
	font-size: 2.2em;
	text-align: center;
}

h2 {
	color: #853418;
	font-weight: normal;
	font-size: 1.2em;
}

/* Style Grundgerüst ---------------------------------------------------------*/

#content {
	width: 990px;
	margin: auto;
	background-color: #F3F1EE;
}
/*#F8F5F0, 853418*/
#kopf_ueberschrift {
	font-family: Book Antiqua, Times New Roman;
	font-size: 26pt;
	font-weight: bold;
	color: #5F5033;
	padding: 20px 0px;
	text-align: center;
	font-style:italic;
}

#rahmen {
	border: 4px solid #853418;
	border-bottom: 0px;
}

#contextleft {
	float: left;
	width: 170px;
	padding-top: 20px;
}

#contextright {
  	margin-left: 176px;
	border-left: 8px solid #853418;
	background-color: #ffffff;
	padding: 10px;
	height: 400px;
}

#contextright[id] {
	height: auto;
	min-height: 400px;
}

#footer {
	clear: both;
	color: #ffffff;
	font-size: 10px;
 	height: 12px;
 	line-height: 12px;
	background-color: #853418;
	padding: 2px 0px;
}

#contextright hr {
	border: 1px solid #ADBDAD;
}
#contextright > hr, div hr {
	margin: 7px 0px;
}

a {
	text-decoration: underline;
	color:#006BFB;
}

a:hover {
	text-decoration: none;
	color:#5F5033;
}

/* Style Grundgerüst --------------------------------------------------------- Ende*/

/* Style Menues --------------------------------------------------------------*/

#menueleft {
	width: 155px;
 	margin-left: 10px;
	list-style-type:none;
}

#menueleft li ul{
	width: 155px;
	list-style-type:none;
}

#menueleft li {
	margin: 3px 0px;
}

#menueleft li ul li {
	margin: 3px 0px;
	padding-left: 20px;
	background-image: url('image/pfeil1.png');
	background-repeat: no-repeat;
}

#menueleft a {
	display: block;
	width: 145px;
	color: #ffffff;
	background-color: #853418;
	text-decoration: none;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
}

#menueleft li ul li a {
	display: block;
	width: 125px;
	color: #ffffff;
	font-size: 10pt;
	background-color: #853418;
	text-decoration: none;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
}

#menueleft a:hover {
	display: block;
	color: #000000;
	background-color: #ADBDAD;
	text-decoration: none;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
}

#menueleft li ul li a:hover {
	display: block;
	color: #000000;
	background-color: #F3F1EE;
	text-decoration: underline;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
}

/* Style Menues -------------------------------------------------------------- Ende */

/* Style Tabellen -------------------------------------------------------------- Ende */

#allgemein_table {
	width:770px;
	border: 1px solid #000000;
	border-right: 0px;
	border-top: 0px;
	margin:auto;
}

#allgemein_table td {
	border-right:1px solid #000000;
	padding: 5px 0px 5px 3px;
}

#allgemein_table th {
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	padding: 2px 0px 2px 3px;
}

#allgemein_table th a{
	text-decoration: none;
	color:#5F5033;
}

#allgemein_table th a:hover{
	text-decoration: underline;
	color:#006BFB;
}

#allgemein_table tr:hover {
	background:#CCFFCC;
}
/* Style Tabellen -------------------------------------------------------------- Ende */

#kern_formular fieldset {
	margin: auto;
	width: 500px;
}

#kern_formular legend {
	color:#1B4F8F;
	font-weight:bold;
}

#kern_formular fieldset br {
  clear: left;
}

#kern_formular label {
	display: block;
	float: left;
	width: 160px;
	font-weight: bold;
	text-align:right;
}

#kern_formular input,#kern_formular select,#kern_formular submit,#kern_formular textarea {
	width: 300px;
	border: 1px solid #9B5A1A;
	color: #00523f;
}

#kern_formular input.checkbox {
	width: auto;
 	border:0 none;
}

#kern_formular[id] input,#kern_formular[id] select,#kern_formular[id] submit,#kern_formular[id] textarea {
	margin: 1px 0px;
}

.liste_status {
	list-style-type:none;
}
.liste_status li {
	float: left;
	width: 35%;
	line-height: 25px;
}
