@charset "UTF-8";
/*



   PIRKLBAUER.ORG
(C)2010 Fabian Pirklbauer



*/


body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
}
body {
	background-color: #FFFFFF;
}
a {
	font-size: 11px;
	color: #999999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
#error {  
 background-color:#FFB6B0;  
 border:1px solid #FF787B;
 text-align:center;
 color:#000000;
} 
.textfeld {
	border: 1px solid #A0A0A0;
	width: 400px;
}
.textfeldgross {
	border: 1px solid #A0A0A0;
	width: 402px;
	height: 110px;
}
.senden {
 color: #fff;
 font-size: 0;
 width: 158px;
 height: 22px;
 border: none;
 margin: 0;
 padding: 0;
 background: #fff url(sendmsg.gif) 0 0 no-repeat;
}