* {
	padding: 0;
	margin: 0;
}

html {
	background: url(../images/bghtml.jpg) #000 fixed no-repeat left bottom;
	font : normal normal normal 62.5% Arial, Verdana, Helvetica, sans-serif;
}

#nav {
	position: fixed;
	left: 490px;
	top: 10px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding: 10px;
	background: url(../images/ul_nav.png) no-repeat;
}

#nav li {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	float: left;
	display: inline;
	padding-right: 100px;
}

#nav li a {
	font-weight: bold;
	color: #313131;
	text-decoration: none;
}

#nav li a:hover {
	text-decoration: underline;
}

#logo {
	font-family:'lucida grande','lucida sans unicode',arial,verdana;
	font-weight: bold;
	text-align: right;
	position: fixed;
	right: -5px;
	bottom: 80px;
	}
	
#twitter {
	position: fixed;
	right: 30px;
	bottom: 210px;
	background: url(/images/twitter.png) no-repeat right center;
	height: 24px;
	font-family: Corbel,Helvetica,Arial,Geneva,sans-serif;
	padding: 8px 45px 0 0;
}

#twitter a {
	color: #313131;
}

#twitter a:hover {
	background: #313131;
	color: #fff;
}
	

#logo span.geel {
	display: block;
	font-size: 6em;
	line-height: .8em;
}

#logo span#zwart {
	display: block;
	font-size: 3em;
	line-height: .6em;
}

#logo a {
	color: #f7941d;
	text-decoration: none;
}

#logo a span#zwart {
	color: #313131;
}

#inhoud {
	padding: 20px;
	width: 270px;
}

#inhoud h1, #inhoud h2 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}

#inhoud h1 {
	font-size: 1.4em;
	color: #f7941d;
}

#inhoud h2 {
	font-size: 1.2em;
	color: #313131;
}

#inhoud p {
	width: 254px;
	margin-bottom: 20px;
}

#inhoud ul {
	margin: 0 0 20px 20px;
}

#inhoud p a {
	color: #f7941d;
	text-decoration: none;
	border-bottom: 1px dotted #f7941d;
}

#inhoud p a:hover {
	background: #313131;
}

#inhoud .thumb {
	width: 56px;
	height: 42px;
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}

#inhoud .thumb img {
	border: 0;
}

/* CONTACTFORMULIER */



#contactform fieldset {

border: none;

}



label {

color: #000;

}



label.fout {

    color: #FF0000;

}

input.fout, textarea.fout {

    border: 1px solid #FF0000;

}



#contactform input, #contactform textarea {

display: block;

margin-bottom: 5px;

margin-top: 5px;

}



#contactform input#stuurkopie {

display: inline;

margin: 0 0 0 10px;

}



#contactform input#wis, #contactform input#verzenden {

display: inline;

}



#contactform input#verzenden {

margin-right: 10px;

margin-top: 10px;

}



#contactform img {

margin-bottom: 5px;

}


