html { 
	height: 100%;
}

body {
	height: 98%;
	position: absolute; top: 0; bottom: 0; left:0; right:0;
	margin: 0px;
	font-size: 12px;
	font-family: Verdana;
	color: #000;  
	background-color: #000;
}

h1 {
	margin: 10px;
}

h4 {
	text-align:right;
	font-size: 10px;
	margin: 0px 10px;
}

table#screen {
	width:100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

div#sessiondauer {
	color: #999999;
	position: relative;
	font-size: 9px;
	left: 630px;
	top: 10px;
}

div#sessiondauer input {
	text-align: center;
	font-size: 9px;
	border: 0px;
	background-color: #FFFFFF;
	color: #999999;
}

div#content {
	position: relative;
	width: 807px;
	height: 907px;
	padding: 5px;
	z-index: 0;
	background:#fff;
	background:url("images/bienen_hg.jpg") no-repeat scroll 27px 198px #FFFFFF
}

div#head, div#menue, div#main {
	position: relative;
	border: 1px solid #333333;
	margin: 3px;
	text-align: left;
	z-index: 0;
}

div#head  h4{ 
	color:#FFFFFF;
	font-size:12px;
	margin-top:-16px;
	padding-right:24px;
	text-align:right;
}
div#head {
	width: 800px;
	height: 80px;
	text-align:center;
	background: none;
	border:none;
	margin-bottom:115px;
	margin-top:10px;
}

div#menue {
	width: 160px;
	height: 500px;
	background-color: #FFFFFF;
	float:left;
	padding: 5px;
	margin-left:24px;
	padding:5px;
	width:118px;
	-moz-opacity: 0.80;
	opacity:  0.80;
	filter:alpha(opacity=80);
}


div#menue a, a:visited {
	text-decoration: none;
	color: #000;  
	font-weight: bold;
}

div#menue a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;
}

div#main {
	width: 611px;
	height: 600px;
	padding: 5px;
	text-align: left;
	float:left;
	background-color: #F8F8F8;
	overflow:auto;
	-moz-opacity: 0.80;
	opacity:  0.80;
	filter:alpha(opacity=80);
}

div#main a, a:visited{
	text-decoration: none;
	color: #003399;  
	font-weight: bold;
}

div#main a:hover{
	text-decoration: underline;
	color: #FF0000;  
	font-weight: bold;
}

div#clearer {
	clear: left;
}

div#error, div#success {
	position: relative;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding:5px;
	-moz-opacity: 0.80;
	opacity:  0.80;
	filter:alpha(opacity=80);
	z-index: 10;
}

div#error {
	color: #FF0000;
	border: 1px solid #FF0000;
	background-color: #FFCCCC;
}

div#success {
	color: #006600;
	border: 1px solid #006600;
	background-color: #00FF66;
}

table {
	border: none;
	width: 100%;
}

td#commet {
	font-size: 10px;
	color: #999999;
}

td#headline {
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	width: auto;
	text-align: left;
}

td#button {
	text-align:center;
	vertical-align:middle;
	height:80px;
}

tr#daten:hover {
	background-color: #bbb;
}

td#uebersicht_werte {
	text-align:center;
	border-bottom:1px solid #999999;
}

tr#daten td {
	padding:2px;
	border-bottom:1px solid #999999;
}
td#zwischenzeile {
	height: 5px;
}