.body {
	background-color: 	silver;
	font-family: 		"Chianti Win95BT",Geneva,Garamond,Arial;
	color: 				white;
}

div#outer {
	height: 			710px;
	width: 				800px;
	margin-left: 		auto;
	margin-right: 		auto;
	margin-top: 		auto;
	margin-bottom: 		auto;
	background-color: 	black;
}

div#container {
	height: 			700px;
	width: 				800px;
	position: 			relative;
	border: 			3px solid silver;
	background-color: 	black;
}

div#header {
	background-color: 	black;
	width: 				800px;
	height: 			113px;
	border: 			none;
	border-bottom: 		3px solid silver;
	color: 				white;
	background-color: 	black;
}

div#navigatie {
	background-color: 	black;
	float: 				left;
	width: 				150px;
	height: 			584px;
	color: 				white;
	border-right: 		3px solid silver;
	overflow: 			auto;
	visibility: 		visible;
	background-color: 	black;
}

div#navitems a{
	background-color:	#9C9C9C;
	border-bottom:		solid 2px #828282;
	border-left:		solid 2px #9C9C9C;
	border-right:		solid 2px #828282;
	border-top:			solid 2px #9C9C9C;
	color:				white;
	font-size:			15px;
	text-align:			center;
	text-decoration:	none;
	padding:			0 4px 2px 4px;
	margin:				3px;
	display:			block;
	width:				106px;
}

div#navitems a:hover {
	border-bottom:		solid 2px #9C9C9C;
	border-left:		solid 2px #828282;
	border-right:		solid 2px #9C9C9C;
	border-top:			solid 2px #828282;
	color:				white;
	padding:			1px 3px 1px 5px;
}

div#infobar {
	background-color: 	black;
	float: 				left;
	width: 				647px;
	height: 			20px;
	text-align: 		right;
	border-bottom: 		3px solid silver;
	color: 				white;
	top:				116px;
	background-color: 	black;
}

div#main {
	background-color: 	black;
	float: 				left;
	width: 				637px;
	height: 			556px;
	overflow: 			auto;
	border-top: 		none;
	padding-top: 		5px;
	padding-left: 		5px;
	padding-right:		5px;
	background-color: 	black;
}

A { 
	text-decoration: 	none;
}

A:link, A:visited, A:hover, A:active {
	color: 				white;
}

p.notice {
    border:      		1px dotted green;
    background:  		white;
    padding:     		1px;
    font-weight: 		bold;
    font-size:   		90%;
	color:				black;
}

p.error {
    border:      		1px dotted red;
    background:  		white;
    padding:     		1px;
    font-weight: 		bold;
    font-size:   		90%;
	color: 				black;
}

#smileys, #smileys img {
	padding:			0px;
	margin:				0px;
	border:				0;
	text-align:			center;
}

#cellcontainer {
	border: 			2px solid silver;
	width: 				190px;
	height: 			190px;
}

#image {
	position:			relative;
	width:				190px;
	height:				190px;
	behavior: 			url(./hover.htc);
}

#image:hover, #image.hover{
	filter:				alpha(opacity=0);
	-moz-opacity:		0;
}

#text {
	position:			absolute;
	text-align: 		center;
	width:				190px;
	height:				1px;
	margin-top:			90px;
}
