/*Links*/
a:link { color:#FAA819; text-decoration:none; font-weight:normal; }
a:visited { color:#FAA819; text-decoration:none; font-weight:normal; }
a:hover { color:#FAA819; text-decoration:none; font-weight:normal; }
a:active { color:#FAA819; text-decoration:none; font-weight:normal; }
/* #navi a {text-decoration:none; }  */
a.no_underline:link {text-decoration:none; }
a.no_underline:visited {text-decoration:none; }
a.no_underline:hover {text-decoration:none; }
a.no_underline:active {text-decoration:none; }

/* Farben */
#text1 { 
	color:#784E35; /* braun (Kontakt) */
}

#text2 { 
	color:#FAA819; /* orange (Links, Überschriften) */
}

td	{
	font-family:"Arial";
	font-size:11px;
}
td.info{
	color:#FAA819;
}


input,textarea,select{
  font-family:"Arial";
  font-size:11px;
  border-width:1px;
  border-style:solid;
  border-color:#784E35;
  color:#000000;
  padding-left:2px;
  padding-right:2px;	
  background-color:#ffffff;
}
