/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:gray;
	
	font-family: 'Nobile', arial, serif;
	font-size:11px;
	color:#ffffff;
}

h1 { 
	font-family: 'Nobile', arial, serif;
	margin:0.0em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:white;
	}
	
a{ text-decoration:none;
color:#FF0000;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #000000;
}

div#header {
height:150px;
	background-image:url(../afbeeldingen/powerwheels.png);
	background-repeat:no-repeat;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	height:auto;
	padding:0em 0em 0em; /* bottom padding for footer */
	background-image:url(../afbeeldingen/powerwheels-1.png);
	background-repeat:no-repeat;
	background-color:#000000;
}
	div#content p {
		text-align:justify;
		padding:0 0em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0;
	background-color: #000000;
}
	div#footer p {
	font-size:10px;
	text-align:center;
		padding:3em;
		margin:0;
		}
		
div#menu {
margin-top: 44px;
margin-right: 50px;
}

div#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

div#menu li {
	display: inline;
}

div#menu a {
	display: block;
	float: left;
	margin: 0 0px 0 0;
	padding: 0px 0px 0px 0px;
	border-right: 0px #000000 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


div#menu .current_page_item a {
	margin: 0 0px 0 0;
	color: #FFFFFF;
}
div#knopcontact{
margin-left:110px;
}

div#logo {
	margin: 0 auto;
	padding: 15px 20px;
}

div#tekst {
margin-left: 180px;
padding-top: 20px;
padding-right:450px;
height: 500px;
}

div#beelden {
margin-left: 180px;
padding-top: 20px;
height:auto;
}

#beeld {
	position:absolute;
	left: 580px;
	top: 180px;
	border:none;
}


#map {
	position:absolute;
	left: 370px;
	top: 185px;
	border:none;
}

#knopcontact{
margin-left:110px;
}
