.button
      {
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	color: #F0F5F8;
	background-Color: #818286;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 135px;
	margin: 0px;
	padding: 0px;
	white-space: normal;
	text-align: center;
	vertical-align: middle;
	float: left;
      }
.button:hover
      {
	font-family: Arial, Helvetica, sans-serif;
	Color: #F0F5F8;
	background-Color: #67686A;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 135px;
      }

.button2
      {
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	color: #818286;
	background-Color: #F0F5F8;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 135px;
	margin: 0px;
	padding: 0px;
	white-space: normal;
	text-align: center;
	vertical-align: middle;
	float: left;
      }
.button2:hover
      {
	font-family: Arial, Helvetica, sans-serif;
	Color: #818286;
	background-Color: #DCE4E7;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 135px;
      }
	  
.button3
      {
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	color: #818286;
	background-Color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 135px;
	margin: 0px;
	padding: 0px;
	white-space: normal;
	text-align: center;
	vertical-align: middle;
	float: left;
      }
.button3:hover
      {
	font-family: Arial, Helvetica, sans-serif;
	Color: #818286;
	background-Color: #DCE4E7;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 135px;
      }	  
	  
#limarkiert
 	{
  color: #F0F5F8;
  background-color: #67686A;
	}
	
#limarkiert2
 	{
  color: #818286;
  background-color: #DCE4E7;
	}

body {
	scrollbar-base-color: #F0F5F8;
	background-color: #ABACB1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #336699;
	background-position: center left;

}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}

a {
	font-size: 12px;
	color: #0E469A;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
    background-color: #99CC00; 
	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;
}