body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#kader {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
}
.defaultfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.sitebackgr {
	background-image: url(pic/site_backgr.jpg);
	background-repeat: repeat-x;
}

.mainbackgr {
	background-image: url(pic/main.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

.mainbackgr_bottom {
	background-image: url(pic/main_bottom.jpg);
	background-repeat: repeat;
	background-position: right top;
}

a:link {
	color: #0066CC;
	text-decoration:underline;
}
a:visited {
	color: #0066CC;
	text-decoration:underline;
}
a:hover {
	color: #FF0000;
	text-decoration:underline;
}
a:active {
	color: #0066CC;
	text-decoration:underline;
}
.titelfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #652C8A;
}
.forminput {
	width:150px; height:15px; border: 1px solid #221F18; background:#D3CFC9; padding-left:5px; font-family: Arial; font-size:10px;
}
.formselect {
	width:150px;
	height:20px;
	border: 1px solid #221F18;
	background-color:#D3CFC9;
	padding-top: 2px;
	padding-left:4px;
	font-family: Arial;
	font-size:10px;
}
.textarea {
	width:154px;
	height:120px;
	border: 1px solid #221F18;
	background-color:#D3CFC9;
	padding-left:5px
	font-family: Arial;
	font-size:14px;
}
.formsubmit {
	height:20px;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 8pt;
	padding-bottom: 1px;
	color: #2b4460;
	padding-top: 1px;
	font-family: Arial;
	background-color: #gggggg;
}
hr {
	height: 1px dotted; border: none; color: #652C8A; background-color: #652C8A;
}
