@CHARSET "UTF-8";

/* grün: #e4f077 */
/* orange: #fbbd4a */

html {
	width: 980px;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 150%;
}

a {
	color: #839300;
	text-decoration: none;
}

#maincolumn a {
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: #839300;
}

#maincolumn a:hover {
	text-decoration: none;
}

div#container {
	border-left: 20px solid #b3c800;
	padding: 60px;
}

div#maincolumn {
	float: left;
	width: 500px;
}

div#rightcolumn {
	margin-top: 20px;
	float: left;
	margin-left: 60px;
	padding: 0 20px 0 20px;
	background: #eee;
	font-size: 12px;
	width: 240px;
}

blockquote {
	margin: 0px;
	padding: 20px;
	background: #eee;
	font-style: italic;
}

h1 {
	font-size: 24px;
	line-height: 28px;
	color: #839300;
}

h1 small {
	color: #666;
}

strong {
	color: #839300;
}

span.jahreszahl {
	background: #eee;
	color: #999;
}