BODY { 
  font-family: Verdana, Arial,Helvetica,sans-serif;
  background-color : #ECECEC;
  font-size : 12px;
  font-weight: normal;
  font-style: normal;
  margin-left: 15px;
  margin-top: 25px;
}

A { color: rgb(51,51,0); text-decoration: underline;}
A:active { color: rgb(0,0,0); text-decoration: underline;}    
A:hover { color: rgb(204,51,0); text-decoration: underline;}
A:visited { color: #666699; text-decoration: underline; } 
    
.TITEL {
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size : x-small;
	color: #8A0752;
	font-weight: bold;
	margin-bottom : 0px;
}    
        	
H1 { 
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size : medium;
  color: #8A0752;
  font-weight: bold;
  margin-bottom : 12px;
}
      
H2 {
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size : small;
	color: #666699;
	font-weight: bold;
	margin-bottom : 0px;
}
      
H3 {
  font-family: Verdana, Arial,Helvetica,sans-serif;
  font-size : xx-small;
  font-weight: normal;
  margin-bottom : 0px;
}
 
LI {
	font-family : Verdana, Arial,Helvetica,sans-serif;
	font-size : x-small;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	text-align : left;
	text-decoration : none;
	text-indent : 0 px;
	word-wrap : normal;
}

.LIST {
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size : x-small;
  font-weight: normal;
  font-style: normal;
  background-color: #F0F0F0;
  width: 95%;
  }
  
  .LIST1 {
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size : x-small;
  font-weight: normal;
  font-style: normal;
  background-color: #F0F0F0;
  }

TABLE {
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size : x-small;
  font-weight: normal;
  font-style: normal;
}

.TABEL1 {
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size : x-small;
  font-weight: normal;
  font-style: normal;
  background-color: #E8E8E8;
  width: 95%;
  }
  
.TABEL2 {
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size : x-small;
  font-weight: normal;
  font-style: normal;
  width: 95%;
  }
  
.TABEL3 {
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size : medium;
  font-weight: bold;
  color: #FFFFFF;
  font-style: normal;
  background-color: #8A0752;
  width: 95%;
  }

.TABEL4 {
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size : x-small;
  font-weight: bold;
  font-style: normal;
  background-color: #D8D8D8;
  width: 95%;
  }
    
.TABEL5 {
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size : 12px;
	color: #FFFFFF;
	text-indent: 3px;
  font-weight: bold;
  font-style: normal;
  background-color: #8A0752;
  width: 95%;
	padding-bottom : 3px;
	padding-top : 3px;
  }
  
.TABEL6 {
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size : 18px;
	color: #992266;
	text-indent: 3px;
  font-weight: bold;
  font-style: normal;
  background-color: #E8E8E8;
  width: 3%;
	padding-bottom : 3px;
	padding-top : 3px;
  }
  
.TABEL7 {
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size : 12px;
	color: #FFFFFF;
	text-indent: 3px;
  font-weight: bold;
  font-style: normal;
  background-color: #8A0752;
  width: 50%;
	padding-bottom : 3px;
	padding-top : 3px;
  }
  
.INVOICE {
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size : 12px;
	color: #FFFFFF;
	text-indent: 3px;
  font-weight: bold;
  font-style: normal;
  background-color: #8A0752;
  width: 97%;
	padding-bottom : 3px;
	padding-top : 3px;
  }
  
.INVOICEX {
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size : 12px;
	color: #FFFFFF;
	text-indent: 3px;
  font-weight: bold;
  font-style: normal;
  background-color: #8A0752;
  width: 3%;
	padding-bottom : 3px;
	padding-top : 3px;
  }
	
HR {
	color: #992266;
	height: 1pt;
}

.LICENSE { 
  font-family: Verdana, Arial,Helvetica,sans-serif;
  background-color : #DCDCDC;
  font-size : 10px;
  font-weight: normal;
  font-style: normal;
  width: 95%;
}

/* HEADER STYLES */

A.HeaderItems {
  background-color: white;
  text-decoration: none;
  color: black;
  font-family: Arial;
  font-size: x-small;
}

A.HeaderItems:hover {
  text-decoration: underline;
  color: red;
}

/* MENU STYLES */

A.menuitem  {
  color: rgb(204,51,0); 
	background-color : khaki;
  text-decoration: none;
	border-width : thin;
	border-color : rgb(153,102,0);
	margin-bottom : 5;
	border-style : solid;
	padding : 3;
	text-indent : 1px;
	height : 25px;
	width : 200px;
  font-family: arial;
  font-size: x-small;
} 

A.menuitem:active {
	color: rgb(0,0,0);
	background-color : khaki;
}
   
A.menuitem:hover  { 
  text-decoration: underline;
	background-color : red;
} 
  
A.menuitem:visited {
  color: rgb(102,153,204);
  text-decoration: none;
	background-color : khaki;
}
