/* Global Rules 
-------------------------------------*/
* {
    font-family: Verdana, Geneva, Arial, Helvetica;
	margin: 0px;
	padding: 0px;
}	

/* Rules for Body 
-------------------------------------*/
body
{
	background-color: #ffffff;  
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	}

/* Rules for Fonts 
-------------------------------------*/
#Text h1 
{
	font-size: 30px;
	color: #333333;
	padding-left: 5px;
}

#Text h2 
{
	font-size: 20px;
	color: #333333;
	margin-left: 5px;
}

#Text h3 
{
	font-size: 14px;
	color: #333333;
	margin-left: 5px;
}	

#Text p 
{
	font-size: 12px;
	font-weight: normal;
	width: 280px;
	margin-left: 5px;
}

/* Rules for Tables 
-------------------------------------*/
td
{
  color: #626262;
  font-size: 11px;
}

big
{
  color: #666666;
  font-size: 14px;
  line-height: 23px;
}

A
{
  color: #999966;
  text-decoration: none;
}

A:hover
{
  color: #999966;
  text-decoration: underline;
}

.footertext
{
  font-size: 10px;
  color: #999999;
  text-align: left;
 }

INPUT, SELECT, TEXTAREA
{
  font-size: 11px;
}

.pages A
{
  color: #666666;
}

TABLE.specialtable TD
{  
  border-bottom: 1px solid #666666;
  padding: 5px 10px;
}

TABLE.specialtable .header, .header A, .header A:hover
{
  background-color:#999999;
  color: white;
}

TABLE.specialtable .content A
{
  color: #666666;
}

TABLE.button
{
  padding: 0px;
  border: 1px outset #FFFFFF;
  background-color: #626262;
  cursor:pointer;
}

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);	
}

.headerorange 
{
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 5px;
	padding: 0px;
}

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: #666666;
	font-style: normal;
}

.borderB 
{
	border-bottom: 1px solid #666666;
}

.borderN 
{
	border-bottom: 0px solid #FFFFFF;
}

.redText 
{
	color: #FF0000;
  	font-size: 11px;
}

.tooltipAdr 
{
	position: static;
	border: 0px	
	padding: 4px;
	color: #333333;
	background-color: #cccccc;
	font-size: 14px;
	visibility: visible;
	height: 30px;
	width: 730px;
}

