html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 12px Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0;
        padding: 0;
}

li, dd, blockquote {
        margin: 0;
        padding: 0;
}

form label {
        cursor: pointer;
}

fieldset, img {
        border: none;
        padding: 0;
        margin: 0;
}

input, select, textarea {
        font: 12px Arial, Helvetica, sans-serif;
}




body {
	background: #222222;
	text-align: center;
}

#wrapper {
	background: #ffffcc url("../images/bg.png") top left repeat-y;
	position: relative;
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#header {
	background: #cbdaa5 url("../images/hdr_green.png") no-repeat top left;
	width: 100%;
	height: 300px;
	position: inherit;
	text-align: left;
}


#quotebg {
	position: absolute;
	background-image: url("../images/quote.png");
	width: 290px;
	height: 75px;
	right: 10px;
	top: 10px;
}

#quote {
	text-align: center;
	position: relative;
	width: 270px;
	height: 55px;
	padding-left: 12px;
	top: 15px;
	color: #666666;
	font: 16px Garamond, Serif bold;
}


#language {
	text-align: right;
	position: absolute;
	color: #000000;
	font-size: 11px;
	width: 50px;
	height: 20px;
	right: 10px;
	top: 10px;
}

#menu {
	position: relative;
	width: 100%;
	height: 100px;
	bottom: 0px;
	top: 200px;
	list-style: none;
}

li.nav {
	text-align: center;
	position: relative;
	float: left;
	width: 150px;
	height: 100px;
}

li.navleft {
	text-align: left;
	position: relative;
	float: left;
	width: 150px;
	height: 100px;
}

li.navright {
	text-align: right;
	position: relative;
	float: left;
	width: 150px;
	height: 100px;
}

#content {
	float: left;
	position: inherit;
	color: #444444;
	line-height: 18px;
	font-size: 12px;
	width: 580px;
	padding: 10px 10px 0 10px;
}

#sidebar {
	float: right;
	position: inherit;
	color: #666666;
	font-size: 11px;
	line-height: 18px;
	width: 280px;
	padding: 10px 10px 0 10px;
}

#footer {
	position: relative;
	background: #cbdaa5 url("../images/hdr_green.png") no-repeat bottom left;
	width: 100%;
	height: 15px;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	padding-top: 2px;
	font-size: 11px;
}

#footer a {
	color: #FFFFFF;
}




#leftbrdr {
	position: absolute;
	left: -10px;
	width: 10px;
	height: 100%;
	background-color: #1B1B1B;
}

#rightbrdr {
	position: absolute;
	right: -10px;
	width: 10px;
	height: 100%;
	background-color: #1B1B1B;
}

#leftbrdr2 {
	position: inherit;
	left: -6px;
	width: 6px;
	height: 100%;
	background-color: #1F1F1F;
}

#rightbrdr2 {
	position: absolute;
	right: -6px;
	width: 6px;
	height: 100%;
	background-color: #1F1F1F;
}





h1 {
	color: #FFFFFF;
	background: url("../images/tab_small.png") no-repeat;
	width: 280px;
	height: 36px;
	font-size: 18px;
	line-height: 34px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h1.breed {
	background: url("../images/tab_large.png") no-repeat;
	width: 580px;
}

h2 {
	font-size: 15px;
	height: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
}

p {
	padding-bottom: 18px;
	padding-top: 0px;
}


/* CONTACT SIDEBAR */

#contact {
	position: relative;
	width: 150px;
}

img.contact {
	position: relative;
	float: left;
	width: 64px;
	padding: 3px 10px 18px 0;
}

/*Quote sidebar */
.quoteauthor {
	text-align: right;
	padding-bottom: 18px;
}


/* HOME NEWS */

.newspost {
	position: inherit;
	width: 580px;
	clear: both;
}

.newspostimg {
	position: relative;
	float: left;
	height: 90px;
	width: 138px;
	padding-bottom: 18px;
}

.newsposttit {
	position: relative;
	float: left;
	padding-left: 4px;
	height: 18px;
	width: 300px;
}

.newspostdate {
	position: relative;
	height: 18px;
	float: right;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

.newsposttekst {
	position: relative;
	width: 436px;
	float: right;
	text-align: left;
	padding-bottom: 18px;
}



/* PORTFOLIO SIDEBAR */

.portfolio {
	position: inherit;
	width: 280px;
}

.portfoliotit {
	position: relative;
	float: left;
	height: 18px;
	width: 150px;
	clear: both;
}

.portfoliodate {
	position: relative;
	float: right;
	height: 18px;
	width: 120px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

.portfolioimg {
	position: relative;
	height: 100px;
	width: 280px;
	padding-top: 2px;
	padding-bottom: 0px;
}

.portfoliotekst {
	position: relative;
	width: 280px;
	text-align: left;
	padding-bottom: 18px;
}




/* CURRICULUM VITAE */
ul.cv {
	padding-bottom: 18px;
}

.cvhilite {
	font-weight: bold;
	color: #000000;
}

li.ot {
	font-size: 11px;
}

li.cv {
	list-style: none;
}

li.niv1 {
	margin-left: 20px;
}

li.niv2 {
	margin-left: 40px;
}

li.niv3 {
	margin-left: 60px;
}

cvhilite {
	
}




/* ALGEMEEN */
b {
	font-size: 0.8em;
}

strong {
	font-weight: bold;
}

.hilite {
	color: #000000;
	font-weight: bold;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.rightfloat {
	float: right;
}

.rightalign {
	text-align: right;
}