@CHARSET "ISO-8859-1";
/* Layout: globaal */
html {
	background-color: #A2A2A2;
	vertical-align: middle;
}
#container {
/*	background-image: url(backgr2.jpg);*/

	margin: auto;
	padding: 10px;
	width: 950px;
	font-family: verdana;
/*	border-style: solid;
	border-width: thin;
	border-color: DarkSalmon;
*/
	height: 750px;
}
#bottom {
	height: 560px;
}
#top {
	background-image: url(logo.jpg) ;
	background-repeat: no-repeat;
	background-position: center;
	height: 269px;
}
#page {
	float: left;
	height: 560px;
	width: 806px;
/*
	border-style: solid;
	border-width: thin;
	border-color: red;
*/
}

#head {
	font-weight: bold;
	text-align: center;
	font-size: xx-large;
}

#content {
	float: right;
	width: 625px;
	height: 100%;
}
#menu {
	float: left;
	width: 175px;
	height: 100%;
}
	
img {
	border-style: none;
}
h1 {
	border-style: none;
	text-align: center;
}

h2 {
	border-style: none;
	text-align: left;
	font-weight: bold;
	font-size: x=large;
	line-height: 80%;
	margin:0; 
	padding:0; 
}

th {
	font-size: large;
	text-align: left;
	border: 1px solid gray;
}

table {
	border-collapse:collapse;
	border: 1px solid gray;
}

td {
	border: 1px solid gray;
}

#tabledatum {
	width: 225px;
}

#tableplaats {
	width: 200px;
}

#tablegelegenheid{
	width: 1000px;
}

#tablelinksleft{
	width: 1000px;
}

#tablelinksright{
	width: 800px;
}

#cr {
	font-size: x-small;
} 

#slogan {
	font-size: large;
	font-style: italic;
}

a:link{
	color:#777777;
	text-decoration:none;
}    
a:visited{
	color:#777777;
	text-decoration:none;
}    
a:hover{
	color:#000000;
	text-decoration:none;
}    
a:active{
	color:#000000;
	text-decoration:none;
}    
