body,td,div,input,select {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: black;
}

a, a:visited
{
	color: #00f;
}

.navteil a:hover {
	text-decoration: none;
	background-color: #ccc;
}
.navteil, .navaktiv {
	height: 20px;
	font-size: 10px;
	padding: 0px;
	font-weight: bold;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
}
.navteil {
	color: #666;
	background: #eee;
}
.navteil a, .navteil a:visited {
	display: block;
	text-decoration: none;
	color: #000;
}

.navaktiv
{
	color: #000;
	background: #fff;
	border-bottom: 0px;
}

.navaktiv a, .navaktiv a:hover, .navaktiv a:visited {
	text-decoration: none;
	color: #551A8B;
}

.navhide {
	height: 20px;
	font-size: 10px;
	padding: 0px;
	color: #E0E0E0; 
	background-color: #E0E0E0;
	font-weight: bold;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #666;
	text-align: center;
}

.navhide a, .navhide a:visited, .navhide a:hover
{
	color: #E0E0E0;
}

.tabelledaten
{
	color: #000;
	font-weight: bold;
}

.tabelleergebnis
{
	border-color: #f00;
	border-top: 1px dashed #888;
	font-weight: bold;
}

.zeitraum
{
	width: 20px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 0px;
	color: darkblue;
	background-color: #e4e4ff;
}

.inputlogin
{
	width: 180px;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #888;
}

.aktuelleanlage
{
	font-size: 10px;
}

.aktuelleanlage a
{
	text-decoration: none;
	color: #66f;
}

.admintab, .admintab a
{
	font-size: 10px;
}

.config
{
	background-color: #eee;
	border: 1px solid #999;
	text-align: center;
	width: 50px;
}


.aanlegen, .aanlegen select
{
	border: 1px solid #999;
	width: 80px;
}

.smsarchiv td
{
	font-size: 9px;
}

.header td
{
	border-bottom: 1px solid black;
	text-align: center;
	font-family: Verdana;
	font-size: 8pt;
	background-color: #dddddd;
	font-weight: bold;
}

.header a,.header a:visited
{
	color: black;
	text-decoration: none;
}

.trHeader td
{
	border-bottom: 1px solid black;
	text-align: center;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
}


.tooltip td
{
	font-size: 9px;
}

.topbar
{
	background-color: #f0f0ff;
	border: 1px solid #ccf;
}

.topbar td
{
	font-size: 7pt;
	text-align: center;
	font-weight: bold;
	color: darkblue;
}

form
{
	padding:0;
	spacing:0;
	margin:0;
}

.anlagenstatusFooter td
{
	font-size: 8pt;
}

.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

fieldset legend {
	font-size: 8pt;
	font-weight: bold;
	color: darkblue;
}
fieldset {
	-moz-border-radius: 10px;
}
#auswertungTooltip {
	display: none;
	width: 160px;
	border: 1px solid #777;
	-moz-opacity: 0.9;
	background-color: #fff;
	position: absolute;
	z-index: 5;
}
#auswertungTooltip table td {
	text-align: center;
	font-family: Verdana;
	font-size: 7pt;
}
.ovBubbleHelp{
	position: absolute;
	padding: 3px;
	font-family: verdana, helvetia;
	font-size: 8pt;
	line-height: 1.5;
	background-color: #f0f0ff;
	border: 1px solid #999;
}
#headerMessageDiv {
	overflow: auto;
	height:auto !important;
	max-height: 100px;
	height: 100px;
	height: expression(this.scrollHeight > 100 ? '100px' : 	'auto');
}
div.errorNotification {
	border: 2px solid #C72A23; 
	margin:10px; 
	padding:10px 10px 10px 55px; 
	background: #FE7271 url('../img/icons/notificationError.jpg') 10px center no-repeat;
}
