body,td,th {
	font-family: Serif, arial;
	font-size: 16px;
}

a {
	font-style: italic;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #003300;
	text-decoration: underline;
}
a:active {
	color: #003300;
	text-decoration: none;
}

#Table_01 {
	border: 1px solid #000000;
}
#table_content {
	background-color: #E6EFF4;
	background-image: url(images/content_backgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#Table_01 #table_content td {
	max-height: 377px;
   
}
.welkom {
	font-family: "Vladimir Script", Helvetica-Light, Verdana, Arial;
	font-size: 72px;
	color: #3366CC;
	background-position: center;
}

.pop{
position: relative;
z-index: 0;
}

.pop:hover{
background-color: transparent;
z-index: 50;
}

.pop span{ /*CSS for tooltip*/
position: absolute;
background-color: #354254;
padding: 5px;
left: -1000px;
border: 1px dashed #333333;
visibility: hidden;
color: black;
text-decoration: none;
}

.pop span img{ /*CSS for the formatting of the images*/
border-width: 0;
padding: 1px;
}

.pop:hover span{ /*CSS for tooltip on hover*/
visibility: visible;
top: 0;
left: 100px; /*position where tooltip should offset horizontally */

}
.planning {
	border: 1px solid #000000;
}

