@charset "utf-8";
/* Haasnoot klokken door Jeroen Wijnholds */

html {
	margin: 0;
	padding: 0;
	background: #3a2e2b url(../img/achtergrond.png) top left repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

/* lineheight moet ongeveer 20px worden */

#containert {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#short-contact{
	font-size: 0.8em;
	text-align: right;
	color: #66605f;
	height: 21px;
	padding-top: 8px;
}
#short-contact a{
	color: #66605f;
}
#navigatie{
	height: 114px;
	width:960px;
}
#navigatie_logo{
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -9999999px;
	background: url(../img/logo.png) top left no-repeat;
	height: 114px;
	width: 193px;
}
#navigatie_knoppen{
	float: right;
	margin-top: 45px;
}
#navigatie_knoppen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#navigatie_knoppen ul li{
	display: inline;
	padding: 15px;
	border-right: 1px #503e3e solid;
}
#navigatie_knoppen ul li.last{
	padding-right: 0;
	border: none;
}	
#navigatie_knoppen a{
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
	color: #cbc5c3;
	letter-spacing: 3px;
}
#navigatie_knoppen a:hover{
	color:#FFF;
	text-decoration: underline;
}
#loewie{
	position: relative;
	float: right;
}
#inhoud{
	position: relative;
	top: 80px;
	font-size: 13px;
	color: #cbc4c2;
	line-height: 19px;
	width: 430px;
}
#inhoud p{
	margin-bottom: 15px;
}
#inhoud h1{
	font-size: 26px;
	font-weight: bold;
	color: #eaeaea;
	margin-bottom: 26px;
}