.text {
	color           : black;
	font-family     : Verdana, Arial;
	font-size       : 11px;
	text-decoration : none;
}

LI {
	color           : black;
	font-family     : Verdana, Arial;
	font-size       : 11px;
	text-decoration : none;
}

A {
	color: blue;
}

A:visited {
	color: blue;
}


P {
	color           : black;
	font-family     : Verdana, Arial;
	font-size       : 11px;
	text-decoration : none;
}

TD {
	color           : black;
	font-family     : Verdana, Arial;
	font-size       : 11px;
	text-decoration : none;
}

.kalendartitle {
	color           : #0D3B68;
	font-family     : Verdana, Arial;
	font-size       : 11px;
	text-decoration : none;
	font-weight     : bold;
}

.title {
	color           : black;
	font-family     : Verdana, Arial;
	font-size       : 18px;
	text-decoration : none;
	font-weight     : bold;
}

.datetitle {
	color           : black;
	font-family     : Verdana, Arial;
	font-size       : 14px;
	text-decoration : none;
	font-weight     : bold;
}

.homedate {
	color           : #89021F;
	font-family     : Verdana, Arial;
	font-size       : 11px;
	text-decoration : none;
	font-weight     : bold;
}

.topmenu {
	color           : white;
	font-family     : Verdana, Arial;
	font-size       : 11px;
	text-decoration : none;
	font-weight     : bold;
}

.topmenu:visited {
	color           : white;
	font-family     : Verdana, Arial;
	font-size       : 11px;
	text-decoration : none;
	font-weight     : bold;
}

.topmenu:hover {
	color           : #F8CC61;
	font-family     : Verdana, Arial;
	font-size       : 11px;
	text-decoration : none;
	font-weight     : bold;
}

.pathbar {
	color           : #6098CF;
	font-family     : Verdana, Arial;
	font-size       : 10px;
	text-decoration : none;
	font-weight     : bold;
}
.pathbar:hover {
	color           : #25609A;
	font-family     : Verdana, Arial;
	font-size       : 10px;
	text-decoration : none;
	font-weight     : bold;
}

.leftmenu {
	color           : black;
	font-family     : Verdana, Arial;
	font-size       : 11px;
	text-decoration : none;
	font-weight     : bold;
}

.leftmenu:visited {
	color           : black;
	font-family     : Verdana, Arial;
	font-size       : 11px;
	text-decoration : none;
	font-weight     : bold;
}

.leftmenu:hover {
	color           : #89021F;
	font-family     : Verdana, Arial;
	font-size       : 11px;
	text-decoration : none;
	font-weight     : bold;
}

.leftmenu_small {
	color           : black;
	font-family     : Verdana, Arial;
	font-size       : 10px;
	text-decoration : none;
	font-weight     : bold;
}

.leftmenu_small:visited {
	color           : black;
	font-family     : Verdana, Arial;
	font-size       : 10px;
	text-decoration : none;
	font-weight     : bold;
}

.leftmenu_small:hover {
	color           : #89021F;
	font-family     : Verdana, Arial;
	font-size       : 10px;
	text-decoration : none;
	font-weight     : bold;
}

.copyright, .copyright:active, .copyright:visited, .copyright:hover {
	color           : #A0A1A1;
	font-family     : Verdana, Arial;
	font-size       : 10px;
	text-decoration : none;
	font-weight     : bold;
}

#news {
	width: 350px;
	font-size: 12px;
}

#news .strong {
	font-weight: bold;
	color: #89021F;
}

#news .entry {
	width: 350px;
	border: 0;
	padding-left: 7px;
	text-align: justify;
}

#news .separator {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 35px;
	border-bottom: dotted 1px black;
}


