body {
	background-color:#fff;
	text-align: center;
	font-family:'Comic Sans MS';
	font-size:15px;
	font-weight:normal;
	color:#000;
}
* {
	margin:0;
	padding:0;
}
img {
	border:none;
}
#container {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}
td {
	font-family:'Comic Sans MS';
	font-size:15px;
	font-weight:normal;
	color:#000;
	vertical-align:top;
}
#dagen {
	position:relative;
	left:79px;
	top:55px;
	font-family:'Trebuchet MS',sans-serif;
	color:#e41819;
	font-size:30px;
}
h2 {
	margin-bottom:10px;
	font-family:'Comic Sans MS';
	font-size:28px;
	font-weight:bold;
	color:#da262f;
	
}
.steden, .steden2 {
	margin:14px;
	font-family:'Comic Sans MS';
	font-size:15px;
	font-weight:normal;
	color:#000;
	list-style:none;
}
.steden2 {
	/*list-style-image: url(img/driehoekje.gif)*/
	background-image: url(../img/driehoekje.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-left: 24px;
}
#popup {
	width:580px;
	height:380px;
	position:absolute;
	left:30%;
	top:185px;
	z-index:1000;
	
}
.logo {
	width:176px;
	height:103px;
	float:left;
	margin:10px;
	background-color:transparent;
}
.sponsor {
	width:235px;
	height:35px;
	float:left;
	margin-left:50px;

}
.sponsor a {
	font-family:'Comic Sans MS';
	font-size:15px;
	font-weight:normal;
	color:#00f;
	text-decoration:none;
}
.sponsor a:hover {
	color:#f00;
}
.button {
	height:24px;
	border:2px solid green;
	background-color:white;
	text-align:center;
	cursor:pointer;
	_cursor:hand;
}
.button a {
	font-family:'Comic Sans MS';
	font-size:15px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
}
.button a:hover {
	color:#f00;
}

.photo {
	float:left;
	margin: 12px;
	border:4px solid green;
	height:85px;
}

