@charset "utf-8";
.menuelink a:link {
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	color: #121313;
	text-decoration: none;
}

.menuelink a:visited  {
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	color: #121313;
	text-decoration: none;
}
.menuelink a:hover {
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	color: #121313;
	text-decoration: none;
}

.linie {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.maintext {
	font-family: Arial;
	font-size: 12px;
}
.input_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
}

