body {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	scrollbar-arrow-color: #666666;
	scrollbar-face-color: #e1e1e1;
	scrollbar-track-color: #efefef;
	scrollbar-3dlight-color: #e1e1e1;
	scrollbar-highlight-color: #e1e1e1;
	scrollbar-shadow-color: #e1e1e1;
	scrollbar-darkshadow-color: #e1e1e1;
}
td {
	font-size: 12px;
	color: #111111;
	line-height: 18px;
}
input, select, textarea
 {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size:11px;
	border-style:solid;  /*  solid = durchgezogen.
                            double = doppelt durchgezogen.
                            none = keine     */
	border-width:1px;
	border-color:#c9c9c9;
	color:#111111;
	padding: 2px;
}
.radio {
	border-width:0px;
}
.feld {
	width:280px;
	background-color: #f1f0e7;
}
.feldklein {
	width:48px;
	background-color: #f1f0e7;
}
.feldgross {
	width:225px;
	background-color: #f1f0e7;
}
.feldarea {
	width:450px;
	background-color: #f1f0e7;
}
.bradio
 {
	width:13px;
	height: 13px;
    border-style:none;  /*  solid = durchgezogen.
                            double = doppelt durchgezogen.
                            none = keine     */
    background-color:#FFFFFF;
    color:#3e3e3e;
}
.f9px {
	font-size: 9px;
	line-height: 12px;
}
.f10px {
	font-size: 10px;
	line-height: normal;
}
.f11px {
	font-size: 11px;
}
.f9pxw {
	font-size: 9px;
	color: #ffffff;
	line-height: normal;
}
.f10pxw {
	font-size: 10px;
	color: #ffffff;
	line-height: normal;
}
.f14px {
	font-size: 14px;
}
.f12px {
	font-size: 12px;
}
.f12pxw {
	font-size: 12px;
	color: #FFFFFF;
}
.title {
	font-size: 14px;
	letter-spacing: 2px;
	color: #FF0000;
	font-weight: bold;
}
.logo {
	font-size: 14px;
	letter-spacing: 2px;
	color: #FFaa00;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: 0px;
	color: 333333;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	color: #333333;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	color: #111111;
}
.menutitel {
	font-size: 16px;
	font-weight: bold;
    color:#FEB400;
	letter-spacing: 1px;
}
.adresse {
	color:#b1b1b1;
	font-size: 10px;
	font-weight: normal;
}
.button  {
   cursor: hand;
}

