html, body {
	font-family:			Arial, Helvetica, Arial, sans-serif;
	font-size:				11px;
	color: 					#EEEEEE;
	padding:				0px;
	margin:					4px;
	background-color:		#000;
	background-image: 		url(../images/header.jpg);
	background-repeat:		no-repeat;
	background-position:	center top;
}

A:link {
	text-decoration:		underline;
	color:					#5988d0;
	padding:				0px;
}

A:visited {
	text-decoration:		underline;
	color:					#5988d0;
}

A:active {
	text-decoration:		none;
}

A:hover {
	text-decoration:		none;
	color:					#5988d0;
}

#footer A:link {
	text-decoration:		none;
}

#footer A:hover {
	text-decoration:		none; 
	color:					#9d7dd1;
}

#container {
	position:				relative;
	width:					945px;
}

#menu {
	margin-top: 			257px;
	float:					left;
	height:					35px;
}

#menu ul {
	position: 				relative;
	left: 					20px;
	margin: 				0;
	padding: 				0;
	text-align: 			left;
	list-style: 			none;
}

#menu ul li {
	display: 				inline;
	padding: 				.2em;
	font-weight:			bold;
}

#menu ul li a {
	background-image: 		url(../images/menu_list_img.gif);
	background-repeat:		no-repeat;
	background-position:	left;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				11px;
	color: 					#F5F5F5;
	text-decoration: 		none;
	padding: 				.2em 1em;
}

#block {
	width:					945px;
	height:					13px;
	float:					left;
	border: 				#33FF00 2px;
}

#content {
	position: 				relative;
}

#centercontent {
	text-align:				left;
	float: 					left;
	width:					686px;
	background-image:		url(../images/bg_center.jpg);
	background-repeat:		repeat-y;
	background-position:	center;
}

#centercontent p {
	line-height:			2.2em;
	padding-top: 			0.2em;
	padding-left: 	 		1.5em;
	padding-right:			1.5em;
}

#centercontent h3 {
	color:					#5988d0;
	font-size:				22px;
	padding:				0px;
	margin:					0px;
	padding-left:			0.7em;
}

#bottom_cc {	
	width:					686px;
	height:					40px;
	background-image:		url(../images/bottom_cc.jpg);
	background-repeat:		no-repeat;
	background-position:	center center;
}

#rightcontent {
	background-image:		url(../images/bg_rc.jpg);
	background-repeat:		repeat-x;
	margin-left:			7px;
	float: 					left;
	width: 					246px;
	height: 				400px;
	text-align: 			left;
}

/*#rightcontent p {
	text-align: 			left;
	padding-left: 			1.5em;
	padding-right: 			1.5em;
	color:					#5988d0;
}*/

#rightcontent ul {
	list-style-type:		none;
	margin:					0px;
	padding-top:			10px;
	padding-bottom:			0px;
	padding-left:			15px;
	padding-right:			10px;
}

#rightcontent ul li {
	font-style:				normal;
	padding-bottom:			10px;
}

#rightcontent h4 {
	font-size:				12px;	
	color:					#5988d0;
	padding:				0px;
	margin:					0px;
	padding-top:			10px;
	padding-left:			15px;
}

#rightcontent form {
	margin:					0px;
	padding-top:			15px;
	padding-left:			15px;
}

#rightcontent input {
	border:					1px solid #666;
	margin-bottom:			10px;
	background-color:		#999;
	width:					200px;
}

#rightcontent textarea {
	font-family: 			Arial, Helvetica, sans-serif;
	font-size:				12px;
	border:					1px solid #666;
	margin-bottom:			10px;
	background-color:		#999;
	width:					200px;
	height:					60px;
}

#rightcontent .guestbook {
	border:					0px;
	width:					71px;
	height:					29px;
	background-image:		url(../images/verzenden.gif);
	background-repeat:		no-repeat;
}

#date {
	font-style:				normal;
	color:					#5988d0;
	font-weight:			bold;
}

#bottom_rc {
	background-image:	 	url(../images/agenda_logo.jpg);
	background-repeat:		no-repeat;
	background-position: 	right bottom;
	width: 					81px;
	height:					40px;
	float: 					right;
}

#bottom_gb {
	background-image:	 	url(../images/bericht.gif);
	background-repeat:		no-repeat;
	background-position: 	right bottom;
	width: 					81px;
	height:					40px;
	float: 					right;
}

#footer {
	float: 					left;
	width: 					712px;	
	font-style: 			italic;
	font-size: 				10px;
	text-decoration: 		none;	
	padding-top: 			4px;
}

#agenda li {
	color:					#5988d0;
	padding:				0px;
	margin:					0px;
	padding-bottom:			1.0em;
	list-style-type:		none;
}

#agenda_items li {
	color:					#FFFFFF;
	padding:				0px;
	list-style-type:		none;
}

#guestbook li {
	list-style-type:		none;
	color:					#5988d0;
	padding-bottom:			4px;
	margin-right:			30px;
}

li#gb_message {
	color:					#fff;
	background-color:		#111;
	padding:				5px;
	margin-bottom:			15px;
}

#error_message {
	color:		#FF0000;
}
