@charset "UTF-8";
/* CSS Document */

*	{
		margin: 0px;
		padding: 0px;
	}
	
body	{
		background-image: url(images/bgOranje.gif);
		background-repeat: repeat;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		}
	
#container	{
		position: relative;
		}
	
#banner	{
		background-image: url(images/bg.gif);
		background-repeat: repeat;
		height: 245px;
		padding-top: 25px;
		}

#header	{
		background-color: #000000;
		height: 198px;
		margin-left: 230px;
		border-top-style: solid;
		border-top-color: #FFFFFF;
		border-top-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #FFFFFF;
		border-bottom-width: 1px;
		border-left-style: solid;
		border-left-color: #FFFFFF;
		border-left-width: 1px;		
		}
		
#logo	{
		background-image: url(images/logo.gif);
		background-repeat: no-repeat;
		height: 72px;
		width: 360px;
		margin-left: 50px;
		margin-top: 30px;
		}

#menu	{
		margin-top: 78px;
		margin-left: 55px;
		font-size: 13px;
		}
		
#inhoud	{
		position: absolute;
		margin-left: 285px;
		margin-top: -45px;
		}
		
#kader	{
		width: 398px;
		border-right-style: solid;
		border-right-color: #000000;
		border-right-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #000000;
		border-bottom-width: 1px;
		border-left-style: solid;
		border-left-color: #000000;
		border-left-width: 1px;		
		background-color: #FFFFFF;
		padding-bottom: 80px;
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 45px;
		}
		
#poster	{
		height: 282px;
		width: 400px;
		background-image: url(images/poster.gif);
		background-repeat: no-repeat;
		}

#copyright	{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
		}
		
#menu a:link	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		padding-right: 10px;
		padding-left: 10px
		}
		
#menu a:visited	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		padding-right: 10px;
		padding-left: 10px
		}
		
#menu a:hover	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		text-decoration: none;
		padding-right: 10px;
		padding-left: 10px
		}
		
h1	{
		font-size: 18px;
		line-height: 38px;
		}
		
h2	{
		font-size: 14px;
		line-height: 28px;
		margin-top: 20px;
		}
		
li	{
		list-style-type: none;
		margin-left: 10px;
		}	
		
a:link	{
		color: #000000;
		text-decoration: none;
		}	
		
a:hover	{
		color: #000000;
		text-decoration: none;
		}	
		
a:visited	{
		color: #000000;
		text-decoration: none;
		}	