/* CSS Document */

body{
	background-color: white;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
}

.fehler{
	color: red;
	font-weight: bold;
}

fieldset{
	background-color: #F8F8F8;
	margin: 5px;
	/*width: 300px;*/
	/*display: inline;*/
}

input.vollebreite {
  width: 80%;

}

input.halbebreite {
  width: 40%;
}

.actions fieldset{
	background-color: transparent;
}


td#content th{
	font-size: 0.8em;
}

td#content td{
	font-size: 0.8em;
}

td.fehler{
	color: white;
	background-color: red;
	font-weight: bold;
}

input.fehler{
	color: white;
	background-color: red;
	font-weight: bold;
}

tr.fehler{
	color: white;
	background-color: red;
	font-weight: bold;
}

table{
	 empty-cells: show;	
}

th{
	text-align: left;
	vertical-align: top;
}

hr{
	color: #159B72;
	border-style: solid;
	border-color:#159B72;
}


.title{
	background-color: #159B72;  /*#518CC8;*/
	color:white;
	font-weight: bold;
	font-size:24px;
	text-align:center;
}
.navigation{
	background-color: #37BD94;
	color: white;
}

.navigation a{
	color: white;
	font-weight:bold;
	text-decoration:none;	
}
.navigation a:hover{
	color:yellow;
	font-weight:bold;
}
.navigation a:active{
	color: yellow;
}

.actions{
	background-color: #FFFFFF;
	background-image: url("images/background.gif");
	background-repeat:repeat-x;
	vertical-align: top;
	width: 150px;
	
}

/*a.action*/
.actions a{
	text-decoration:none;
	margin-top: 0.5em;
	display: block;
	color:black;
	font-size:80%;
	font-weight:bold;
}

a.help{
	font-weight: bold;
	text-decoration: none;
	color: black;
	display: inline;
	background-color: transparent;
}


.actions a:active{
	background-color: #CBDFD4;/*#37BD94;*/
}

.actions a:hover{
	text-decoration:underline;
}

.actions input{
	width:163px;
}
.actions select{
	width:163px;
}


.actions fieldset{
	border: none;
	border-top: 2px solid #159B72;
	/*background-color: #A3C0AE;*/
	margin: 0;	
	margin-top: 1em;
	padding: 5px;
	width: 90%;
}

.actions fieldset legend{
	font-weight: bold;
}

.actions fieldset form{
	margin-top: 0;
}

.actions fieldset input{
	display: block;
	width: 100%;
}

.actions fieldset .checkbox{
	display: inline;
	width: auto;
}
.actions fieldset button{
	display: block;
	width: 100%;
	margin-top: 0.5em;	
}
.actions fieldset select{
	display: block;
	width: 100%;
}

.actions fieldset label{
	display: block;
	width: 100%;
	padding-top: 0.25em;
}

.inactive{
	color:gray;
}

.content{
	border-left: 2px solid green;
	height:400px;
	padding: 3px;
	width: 85%;
}

#content{
	border-left: 2px solid green;
	height:400px;
}

tr.bottomline{
	border-top-style: solid;
	border-top-color: #159B72;
	border-top-width: thick;
}
/*
5+8=13
A  B  C  D  E  F
10 11 12 13 14 15
*/
table.data{
	background-color: #D4EFE7;
}

table.data th{
	background-color: #159B72;
	color: white;
	padding: 2px;
	height: 20;
}
table.data td.filler{
	border-bottom: none;
}
table.data td.noentries{
	vertical-align: middle;
	text-align: center;
	height: 100%;
}
table.data th.sortable{
	border: 1px outset #159B72;
}
table.data td.right{
	text-align: right;
}
table.data th a{
	text-decoration: none;
	color: white;
}

table.data td{
	border-bottom: 1px solid #159B72;
	padding: 2px;
}

table.data td.sorted{
	background-color: #C4DFD7;
}

table.data td.tablenav{
	background-color: #159B72;
	color: white;
	text-align: center;
	height: 20px;
}

table.data td.tablenav a{
	text-decoration: none;
	color: white;
}

table.data td.tablenav a.active{
	font-weight:bold;
	color: white;
}

table.form th{
	vertical-align: top;
}

table.form td{
	white-space:nowrap;
}

.active{
	font-weight: bold;
}

table.help{
	border: 1px dotted black;
	border-bottom: none;
}

table.help td{
	border-bottom: 1px dotted black;
}

table.help th{
	vertical-align: top;
	border-bottom: 1px dotted black;
}

table.help td table{
	border: 1px solid black;
}

table.help td table td{
	border: none;
}

table.help td table th{
	border: none;
}

span.help{
	text-align:right; 
	font-size:0.5em;
	float:right;
}
span.help a{
	color:white;
}