body {
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	width: 422px;
	height: 7px;
	background: url(images/dotspacer.gif) no-repeat;
	margin: 0 -10px 3px -10px;
	padding:0;
	line-height: 7px;
	font-size: 1px;
}

.maintext {
	color: #656565;
	font-size: 12px;
}

.maintext a {
	color: #000061;
	font-size: 12px;
}

.maintext a:hover {
	color: #656565;
	font-size: 12px;
}

.menu {
	color: #000061;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.menu a {
	color: #656565;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover {
	color: #000061;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.submenu {
	color: #000061;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.submenu a {
	color: #656565;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background:url(images/submenubull.gif) no-repeat top left;
	padding-left: 18px;
	display: block;
}

.submenuaktiv a {
	color: #000061;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background:url(images/submenubull.gif) no-repeat top left;
	padding-left: 18px;
	display: block;
}

.submenu a:hover {
	color: #000061;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.maintext h4 {
	width: 422px;
	height: 7px;
	background: url(images/dotspacer.gif) no-repeat;
	margin: 3px -10px 3px -10px;
	padding:0;
	font-size: 1px;
}

#form {
	padding: 0px 0 45px 0;
	margin: 0;
}

#form form {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#form label {
	margin: 0 7px 0 7px;
	padding: 0;
	float: left;
	width: 95px;
	height: 18px;
	line-height: 18px;
}

.formField {
	margin: 0 0 7px 0;
	padding: 0;
	display: inline;
	border: 1px dashed #afaca7;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}

#form input {
	padding: 0 0 0 3px;
}

#form br {
	margin: 0;
	padding: 0;
	height: 3px;
	border: 1px solid #0000FF;
}

#form button {
	margin: 0 3px 0 0;
	padding: -2px 5px 0 5px;
	height: 18px;
	line-height: 18px;
	border: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
	background: #000061;
}

#form button:hover {
	color: #000;
	background: #f6ef00;
}

.formError {
	margin: 0 0 0 109px;
	padding: 0;
	height: 12px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	color: #E30000;
}