body {
    padding: 0px;
	margin: 0px;
	font-family: arial, sans;
}

a, .home_link {
	text-decoration: underline;
	color: #0061af;
	border: 0px;
}
a img {
	border: 0px;
}

a:hover {
	color: #77A;
}

div#content {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

div#top {
    position: absolute;
    width: 100%;
    height: 110px;
}

div#mid {
    position: absolute;
  
}

div#bottom {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0px;
    bottom: 0px;
    color: #666;
}

/* Startpagina */
div#startpagemenu {
	position: absolute;
	width: 100%;
	text-align: center;
}

div#startpagemenu div.bigmenu {
	position: relative;
	width: 100%;
	font-size: 40px;
	margin: 50px auto;
	padding: 20px;
	background-color: #ccbb99;
	color: #444;
	font-family: times new roman, serif;
}

div#startpagemenu div.bigmenu:hover {
	background-color: #eeddbb;
	color: #000;
}

/* eind Startpagina */



div#home_screen {
	margin: 60px;
	margin-top: 25px;
	margin-bottom: 0px;
}