body {
	background-color: #e7e7e7;
	font-size: 11pt;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 0.8em;
}

a {
	color: #333333;
}

a:hover {
	color: #82B93E;
}

.divheader {
	background-image: url(imgs/header.png);
	height: 200px;
	color: #ffffff;
	text-align: center;
}
.divcenter {
	padding-left: 35px;
	padding-right: 10px;
}
.menue {
	padding-left: 10px;
	padding-right: 20px;
	width: 233px;
}
a.menue {
	font-size: 0.9em;
}
.divfooter {
	background-image: url(imgs/footer.jpg);
	height: 63px;
	text-align: center;
	font-size: 0.7em;
}

.strich {
	font-weight: bold;
	color: #83BA3E;
	font-family: "Times New Roman";
}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 { font-size: 3.0em; margin-top: 20px; line-height: 10%;}
h2 { font-size: 1.4em; }
h3 { font-size: 1.0em; }
h4 { font-size: 0.9em; }

code {
	font-size: 1.1em;
}

.blockquote {
	padding-left: 20px;
}

p.redborder {
	border: 1px solid #990000;
	font-size: 0.65em;
	padding: 2px;
}
