﻿body
{
    font-size: 8pt;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    background-color: white;
    margin-top: 0px;
}

.watermark
{
	color: #DCDCDC;
	font-size: 8pt;
}

.hiddenText label
{
    display: none;
}

.AspWatermark
{
	background-color: #F0F8FF;
	color: #A2A9AD;
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.Validator
{
	background-color: #FFFFE0;
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-color:#FF0000;
	border-width: 1px;
    border-style:solid;
}

.alarm
{
	background-color: black;
	color: white; 
}

.fehler 
{
	background-color: #FFFFE0;
    font-size: 8pt;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    border-color:#FF0000;
    border-width: 1px;
    border-style:solid;
}

.input 
{
    font-size: 8pt;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-left: 0px;
}

.button 
{
    font-size: 8pt;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.weiss, .weiss a, .weiss a:visited, .weiss a:link, .weiss a:hover  
{
	color: #ffffff; 
}

.grau, .grau a, .grau a:visited, .grau a:link   
{
	color: #646464;  
	text-decoration: none;
}

.grau a:hover
{
	text-decoration: underline;
}


a:link, a:visited
{
    color: #000000;
    text-decoration: underline;
}

.popup_tabelle {
    font-size: 8pt;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

.popup_tabelle_border {
     background-color: rgb(255,102,0);
     border-color: rgb(0,0,0);
}

h1 {
    font-size: 10pt;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.login {
	padding: 15px;
	width: 150px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}

.rand {
	margin: 0px 12px 12px 12px;
}

.nav {
	font-size:11px;
	font-weight: bold;
}

.nav a, .nav a:visited{
	text-decoration:none;
}

.nav a:hover{
	text-decoration:underline;
}

.nav ul{
	margin: 0px;
	padding: 0px;
}

.nav li
{
    margin: 0 0px 0 0px;
	list-style: none;
	float: left ;
}

.dotted_border {
	BORDER-top: #646464 1px dotted
}

.dotted_border_vert {
	BORDER-left: #646464 1px dotted
}

.solid_border {
	BORDER-top: #646464 1px solid
}

.tabelle {
	border: 1px solid #646464;
}

.tabelle_header
{
    background-color: #646464;
    font-weight: bold;
    color: #ffffff;
    font-size: 10pt;
    font-family: Arial;
    padding-top: 3px;
    padding-bottom: 3px;
}

.tabelle_header_red	
{
    background-color: red;
    font-weight: bold;
    color: #ffffff;
    font-size: 10pt;
    font-family: Arial;
    padding-top: 3px;
    padding-bottom: 3px;
}
	
.titel
{
    font-weight: bold;
    color: #ff6600;
    font-size: 16pt;
    font-family: Arial;
}

.statistik
{
    font-weight: bold;
    font-size: 18pt;
}

.fw
{
    font-weight: bold;
    color: #ff6600;
    font-size: 15pt;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

#footer
{
	margin: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
} 

.modal
{
    background-color: Gray;
    filter:alpha(opacity=40);
    opacity:0.7;
}

.modalPopUp
{
    background-color: White;
    color: Black;
    font-size: 12pt;
}

.BarBorder
{
    border-style: groove;
    border-width: 1px;
    width: 100px;
    height: 10px;
}

.BarIndicator
{
    color: blue;
    background-color: blue;
}

.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
    color: Black;
    font-weight: bold;
	background-color: white;
	padding: 4px;
	position: absolute;
	top: 30%;
	left: 45%;
}
