/*	
	Auteur: *Nicolas Grande*
	Datum: * hier komt de datum*
	Kleuren: * hier komen de kleuren*
=== === === === === === === === === === */
/*=STRUCTUUR
=== === === === === === === === === === */
html {

}
body {
   font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	background-image:url(../cssimg/background.gif);
}

:focus
{
  -moz-outline-style: none;
}
/*=GEMEENSCHAPPELIJK
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}
p, li {
	line-height: 150%
}

img {
	border: 0
}
a {

}

/*=CONTAINER
=== === === === === === === === === === */
#container      
	{
	position: absolute;
	text-align: left;
	margin-top: -292px;
	margin-left: -278px;
	top: 50%;
	left: 50%;
	width: 556px;
	height: 583px;
	visibility: visible;
	}

/*=HEADER
=== === === === === === === === === === */
#logo {
	float:left;
	

}
/*=NAVIGATIE
=== === === === === === === === === === */
#navigatieRechts {
	position:absolute;
	right: 3px;
	width: 99px;
	height: 55px;
	margin-top: 75px;
	
}

#emailbutton {
	position:absolute;
	z-index: 140;
	left: 90px;
	width: 160px;
	height: 20px;
top: 350px;
}

#navigatieOnder {
	position:absolute;
	bottom: 0;
	width: 556px;
	height: 130px;
	
}

#navigatieSlideshow {
	position:absolute;
	bottom: 0px;
	left: 442px;
	width: 556px;
	height: 130px;
	
}

/*=CONTENT
=== === === === === === === === === === */
#content {
	position: absolute;
	top: 130px;
	width: 549px;
	height:300px;
}

#content img { height: 300px; width: 540px; margin-left: 7px; top:0; left:0 }


/*=FOOTER
=== === === === === === === === === === */
#footer {

}

/*=FORMULIER
=== === === === === === === === === === */

.formulier {
margin-bottom: 10px;	
}

label
{
width: 80px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit 
{
margin-left: 85px;
}


input
{
color: #656565;
background: white;
border: 1px solid #656565
}


fieldset
{
border: 1px solid #781351;
width: 20em
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
} 
