/* CSS Document */
		a:link { color: #FFFFFF; text-decoration: underline;}
		a:visited { color: #FFFFFF; text-decoration: underline;}
		a:active { color: #FFFFFF; text-decoration: underline;}
		a:hover { color: #FFFFFF; text-decoration: underline;}
		
		.enter A:link {color: #FFFFFF; text-decoration: none}
		.enter A:visited {color: #FFFFFF; text-decoration: none}
		.enter A:active {color: #FFFFFF; text-decoration: none}
		.enter A:hover {color: #FFFFFF;text-decoration: underline;}
		
		.knop A:link {color: #FFFFFF; text-decoration: none}
		.knop A:visited {color: #FFFFFF; text-decoration: none}
		.knop A:active {color: #FFFFFF; text-decoration: none}
		.knop A:hover {color: #FFFFFF;text-decoration: none;}
		
		div.button {width:120px; height:24px; top:0px; left: 0px; border: 1px #000 solid;}
		div.button a  {width:120px; height:24px; display:block; padding-top:2px; font: bold .8em; text-align:center;}
		div.button a:link {color: black; text-decoration:none;}
		div.button a:hover {color:#F33; text-decoration:underline;}


body
		{
		padding: 0px;
		margin: 0px;	
		background-color: #00ACE8;		
		}
		
.background
		{
		background-image: url(../images/bgGuinau.jpg);
		}
		
img
		{
		border: 0px solid black;
		}
		
h2
		{
		font-size: 32px;
		font-weight: lighter;
		}

h3, h2 {
	margin: 0px 0px 10px 0px;
}

* 	{
 	 box-sizing: border-box;
 	 -moz-box-sizing: border-box;
		}

.main
		{
		width: 100%;
		height: 100%;
		text-align: left;
		}

.enter
		{
		background-image:  url(../images/enter.jpg);
		width: 696px;
		height: 525px;
		text-align: center;
		padding-top: 492px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #FFFFFF;
		cursor: hand;
		}

.bgleft
		{
		background-image: url(../images/bgLeft.gif);
		background-repeat: no-repeat;
		background-position: top right
		}
		
.bgright
		{
		background-image:  url(../images/bgRight.gif);
		background-position: top left;
		background-repeat: no-repeat;
		}
			
.website
		{
		tekst-align: left;
		/*background-image:  url(../images/bgWebsite.gif);*/
		width: 696px;
		height: 100%;
		}
		
.header
		{
		
		background-image:  url(../images/header.gif);
		width: 696px;
		height: 134px;
		}
		
.content
		{
		text-align: left;
		background-image:  url(../images/bgContent.gif);
		background-repeat: no-repeat;
		width: 696px;
		}
		
.navigatie
		{
		text-align: right;
		float: left;
		width: 170px;
		padding-top: 124px;
		
		}
		
.knop
		{
		float: right;
		padding-top: 2px;
		background-image:  url(../images/knop.gif);
		background-repeat: no-repeat;
		width: 112px;
		height: 19px;
		color: #FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;		
		}
		
.adres
		{
		clear: both;
		text-align: right;
		padding-top: 50px;
		color: #FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding-bottom:40px;
		}
		
.tekst
		{
		float: left;
		width: 524px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		padding: 20px 20px 10px 40px;
		
		}	
			
.footer
		{
		clear: both;
		text-align: right;
		padding-top: 6px;
		padding-right: 20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		background-image:  url(../images/footer.gif);
		background-repeat: no-repeat;
		width: 696px;
		height: 24px;
		}
		
#contactForm {margin: 12px 0 0 0; border: 0; padding: 0;}
	.formrow {margin-bottom: 6px;}
	#contactForm label {width: 120px; float: left;}
	#contactForm input {width: 240px;}
	#contactForm textarea {width: 240px; height: 60px;}
	.required {color: #FF0000;}
	.send {margin: 0 0 0 120px;}