@charset "UTF-8";

html { margin:0; padding:0; height:100%; }

body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#111;
}

div, p, a, ul, ol, li { margin:0; padding:0; }

p { margin:0 0 16px 0px; line-height:140%; }
p.anlaeufer { font-size:18px; }

.clear { clear:both; height:0; font-size:1px; }
.green { color:#92CC0C; }
.small_arial { font-family:Arial, Helvetica, sans-serif; font-size:12px; }
.georgia { font-family:Georgia, "Times New Roman", Times, serif; }

a { text-decoration:none; color:#92CC0C; }
a:hover { text-decoration:underline; }

#content ul { margin:0 0 16px 20px; list-style-type:square; }


h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#92CC0C;
	margin:0 0 30px 0;
	padding:20px 0 8px 20px;
	width:967px;
	border-bottom:1px dotted #92CC0C;
}





#page {
	width:1150px;
	margin:0 auto;
}

#header {
	height:250px;
	width:100%;
	background:url(../images/header.jpg) no-repeat top left;
	position:relative;
}


#content {
	width:987px;
	margin:0 auto;
}

#content #left {
	float:left;
	width:547px;
	margin-left:20px;
}
* html #content #left { margin-left:10px; }

#content #right {
	float:right;
	width:380px;
	margin-left:40px;
	text-align:center;
	font-size:20px;
}

#footer {
	width:967px;
	margin:20px auto;
	padding:10px 0 0 20px;
	border-top:1px dotted #92CC0C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


.slideshow {
	width:380px;
	height:253px;
	margin-bottom:20px;
}