body {
		margin: 0px;
		padding: 0px;
	}

img {
	border: 1px solid black;
}

h1,h2,h3,p,body,td,div,a,li,span,ul {
		font-family: Verdana;
		color: #222222;
	}

h1 {
		font-size: medium;
	}

h2 {
		font-size: small;
	}

h3 {
		font-size: x-small;
	}

p,body,td,div,a,li,ul,span {
		font-size: x-small;
	}


a {		color: #487D9C;
		text-decoration: none;
	}

td {
	vertical-align: top;
}

.smallText {
	font-size: 10px;
}

.topMenulink {
	font-weight: bold;
}

.newsHeading1 {
	font-size: small;
	font-weight: bold;
}

.newsHeading2 {
	font-size: medium;
	font-weight: bold;
}

.newsPretext2 {
	font-weight: bold;
	margin-bottom: 5px;
}

.blogDate {
	font-size: xx-small;
}

.news {
	margin-bottom: 10px;
}

.bookingDateCell {
        width: 98px;
        height: 70px;
        background-color: #ffffff;
}

.bookingDateCellOutside {
        width: 98px;
        height: 70px;
        background-color: #cccccc;
}

.calendar {
	padding-left: 3px;
}
.calendarCellNormal {
	border: 1px solid #BFE1A1;
}

.calendarCellToday {
	border: 1px solid #849b6f;
}

.calendarCellEvent {
	border: 1px solid #BFE1A1;
	background-color: #d9d9d9;
}

.calendarCellEventToday {
	border: 1px solid #849b6f;
	background-color: #d9d9d9;
}

.calendarEventTitle {
	font-size: medium;
}

.calendarEventDate {
	font-size: x-small;
}

.calendarEventDescription {
	font-size: x-small;
	margin-bottom: 10px;
}

.menuTitle {
	padding-left: 5px;
	border-bottom: 1px solid #D9D9D9;
	font-weight: bold;
	background-color: #D9D9D9;
}

.menuContainer {
	border: 1px solid #D9D9D9;
	margin-bottom: 5px;
}

.menuLink {
	padding-left: 5px;
}

.menuLinkActive {
	padding-left: 5px;
	font-weight: bold;
}

.block_blocksTS {
	margin-bottom: 10px;
}

.newsContainer {
	border-bottom: 1px solid black;
	margin: 5px;
	height: 100%;
}

.newsTitle {
	margin-top: 0px;
	font-size: small;
}

.newsPretext {
}

.articleCellLeft {
	height: 100%;
	padding: 5px;
}
.articleCellRight {
	height: 100%;
	padding: 5px;
}

