body {
	margin: 0px;
	background: url(../images/bg-large.png) repeat-x fixed center center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/*containers*/
#container {
	width: 100%;
	height: 100%;
	display: table;
}

#position {
	display: table-cell;
	vertical-align: middle;
}

#contentandnavigation {
	height: 500px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#content, #content-contact {
	height: 500px;
	width: 480px;
	float: left;
	overflow: hidden;
}
#navigation {
	height: 500px; 
	width: 615px; 
	float: right;
	overflow: hidden;
	background: url(../images/bg-nav.png) no-repeat;
}

#buttons {
	position: relative;
	width: 300px;
	top: 300px;
	left: 125px;
}

#kwaaijongens {
	width: 300px;
	float: right;
	position: relative;
	top: 352px;
	left: 70px;
}

/*navigatie*/

#buttons li {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.3em;
	list-style-type: none;
}

#nav-home a:link, #nav-home a:visited, 
#nav-over a:link, #nav-over a:visited, 
#nav-portfolio a:link, #nav-portfolio a:visited,
#nav-contact a:link, #nav-contact a:visited {
	color: #bdd73c;
	text-decoration: none;
}


#nav-home a:hover, #nav-home a:visited a:hover,
#nav-over a:hover, #nav-over a:visited a:hover,
#nav-portfolio a:hover, #nav-portfolio a:visited a:hover,
#nav-contact a:hover, #nav-contact a:visited a:hover  {
	color: #57b7df;
}

#home #nav-home a, #over #nav-over a, 
#portfolio #nav-portfolio a, #contact #nav-contact a {
	color: #ed0677;
}

/*teksten*/
h1 {
	color: #e96f35;
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 10px;
}

h2 {
	color: #57b7df;
	font-weight: bold;
	font-size: 1.2em;
}

p {
	color: #fff;
	line-height: 1.6em;
	font-size: 0.8em;
	margin-top: 15px;
}

p a {
	color: #ed0677;
}

.inline-semikop {
	font-size: 1.2em;
	font-weight: bold;
}

h1, h2, p {
	margin-right: 30px;
}

.klein {
	font-size:0.5em;
}

/*diversen*/
#content-contact {
	background: url(../images/foto-miepje.png) no-repeat;
}

#logo {
	visibility: hidden;
	display: none;
}

