@CHARSET "UTF-8";
.body {
	margin: 0px;
}
.bodycont {
	margin: 0px;
	background-image: url(img_lay/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.textnormal {
	font-family: Verdana, Arial, Geneva;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #000000;
}
.textnormalklein {
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
}
.textnormalred {
	font-family: Verdana, Arial, Geneva;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #FF0000;
}
.textkleinred {
	font-family: Verdana, Arial, Geneva;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #FF0000;
}
.textbold {
	font-family: Verdana, Arial, Geneva;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #6e5034;
}
.textgreenbold {
	font-family: Verdana, Arial, Geneva;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #08b504;
}
.textredbold {
	font-family: Verdana, Arial, Geneva;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #ff0000;
}
a.contlink:link, a.contlink:visited {
	font-family: Verdana, Arial, Geneva;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #000000;
	text-decoration: underline;
}
a.contlink:hover {
	font-family: Verdana, Arial, Geneva;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #6e5034;
	text-decoration: underline;
}

.textlabel {
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #5c6b76;
}
.textwarn {
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #FF0000;
}

.inputnorm {
	font-family: Verdana, Arial, Geneva;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.inputselect {
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #333333;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.inputbutton {
	font-family: Verdana, Arial, Geneva;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #333333;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}