@charset "utf-8";
/* CSS Document website Bianca Blanker 2012 */

*{
	outline: 0;
}

html,body{
	padding:0px;
	margin:0px;
	font-family: GillBC, Calibri, Tahoma, Helvetica, Arial, sans-serif;
	font-size:20px;
	height:100%;
	color:#777777;
}

body {
	height:100%;
	width:100%;
}

p {
	margin:0;
}

/* FONT */

@font-face
{
font-family: GillBC;
src: url('fonts/gillbc.ttf'),
     url('fonts/gillbc.eot'); /* IE9+ */
}

@font-face
{
font-family: GillBC;
src: url('fonts/gillbc.ttf'),
     url('fonts/gillbc.eot'); /* IE9+ */
font-weight:normal;
}

@font-face
{
font-family: GillBB;
src: url('fonts/gillbb.ttf'),
     url('fonts/gillbb.eot'); /* IE9+ */
}

@font-face
{
font-family: GillBB;
src: url('fonts/gillbbb.ttf'),
     url('fonts/gillbbb.eot'); /* IE9+ */
font-weight:bold;
}

@font-face
{
font-family: GillBB;
src: url('fonts/gillbbi.ttf'),
     url('fonts/gillbbi.eot'); /* IE9+ */
font-style:italic;
}

@font-face
{
font-family: GillBB;
src: url('fonts/gillbbbi.ttf'),
     url('fonts/gillbbbi.eot'); /* IE9+ */
font-style:italic;
font-weight:bold;
}


/* SITE */

#site_container {
border:none;
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
width: 900px; 
height: 615px;
}

#header {
width:900px;
height:34px;
border-bottom: 1px solid #AAAAAA;
vertical-align:bottom;
}

#content {
width:900px;
height:530px;
padding: 10px 0;
}

#menu {
width:900px;
height:30px;
text-align:center;
}

/* HEADER SPECS */

#header h2 {
font-size:32px;
font-weight:normal;
text-align:right;
margin-top:0px;
margin-right:5px;
margin-bottom:5px;
float:right;
color:#207420;
}

/* CONTENT SPECS */

.welkom {
font-size:26px;
padding-top:200px;
text-align:center;
color:#207420;
}

.informatie {
clear: left;
position: relative;
float: left;
height:400px;
margin: 46px 400px 0 150px;         
padding: 0px;
color:#207420;
font-size: 18px;
font-family: GillBB, Calibri, Tahoma, Helvetica, Arial, sans-serif;
text-align:justify;
}

.info-contact {
clear: left;
position: relative;
height:200px;
padding-top:200px;
text-align:center;
color:#207420;
font-size: 18px;
font-family: GillBB, Calibri, Tahoma, Helvetica, Arial, sans-serif;
}

.contact {
position: relative;
float: left;
margin: -400px 50px 0 450px;         
padding: 0px;
color: #777777;
font-size: 15px;
font-family: GillBB, Calibri, Tahoma, Helvetica, Arial, sans-serif;
}

/* MENU SPECS */

#menubar {
margin-top:0px;
}

#menubar ul {
list-style-type:none;
margin:0;
padding:0;
padding-top:0px;
padding-bottom:0px;
border-top: 1px solid #AAAAAA;
border-bottom: 1px solid #AAAAAA;
}

#menubar a {
font-weight:normal;
text-transform:uppercase;
color:#777777;
text-align:center;
padding:0px 70px 0px 70px;
text-decoration:none;
}

#menubar a:hover{
color:#FFFFFF;
background-color:#207420;
}

#menubar li {
display:inline;
background:none;
}

#menubar a.current {
color:#207420;
}

#menubar a.current:hover  {
color:#FFFFFF;
}