@charset "utf-8";

/* base styles */
body {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

.homebody{
background-image:url(../../resources/graphics/nzhbg.jpg);
}

/* divs for positioning page elements */
#wrapper {
position: relative;
width: 975px;
margin: 0 auto;
text-align: left;
background-color: #EEEEEE
}

#wrappernobgcolor {
position: relative;
width: 975px;
margin: 0 auto;
text-align: left;
}

#logo {
	position:absolute;
	width:550px;
	height:284px;
	z-index:2;
	left: 475px;
	top: -65px;
}

#banner {
	position:relative;
	display:inline-block;
	width:973px;
	height:225px;
	z-index:1;
	top: 55px;
	margin-bottom:55px;
	border: 1px solid #CC3333;
}

#themebar {
	position:absolute;
	width:350px;
	height:60px;
	z-index:2;
	right: 40px;
	top: 200px;
	text-align: right;
}

#menubar {
	position:relative;
	display:inline-block;
	width:975px;
	height:30px;
	z-index:1;
}

#mainblock {
	position:relative;
	display:inline-block;
	width:971px;
	z-index:1;
	margin-top:10px;
	border: 2px solid #CC3333
}

#item {
	position:relative;
	display:inline-block;
	width:971px;
	z-index:1;
	margin-top:20px;
	border: 2px solid #CC3333;
}

#itemtitle {
	position:relative;
	width: 910px;
	margin: 0px 10px 30px 30px;
	border-bottom: 2px solid #CC3333;
	font-family: Verdana;
	color: #CC3333;
	font-size:1.6em;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	padding-bottom: 2px;
}

#itemupdate {
	position:relative;
	z-index:2;
	left: 740px;
	width:200px;
	height: 10px;
	margin-top: 2px;
	font-family: Verdana;
	color: #CC3333;
	font-size:0.7em;
	font-variant: small-caps;
	font-weight: bold;
	text-align: right;
}

#footerbar {
	position:relative;
	display:inline-block;
	width:975px;
	height:34px;
	z-index:1;
	margin-top:10px;
}


/* misc font styles */
.vet {
font-weight: bold;
}

.grootstvet {
font-size: 1.5em;
font-weight: bold
}

.groter {
font-size: 1.25em
}

.grotervet {
font-size: 1.1em;
font-weight: bold;
}

.kleiner {
font-size: 0.75em
}

.kleinervet {
font-weight: bold;
font-size: 0.75em
}

.kleinst {
font-size: 0.6em
}

.attentie {
color: #FF0000
}

.subtitle {
background: #CC3333;
color: #FFFFCC;
font-weight: bold;
text-align: center;
text-decoration: none;
}

.subtitlehome {
color: #000000;
font-weight: bold;
text-align: center;
text-decoration: none;
}

.reclamekop {
text-align: center;
color: #444444;
font-size: 35pt;
font-weight: bold;
}

.poweredby {
font-size: 0.6em;
color: #FF0000;
text-align:center
}

/* link styles
a.subtitle:link {
color: #FFFFCC;
font-weight: normal;
text-decoration: none
}

a.subtitle:visited {
color: #FFFFCC;
font-weight: normal;
text-decoration: none
}

a.subtitle:hover {
color:#0099FF;
color: #FFFFCC;
font-weight: normal;
text-decoration: none
}

a.subtitle:active {
/* color:#0099FF;
color: #FFFFCC;
font-weight: normal;
text-decoration: none
}
*/

/* misc styles */
.thumbnail {
border:#777777 double 4px;
}

.achtergrondwit {
background-color: #FFFFFF
}

.achtergrondgrijs {
background-color: #CCCCCC
}

