/*** The contents of this file were (ostensibly) written by Owen Briggs
@ www.thenoodleincident.com, and any Copyright rests with him. No
credit for the work that has gone into researching the use of font
sizes and styles rests with ClevaTreva Designs. 100% Kudos to Owen.
This is an EDITED version of the original! You will want to play with
these settings to make your own style for fonts and color other
bits. ***/

body { 
	font-size: 10pt; 
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; 
	color: #366; 
	background: #fff;
}
a {
	text-decoration: none;
	/*font-weight: bold;*/
	outline: none;
	}
a:link { 
	color: #330;
}
a:visited {
	color: #330;
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
hr {
	margin: 10px 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	padding: 0px;
	color: #ccc; /* for ie */
	height: 0px;
	clear: both;
	}
p {
	font-size: 10pt; 
	line-height: 1.3em;
	margin-top: 1.5em;
	margin-bottom: 1.5em; 
	}
li {
	font-size: 10pt; 
	line-height: 1.3em;
	margin-top: 0.3em;
	margin-bottom: 0.2em; 
	}
ul {
	margin-top: 1.0em;
	margin-bottom: 1.0em; 
	}
td {
	font-size: 90%;
	}
hr {
	margin-top: 2.0em;
	margin-bottom: 2.0em;
	}
img {
	border: 0;
	}
h1 { font-size: 14pt; }
h2 { font-size: 12pt; }
h3 { font-size: 10pt; }
h4 { font-size:  9pt; }
h5, h6, h7 { font-size:  8pt; }

/* Design elementen 
---------------------------------------------- */
#header {
	background: #fff;
}

#subheader1 {
	margin-top: 8px;
	font-size: 12pt; 
	font-weight: bold; 
	font-variant: small-caps; 
	text-align: center; 
}
h2#homebutton, h2#homebutton a {
	width: 130px;
	height: 104px;
	margin: 0;
	padding: 5px 0;
	display: block;
	background: #cc3;
}
h2#homebutton a {
	margin: 0;
	padding: 0;
	background: none;	
}
h2#homebutton img {
	margin-left: 3px;
}
h2#homebutton a strong {
	position: absolute;
	left: -9999px;
}
#subfooter1 span{
	margin-left: 140px;
	font-size: 7.5pt;
	color: #cc3;
}
#subfooter1 span a{
	color: #cc3;
	text-decoration: none;
}
#subfooter1 span a:hover {
	text-decoration: underline;
}
#portfolio {
	height: 450px;
	width: 565px;
	display: block;
	text-align: left;
}










/* Navigation 
---------------------------------------------- */
#header ul, #left ul, #footer ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
#header ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#header li{
	display: inline;
	list-style-type: none;
	padding: 0 10px;
}
#header li a {
	color: #330;
	font-size: 12pt;
	line-height: 24px;
	text-decoration: none;
}
#header li a:hover {
	color: #fff;
	text-decoration: none;
}
#header li.active a {
	color: #fff;
}


#left li {
	list-style-type: none;
}
#left li a {
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	line-height: 25px;
	text-align: right;
	display: block;
	height: 25px;
	background: #cc3;
	color: #330;
	padding: 0 5px;
	margin: 5px 0 0;
}
#left li a:hover {
	color: #fff;
}
#left li.active a, #left li.yourehere a {
	color: #fff;
}

/* Portfolio thumbnails */
a.thumblink {
	margin: 5px;
	display: block;
	background: #000;
}
a.thumblink img {
	filter: alpha(opacity=80); 
	-moz-opacity:0.8;
	opacity:0.8;
}
a.thumblink:hover img {
	filter: alpha(opacity=100); 
	-moz-opacity:1;
	opacity:1;
}
#thumbpaginering {
	text-align: center;
}


/* Portfolio paginering */
.PrevNextMenu div {
	font-size: 8pt;
	margin-top: 15px;
	clear: both;
}
a.linkvorige {
	float: left;
}
a.linkvolgende {
	float: right;
}


/* Winkel      */
.r, .r8 {
	text-align: right;
}
.r8 {
	font-size: 8pt;
}





/* Homepage uitzonderingen 
---------------------------------------------- */
body#hfdstkid h1.top, body#hfdstkid #left, body#hfdstkid #right {
	display: none;
}
body#hfdstkid #outer {
	margin-left: -10px;
}
body#hfdstkid #wrapper {
	background: #fff;
}


/* Nieuws uitzonderingen 
---------------------------------------------- */
body#hfdstkid2 #container-center {
	background: url(images/nieuws_bg.gif) no-repeat center top;
	padding-top: 100px;
}

body#hfdstkid2 #container-center img {
	float: right;
	margin-left: 20px;
}
body#hfdstkid2 #container-center h5 {
	font-weight: normal;
	margin: 0;
}
