/* Global Rules 
-------------------------------------*/
* {
    font-family: Verdana, Geneva, Arial, Helvetica;
	margin: 0px;
	padding: 0px;
}	

/* Rules for Body 
-------------------------------------*/
body
{
	background-color: #333333;  
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	}

td
{
	font-family: Verdana, Geneva, Arial, Helvetica;
	color: #000000;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

A
{
  color: #999966;
  text-decoration: none;
}

A:hover
{
  color: #999966;
  text-decoration: underline;
}

.footertext
{
  font-size: 10px;
  color: #999999;
  font-family: Verdana, Geneva, Arial, Helvetica;
}

INPUT, SELECT
{
  font-family: Verdana, Geneva, Arial, Helvetica; 
  font-size: 11px;
 
}

TABLE.specialtable TD
{  
  border-bottom: 1px solid #666666;
  vertical-align: middle;
  
}

TABLE.specialtable .header, .header A, .header A:hover
{
  background-color:#999999;
  color: white;
}

table.specialtable .content A
{
  color: #666666;
}

table.button
{
  cursor: pointer;
  padding: 0px;
  border: 1px solid white;
  background-color: #626262
}

table.button td
{
  height: 100%;
  width: 100%;
  padding: 0px 5px;
}

.tdlinie1
{
	background-position: center top; 
	background-repeat: repeat-x; 
	background-image: url(../pics/singlerule_vertical.gif);	
}

.tdlinie2
{
	background-position: center center; 
	background-repeat: repeat-x; 
	background-image: url(../pics/rule_horizontal.gif); 
	text-align: left;
}

.tdlinieV
{
	background-position: center top; 
	background-repeat: repeat-y; 
	background-image: url(../pics/singlerule_vertical.gif);	
}

.greysmall
{
	font-size: 12px;
	text-decoration: none;
	color: #626262;
	margin: 10px;
	vertical-align: top;
}

h1 
{
	font-size: 24px;
	text-decoration: none;
	color: #666666;
}

h2 
{

	font-size: 20px;
	text-decoration: none;
	color: #666666;
}

h3 
{
	font-size: 16px;
	text-decoration: none;
	color: #666666;
}

h4 
{
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 14px;
	margin: 3px;
	font-style: normal;
}

.h4 
{
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	line-height: 14px;
	margin: 3px;
	font-style: normal;
}

.borderB 
{
	border-bottom: 1px solid #666666;
}

.borderN 
{
	border-bottom: 0px solid #FFFFFF;
}

select
{
	width: 180px;
	/* height: 16px; */
	border:1px solid #999999;
	vertical-align: middle;
}

.select
{
	width: 250px;
	/* height: 16px; */
	border:1px solid #999999;
	vertical-align: middle;
}

input
{
	width: 248px;
	height: 16px;
	vertical-align: middle;
	border:1px solid #999999;
}
.buttongross {
	width: 180px;
	margin-bottom: 6px;
	clear: left;
}

