@charset "utf-8";
/* CSS Document */

.pageImageTop
{
	margin: 		10px 10px 10px 10px; 
	padding: 		10px 10px 10px 10px;
	max-width: 		570px; 
	border: 		0px;
}

.pageImageLeft
{
	float: 			left; 
	margin: 		10px 10px 10px 10px; 
	padding: 		10px 10px 10px 10px;
	max-width: 		300px; 
	max-height: 	300px; 
	border: 		0px;
}

.pageImageRight
{
	float: 			right; 
	margin: 		10px 10px 10px 10px; 
	padding: 		10px 10px 10px 10px;
	max-width: 		300px; 
	max-height: 	300px; 
	border: 		0px;
}

.logotype
{
	float:			left;
	max-width:		230px;
	margin-left:	10px;
	margin-top:		20px;
}

/* Gallery images */
.galleryThumb{
	max-width: 100px;
	max-height: 100px;
}

.galleryImage{
	max-width: 600px;
	max-height: 600px;
}

/* Event calendar */
eventtable{
	text-align:center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	border-collapse: separate;
	border-spacing: 2px;
	width: auto;
}

.eventweekmonth{
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 25px;
	width: 28px;
	border: 1px solid #d5cfb9;
}

.eventweekmonthactive{
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 25px;
	width: 28px;
	font-weight: bold;
	border: 1px solid #d5cfb9;
}

.eventweekend{
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 19px;
	width: 28px;
	border: 1px solid #d5cfb9;
}

.eventweekendactive{
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 19px;
	width: 28px;
	font-weight: bold;
	border: 1px solid #d5cfb9;
}

.eventday{
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 19px;
	width: 28px;
	border: 1px solid #d5cfb9;
}

.eventdayactive{
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 19px;
	width: 28px;
	font-weight: bold;
	border: 1px solid #d5cfb9;
}

.eventdaydisabled{
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 19px;
	width: 28px;
	color: #969696;
	border: 1px solid #d5cfb9;
}

.eventdetails{
	background-repeat: no-repeat;
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
	height: 160px;
	width: 175px;
	padding: 5px;
	border: 1px solid #d5cfb9;
}

.eventcalendartitle{
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 25px;
	width: auto;
	font-weight: bold;
	text-align:center;
	border: 1px solid #d5cfb9;
	vertical-align : top;
	border-collapse : separate;
	border-spacing : 2px;
}

