BODY {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #CCCCCC;
	font-size: 9px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.wobinich {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #E28617;
}

.header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 98px;
	width: 1019px;
}
.weiss {
	color: #FFFFFF;
	font-size: 10px;
}

.lmenu_header {
	background-image: url(../images/lmenu_top.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 226px;
}
.lmenu_bg {
	background-image: url(../images/lmenu_bg.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 226px;
	text-indent: 10px;
}
.lmenu_bottom {
	background-image: url(../images/lmenu_bottom.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 226px;
	text-indent: 10px;
}
.content_top {
	background-image: url(../images/content_top.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 780px;
}
.content_bg {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	width: 780px;
	text-indent: 10px;
	padding-right: 12px;
	padding-left: 12px;
}
.content_bottom {
	background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 780px;
}
INPUT, SELECT, TEXTAREA{
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.titel {
	color: #FFFFFF;
	background-color: #E28617;
}

.fehler {
	color: #FFFFFF;
	background-color: #FF0000;
	border: 1px solid #666666;
}
.trmod {
	background-color: #FEF9F1;
}
.hint {
	width: 100%;
	border: 1px dotted #666666;
	background-color: #FFFFCC;
}

