body {
	background: #fff url(../gfx/bodybg.jpg) 10px 10px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	padding: 30px;
	font-size: 0.9em;
}
p {
	line-height: 1.2em;
}
a {
	color: #5e96d3;
}
a.regular {
	color: #000;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
ul {
	margin: 1% 0;
	list-style: disc;
}
li {
	margin-left: 5%;
	list-style: disc;
	line-height: 1.5em;
}
.error {
	color: #f00;
}
.clearme {
	clear: both;
}
/* content elements */
div.toplink {
	padding: 45px 0 0 115px;
	color: #5e96d3;
	background: url('../gfx/karton.gif') top right no-repeat;
}
div.toplink a {
	color: #5e96d3;
	text-decoration: none;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
}
h1, h2, h3 {
	font-weight: bold;
	margin-bottom: 1%;
	color: #5e96d3;
	clear: both;
}
h1.notfirst, h2, h3 {
	margin-top: 2%;
}
h2#topheader {
	font-size: 3em;
	font-style: italic;
	text-transform: lowercase;
	color: #e7f0f7;
	text-align: right;
	border-top: 1px dashed #5e96d3;
	margin: 0 0 0 30%;
}
h2.faq_question {
	font-weight: bold;
	margin-bottom: 5px;
	margin: 3% 0 1% 0;
}
ul#mainnavi {
	list-style: none;
	float: left;
	width: 23%;
	margin-top: 20px;
	border-right: 1px dashed #5e96d3;
	color: #5e96d3;
}
ul#mainnavi li {
	list-style: none;
	margin: 0;
	border-bottom: 1px dashed #5e96d3;
}
ul#mainnavi li.lastli {
	border: 0;
}
ul#mainnavi li a {
	display: block;
	width: 98%;
	padding: 5% 1%;
	text-decoration: none;
	color: #5e96d3;
}
ul#mainnavi li a:hover,
ul#mainnavi li a.active {
	background: #e7f0f7;

}
div#content {
	float: left;
	width: 70%;
	padding: 2% 3% 3%;
}
div#footer {
	clear: both;
	border-top: 1px dashed #5e96d3;
	font-size: 0.8em;
	color: #5e96d3;
	padding-top: 1%;
}
div#footer a {
	color: #5e96d3;
	text-decoration: none;
}
div#footer div#copyright {
	float: left;
	margin-right: 10px;
}
div#footer div#footertext {
	float: right;
}
/* contact form */
form#contactform textarea#message {
	width: 70%;
	height: 4em; 
	margin-right: 5%;
	font-family: inherit;
	font-size: 1em;
}
form#contactform label {
	display: block;
	float: left;
	padding: 0 1% 0 0;
	width: 12%;
	white-space: nowrap;
	font-weight: bold;
}
form#contactform input {
	margin-bottom: 10px;
}