/* Font + Standard Color */

p,a,h1,h2,h3,h4,ul,ol,li,div,span,td,th,address,blockquote,nobr,i,strong,input,select,textarea, pre
 { font-family: Trebuchet MS, Verdana, Arial; color: #DCA55F; }

/* Links */
a:link { text-decoration:none; }   
a:visited { text-decoration:none;}
a:active { text-decoration:underline; }
a:hover { text-decoration:underline;}

a.whitelink { text-decoration:none; }
a.white:visited { text-decoration:none;}
a.white:active { text-decoration:underline; }
a.white:hover { text-decoration:underline; }

/* Eingabe-Elemente */
/* input.default,select.default,textarea.default { background-color: #ffffff; border: 1 solid #0852BD; }
input.required,select.required,textarea.required,td.required { background-color: #FFEFEF ; }
input.button { color: #2F60C0; font-weight:bold; }
input.white { background-color: #FFFFFF; border: 0; }
input.image { border: 0; } */

input {
	background-color:			#653403;
	font-family:				Trebuchet MS,Verdana,Arial;
	font-size:					11px;
	color:						#DCA55F;	
	border:						1px solid #976100;
}

textarea, file, button {
	background-color:			#653403;
	font-family:				Trebuchet MS,Verdana,Arial;
	font-size:					11px;
	color:						#DCA55F;
	border:						1px solid #976100;
}

/* Bilder */
img { border: 0; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px;}

li
{
	list-style-type: square;
}