html, body
{ 
	background-color: #374998; 
	font-family: Arial, Verdana;
	font-size: 13px;
	width: 100%;
	height: 100%; 
	margin: 0; 
	padding: 0;
	text-align: center;
	scrollbar-3d-light-color: #232F63;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #374998;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-face-color: #232F63;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #232F63;
}

div#container
{ 
	border: 0;
	height: 590px;
	width: 975px;
	position: relative; 
	color: black;
	text-align: left;
}

div#menu
{ 
	height: 142px;
	width: 975px;
	position: relative; 
}

div#inhoudcontainer
{ 
	height: 404px;
	width: 975px;
	position: relative; 
	background: url('/images/gasten/achtergrond.jpg');
	background-repeat: no-repeat;
	background-position: 0% 0%;	
}

div#inhoud
{
	height: 404px;
	width: 955px;
	position: relative; 
	overflow:auto;
	color: #FFFFFF;

}

div#footer
{ 
	height: 45px;
	width: 975px;
	position: relative; 
}

img
{
	border: 0;
}

h1
{
	font-family: Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	line-height: 50px;
}

h2
{
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

h3
{
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

h4
{
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
}

a:link
{
	background: none;
	color: #ff8000;
	text-decoration: underline;
}

a:active
{
	background: none;
	color: #ff8000;
	text-decoration: underline;
}

a:visited
{
	background: none;
	color: #ff8000;
	text-decoration: underline;
}

a:hover
{
	background: none;
	color: #ffc993;
	text-decoration: underline;
}
