body { 	background-color: #ffffff;
		font-family: Verdana, sans-serif;
		font-size: 10pt;
		color: #333333;
		margin-left: 40px;
		margin-right: 40px}

table { border: 0px;
		font-family: Verdana, sans-serif;
		font-size: 10pt;
		width: 680px}
		
textarea { font-family: Verdana, sans-serif;
		font-size: 10pt}

input {	font-family: Verdana, sans-serif;
		font-size: 10pt}
		
.webview {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #F26522}
	
.gb_link {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: #F26522}

/* noch nicht besuchte Ziele */
a:link {
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
	color: #F26522;
	font-weight: bold} 

/* besuchte Ziele */
a:visited { text-decoration: none;
	    font-family: Verdana;
	    font-size: 8pt;
	    color: #F26522;
		font-weight: bold} 

/* Verweise bei "MouseOver" */
a:hover {  text-decoration: underline;
	   font-family: Verdana;
	   font-size: 8pt;
	   color: #F26522;
	   font-weight: bold} 

/* Angeklickte Verweise */
a:active { text-decoration: none;
	   font-family: Verdana;
	   font-size: 8pt;
	   color: #F26522;
	   font-weight: bold} 
	   
/*Farbe Adressleiste ändern*/ 
#urlbar, 
.searchbar-textbox 
{-moz-appearance: none !important; 
background-color: #F26522 !important;} 

/*Farbe Suchleiste ändern*/ 
.searchbar-textbox    {-moz-appearance: none !important; 
background-color: #F26522 !important;}

/*Farbe Statusbar ändern*/ 
statusbar, statusbarpanel 
{background-color: #F26522 !important; 
color: #000000 !important; 
-moz-appearance: none !important;} 

