body {
	background-color: #eeeeee;
	margin: 0px;
}
body, div, td, input, select, textarea {
	color: #474747;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 160%;
}
form {
	margin: 0px;
}
textarea, select, input {
	margin: 0px;
	margin-bottom: 4px;
}
textarea, select {
	border: 1px #e1e1e1 solid;
	padding: 4px;
}
input[type=text], input[type=password] {
	border: 1px #e1e1e1 solid;
	padding: 4px;
	width: 144px;
}
.text {
	border: 1px #e1e1e1 solid;
	padding: 4px;
	width: 144px;
}
select {
	width: 144px;
}
input[type=checkbox] {
	border: 0px;
	width: 13px;
	height: 13px;
	vertical-align: middle;
}
.checkbox {
	border: 0px;
	width: 13px;
	height: 13px;
	vertical-align: middle;
}
a {
	color: #27b745;
}
a:hover {
	text-decoration: none;
}
img {
	display: block;
	border: 0px;
}
.headermenu {
	font-family: Arial, sans-serif;
}
.headermenu a {
	color: #ffffff;
	text-decoration: none;
}
.headermenu a:hover {
	color: #27b745;	
}
h2, .headline {
	font-family: Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #707070;
	line-height: 110%;
	margin-top: 0px;
}
.headlinegreen {
	font-family: Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #27b745;
	line-height: 110%;
}
.headlinesub {
	font-size: 9px;
	color: #868686;
}
.sideheadline {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #707070;
}
.sideheadlinegreen {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #27b745;
}
.bubble {
	background-image: url('bubble.gif');
	background-repeat: no-repeat;
	width: 33px;
	height: 44px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
}
.greylink a {
	color: #707070;
}
.validation-error {
	padding: 5px 0px 5px 0px;
}
.green {
	color: #27b745;
}
#picture, #picture img {
	margin: auto;
	text-align: center;
}

.banner-marginleft, .banner-marginright {
	position: absolute;
	left: 50%;
	width: 190px;
	margin-left: -690px;
}

.banner-marginright {
	margin-left: 510px;
}
