body {
	background-color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 40px;
	color: #000;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	line-height: 15px;
	color: #333;
	text-align: left;
	vertical-align: middle;
	background-color: #FFF;
	padding: 2px;
}

a {
	
	color: #000;
	text-decoration: none;
}

form {
	background-color: #FFF;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	
	line-height: 18px;
 background-color: #fff; color: #003333;}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
 color: #003300;}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color: #669900;
    color: #FFFF33;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #CCFF99;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.inputlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 3px;
	background:none;
 color: #003333;
 
}

.sidebarHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #003300;
	background-color: #FFFF66;
}

.sidebarFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 font-style: italic;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: regular;
	line-height: 22px;
	color: #fff;
	background-color: #009DE0;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-width: thin;
	border-color: #99FF99 #003300 #003300 #99FF99;
 border-style: double;
 }

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
 color: #660000; font-weight: bolder; font-size: medium;
 }

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
.inputfeld {
	background-color: #FFF;
	border-style: solid;
	/* [disabled]border-color: #E1E1E1; */
	border-radius: 4px;
	font-size: 14px;
	
}

.outputfeld {
	background-color: #FFF;
	border-style: none;
	border-color: #FFF;
	font-size: 14px;
}
.menuleiste {
	
	margin-top: 10px;
	background-color: #CCC;
	text-decoration: none;
	color: #fff;
	border:thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	line-height: 32px;
	text-align:center;
	
			
}
.menugewaehlt {
	margin-top: 10px;
	background-color: #FFF;
	border:thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	line-height: 32px;
	text-align:center;
	color: #009DE0;
	}


.input {
    border: 1px solid #006;
	border-radius: 4px;
    background: #ffc;
	border-color: #E1E1E1;
}
.input:hover {
    border: 1px solid #f00;
	border-radius: 4px;
    background: #ff6;
}
.button {
    width: 120px;
	height: 50px;
	font-weight:normal;
	color:#FFF !important;
	background: #009DE0;
	border-color: #E1E1E1;
    //* background: url('/forms/up.png') no-repeat top left; */
    padding: 2px 8px; 
}

.buttonwarn {
    width: 120px;
	height: 50px;
	font-weight:normal;
	color:#FFF !important;
	background:#F00;
	border-color: #E1E1E1;
    //* background: url('/forms/up.png') no-repeat top left; */
    padding: 2px 8px; 
}
.buttonnackt {
    width: 120px;
	height: 50px;
	font-weight:normal;
	border-style: none;
	border-color: transparent;
    //* background: url('/forms/up.png') no-repeat top left; */
    padding: 2px 8px; 
}
.button:hover {
     border: 1px solid #f00;
	
    //* background: url('/forms/down.png') no-repeat top left; */
    padding: 2px 8px;
}
label {
    
    
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}
br { clear: left; }

.checkboxlabel {
	float:none;
	}
.bgblau {
	background-color:#CCFFFF;
	text-align:center;
	}
.bglila{
	background-color:#99F;
	text-align:center;
	}
.bgorange{
	background-color:#FC6;
	text-align:center;
	}
.bggrau{
	background-color:#CCC;
	text-align:center;
	}
	
	.tableLine
{
    font-family:      Verdana,Arial,sans-serif;
    font-style:       normal;
    font-size:        11px;
    BORDER-TOP:       #A6A6A6 1px solid; 
    BORDER-LEFT:      #A6A6A6 1px solid; 
    BORDER-BOTTOM:    #A6A6A6 1px solid;
    BORDER-RIGHT:     #A6A6A6 1px solid;
}
.row_0 {
    background-color:        #FFFFFF;
}
.row_1 {
    background-color:        #E1E8F1;
}

.dropdown {
      background:none;
	  border: 0 !important;  /*Removes border*/
     -webkit-appearance: none;  /*Removes default chrome and safari style*/
     -moz-appearance: none;  /*Removes default style Firefox*/
  }