/** CONTENT **/

#content #envelope {
	float: left;
	margin: 0 15px 0 10px;
}

#content h1 {
	width: 480px;
	margin-right: 250px;
	margin-left: 10px;
	text-align: center;
}

#content h2 a {
	color: #206FA7;
	text-decoration: none;
}

#content h2 a:hover {
	text-decoration: underline;
}

#news {
	width: 485px;
	margin-left: 2%;
}

#news h3 {
	color: #206FA7;
	text-align: left;
}

#news h3 a {
	text-decoration: none;
}

#news h3 a:hover {
	text-decoration: underline;
}

#news img {
	margin-left: -65px;
	border: none;
}

#news p {
	min-height: 55px;
	margin-left: 65px;
	margin-right: 15px;
}

.news {
	float: left;
	margin: -10px 10px 0 0;
}

#news .more {
	margin-left: 15px;
}


#content div.warning {
	color: #000000;
	margin: 0 10px 15px 10px;
	padding: 5px 0;
	background: #A73C20;
	background: #EF8568;
}

#content div.warning h2 {
	color: #000000;
	text-align: center;
	margin-right: 0;
}

#content div.warning p{
	margin-left: 15px;
	margin-right: 10px;
}

#content div.warning p a {
	color: #FFD6CB;
}

#calendar {
	width: 230px;
	float: right;
	padding-bottom: 10px;
	background: #FFFFFF url("../images/index/calendar_bottom.png") no-repeat bottom;
	margin-right: 10px;
}

#calendar p {
	text-align: center;
	font-weight: bold;
}

#calendar h3 {
	width: 230px;
	height: 25px;
	margin: 0 0 -25px 0;
	background: #FFFFFF url("../images/index/calendar_top.png") no-repeat top;
	text-align: center;
}

#calendar h3 #date {
	top: -10px;
	position: relative;
	background: white;
}

#calendar h4 {
	margin: 15px 0 -15px 15px;
}

#calendar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#calendar ul li {
	margin: 15px 0 0 15px;
}

a.beschrijving {
    position: relative; /*this is the key*/
}

a.beschrijving:hover{
	color: #000000;
}

a.beschrijving span{
	display: none
}

a.beschrijving:hover span{ /*the span will display just on :hover state*/
	top: 10px;
	left: 30px;
	width: 25em;
	color: #666666;
    border: 1px solid #999999;
	padding: 5px;
	z-index: 25;
	display: block;
    position: absolute;
	line-height: 1.5em;
    background-color: #d5d5d5;

}