/*
	dokument
*/
body {
		margin: 0;
		padding: 0;
		font-family: arial,sans-serif;
		font-size: 11px;
}

h1 {
	 color: #D2001C;
	 font-size: 16px;
	 margin: 6px 0 2px 0;
	 font-weight: bold; 
}

h2 {
	 color: #000000;
	 font-size: 12px;
	 margin: 2px 0 10px 0;
}

hr {
	margin: 8px 0 8px 0;
	padding: 0;
	border: 0;
	height: 1px;
	background-color: #D2001C;
	color: #D2001C;
}

img {
	border: 0;
}

/*
	menu bzw seitenkopf
*/

#kopf {
		float: left;
		min-height: 75px;
		width: 980px;
		background-color: #D2001C;
}

#kopf ul {
		margin: 10px 0 10px 25px;
		padding: 0;
}

#kopf ul li {
		margin: 0 0 0 15px;
		padding: 0;
		color: #FFFFFF;
		list-style-type: square;
		font-family: arial,sans-serif;
		font-size: 12px;
		font-weight: bold;
}

#kopf ul li a {
		color: #FFFFFF;
		text-decoration: none;
}

#kopf li a:hover {
		text-decoration: underline;
}

#kopf ul li ul  {
	position: relative;
	left: 140px;
	top: -15px;
	padding: 0;
	margin: 0;
}

#kopf ul li ul li ul {
	position: absolute;
	left: 150px;
	top: 0px;
}

/*
	fuss
*/
#fuss {
		float: left;
		width: 980px;
}

#fuss img {
		float: left;
		position: relative;
		top: 23px;
		padding-left: 5px;
		padding-right: 5px;
		background: white;
}

#fuss_inner {
		float: right;
		height: 23px;
		width: 100%;
		background-color: #D2001C;
		text-align: right;
}

#fuss_inner_text {
		padding: 0 10px 0 85px;
		line-height: 25px;
		color: #FFFFFF;
		font-weight: bold;
		float: right;
}

#fuss_inner_text a {
		color: #FFFFFF;
		text-decoration: none;
}

#fuss_inner_text a:hover {
		text-decoration: underline;
}

.clear {
		clear: both;
}

/*
	content
*/

.list_gefiltert {
	background-color: #D2001C;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	width: 99%;
	clear: both;
	margin-bottom: 10px;
}

#content {
		margin: 10px 0 10px 25px;
		width: 955px;
}

#content table {
	width: 100%;
	margin: 0;
	padding: 0;
}

#content th,td {
	text-align: left;
	padding: 4px 4px 4px 4px;
	border-right: solid 1px #D2001C;
	vertical-align: top;
	margin: 0;
}

#content th {
	border-bottom: solid 2px #D2001C;
	vertical-align: bottom;
}

#content table .row0 {
	background: #EFEFEF;
}

#content table .row1 {
	background: #d4d4d4;
}

#content table .row0:hover {
	background: #e2ebfa;;
}

#content table .row1:hover {
	background: #e2ebfa;;
}

#content .lastcolumn {
	border-right: 0;
}

#content th a {
	color: black;
	font-weight: normal;
}

#content a {
	color: #D2001C;
	font-weight: normal;
	text-decoration: none;
}

#content a:hover {
	color: #000000;
	font-weight: normal;
}

.cell_list {
	padding: 0;
	margin: 0;
	border: none;
}

.cell_list td{
	padding: 0;
	margin: 0;
	border: none;
	line-height: 11px;
}

.tableWithoutBorder {

}

.tableWithoutBorder th,td {
	border: 0;
}

/*
	formular
*/
#mainform {
	float: left;
	margin: 5px 0 2px 0;
	padding: 15px 15px 15px 0;
	width: 925px;
}

#mainform .spalte {
	float: left;
	width: 445px;
	padding: 0 15px 0 0;
}

#mainform fieldset {
	margin: 3px;
	padding: 3px;	
	float: left;
	width: 350px;
	padding: 0 15px 0 0;
	color:  #D2001C;
}

#mainform label {
    display: block;

	float: left;
	width: 130px;
	padding-top: 4px;
	color:  #000000;;
	font-weight: bold;
}

#mainform .labelError {
	color:  red;
}

#mainform .input {
	clear: both;
	float: left;
	margin-bottom: 10px;
	width: 350px;
}

#mainform .radio {
	clear: both;
}

#mainform .inputgruppe {
	float: left;
	width: 210px;
}

#mainform .inputgruppe label {
	clear: none;	
	width: auto;
	display: inline;
	padding: 0;
	font-weight: normal;
	float: left;
}

#mainform .eingabe {
	border: solid 1px white;
	border-color:  #000000  #EFEFEF  #EFEFEF #000000;
	font: 12px/14px Helvetica,Arial,sans-serif;
	padding: 4px 4px 1px 4px;
	margin: 0;
	margin: 0;
	width: 260px;
	float: left;
	font-weight: normal;
}

#mainform .hintercheckbox {
	position: relative;
	top: -2px;
	left: 5px;
}

#mainform .hintertextfeld {
	margin-left: 3px;
	position: relative;
	top: 5px;
}


#mainform .submits {
	background: url("/images/forms/submitbg.gif");
	height: 20px;
	border: solid 1px #45C00A;
	border-color: #45C00A #297306 #297306 #45C00A;
	padding: 0 4px 0 4px;
	font: bold 12px/14px Helvetica,Arial,sans-serif;
	color: white;
	margin: 0;
}

#mainform h2 {
	padding: 0px 4px 18px 0px;
}

#mainform hr {
	display: block;
	width: 350px;
	clear: both;
	line-height: 1px;
	float: left;
		
	/*
	color:  #D2001C;
	width: 350px;
	background-color:  #D2001C;
	height: 1px;
	clear: both;
	
	padding: 0;

	line-height: 0px;
	*/
}

*html #mainform hr {
	margin-top: -3px;
	margin-bottom: 3px;
}


#mainform .eingabe_ajax {
	border: solid 1px white;
	border-color:  #000000  #EFEFEF  #EFEFEF #000000;
	font: 12px/14px Helvetica,Arial,sans-serif;
	padding: 4px 4px 1px 4px;
	margin: 9px 0 0 0;
	width: 260px;
	float: left;
	font-weight: normal;
	
	position: absolute;
	height: auto;
	background-color:  #D2001C;
	color: #FFFFFF;
	
	border-top: 0px;	
}

*html #mainform .eingabe_ajax {
	margin: 0;
}

#mainform .eingabe_ajax hr {
	color:  #FFFFFF;
}

fieldset {
	border: 1px solid #D2001C;
	margin: 3px;
	padding: 3px;
}

fieldset label {
	width: 80px;
	float: left;
}

fieldset input {
	width: 120px;
}

#suche {
	overflow: auto; 
	position: absolute; 
	color: white;
	background-color: #D2001C;
	padding: 10px;
	display: none;
	z-index: 150;
	-moz-border-radius:10px;
	border: 10px #D2001C solid;
	width: 280px;
}

*html #suche {
	border: 0;
}

#suche fieldset {
	float: left;
	width: 350px;
	padding: 0 15px 0 0;
	color:  #D2001C;
}

#suche label {
	display: block;
	float: left;
	width: 80px;
	padding-top: 4px;
	color:  #FFFFFF;;
	font-weight: bold;
}

#suche .input {
	clear: both;
	float: left;
	margin-bottom: 10px;
	width: 250px;
}

#suche .radio {
	clear: both;
}

#suche .inputgruppe {
	float: left;
	width: 210px;
}

#suche .inputgruppe label {
	clear: none;	
	width: auto;
	display: inline;
	padding: 0;
	font-weight: normal;
	float: left;
}

#suche .eingabe {
	border: solid 1px white;
	border-color:  #000000  #EFEFEF  #EFEFEF #000000;
	font: 12px/14px Helvetica,Arial,sans-serif;
	padding: 4px 4px 1px 4px;
	margin: 0;
	margin: 0;
	width: 150px;
	float: left;
	font-weight: normal;
}

#suche .hintercheckbox {
	position: relative;
	top: -2px;
	left: 5px;
}

#suche .submits {
	background: url("/images/forms/submitbg.gif");
	height: 20px;
	border: solid 1px #45C00A;
	border-color: #45C00A #297306 #297306 #45C00A;
	padding: 0 4px 0 4px;
	font: bold 12px/14px Helvetica,Arial,sans-serif;
	color: white;
	margin: 0;
}

#suche h2 {
	padding: 0px 4px 18px 0px;
}

#posEdit {
	visibility: hidden; 
	position: absolute; 
	left: 20px;
	z-index: 100; 
	width: 960px;
	height: 530px; 
	border: 0;
	margin: 0;
	padding: 10px 0 0 0;
	background-color: #FFFFFF ;
}

#posList{

}

ul {
	color:  #D2001C;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

ul li {
	margin: 3px 0px 3px 20px;
}

.errors {
	background-color: #D2001C;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

.errors li {
	padding: 4px 0 4px 15px;
	margin: 0;
}

#statistik_graph{
	border: none;
	float: left;
	width: 610px;
	margin: 33px 23px 0 0;
}

#statistik_daten{
	border: 1px solid black;
	float: left;
	line-height: 18px;
	margin: 20px 0 0 0;
	padding: 10px;
	width: 300px;
}

#content #kalender {
	height: auto;
}

#content #kalender tr td {
	background-color: white;
	padding: 5px;
	margin: 0;
	text-align: center;
	font-size: 10px;
	border: 1px #D5112B solid;
}

#content #kalender .datum {
	width: 60px;
	font-weight: bold;
	border: 0;
}

#content #kalender th {	
	border: 0;
	padding: 0;
	font-size: 10px;	
	text-align: center;
	font-weight: bold;
}

#content #kalender .feiertag {
	background-color: #C7C7C7;
}

.eingabelist {
	font-size: 10px;
	background: transparent;
	border: 0px;
}

#content table .row0 .eingabelist {

}

#content table .row1 .eingabelist {

}