/* @override 
	http://www.bendienwierenga.nl/indexhibit/ndxz-studio/site/bw-theme-4/style.css
*/

/**
* CSS
* 
* @version 1.0
* @author Niels Luigjes
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font: 13px/18px Arial, Helvetica, sans-serif, Geneva;
	background: url(http://www.bendienwierenga.nl/images/moodboard2Dc.jpg) no-repeat fixed;
	color: black;
	letter-spacing: 0;
}

body.section-1 {
}
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: white;
}
a:active {
	text-decoration: underline; 
	color: #420058;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #f00076;
}

a img { border: none; }

#menu {
	width: 237px;
	left: 30px;
	position: fixed;
	font-size: 12px;
	line-height: 16px;
	height: inherit;
	top: 25px;
	color: #fff;
	margin: 0;
	padding: 0 5px 5px;
	bottom: 0;
}

#menu ul li.section-title {
	color: #fff;
	min-width: 165px;
	border-color: purple;
	border-style: dotted;
	border-left-width: 0px;
	border-left: none;
	border-right: none;
	padding-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	margin-top: 9px;
	letter-spacing: 0;
	padding-top: 5px;
	padding-left: 0;
	text-transform: uppercase;
	border-top-style: none;
	border-bottom: 1px dotted white;
}

#menu ul {
	list-style: none;
	min-width: 180px;
	color: white;
	margin-left: 0;
	padding-left: 2px;
}

#content {
	width: 700px;
	height: inherit;
	color: black;
	top: 110px;
	position: absolute;
	left: 295px;
}

.container {
}

#content p {
}

h1 {
	color: white;
	font-size: 38px;
	letter-spacing: -1px;
	word-spacing: 0;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	line-height: 34px;
}
h2 { font-size: 58px;
	color: #fff;
	line-height: 48px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -2px;
}
h3 {
	font-size: 16px;
}
h4 { font-size: 20px;
	color: #f00076;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}
h5 {
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px; }

#once { clear: left; }

.table {
	
}

div.tabje {
width: 150px;
float: left;
display: block;
}

div.home {
		color: #fff;
	min-width: 165px;
	padding-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	border-top-style: none;
	border-bottom: 1px dotted white;
	text-indent: 1px;
}
div.roze {
	color: #f00076;
}

div.zwart {
	color: black;
}

div.peach {
	color: #bf9c96;
}

a.zwart:link {
	color: black;
}

a.zwart:active {
	text-decoration: underline; 
	color: #420058;
}

a.zwart:hover {
	text-decoration: underline;
	color: #f00076;
}


