* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

html {
	background: #151517 url(../images/background.jpg) repeat-x;
}

body {
	text-align: center; /* horizontal centering for IE Win quirks */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif bold;
	color: #f4efef;
	font-size: 12px;
}
	
i{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif bold;
	color: #f4efef;
	font-size: 12px;
	font-style: italic;
}

h1 {
	font-size: 18px;
	margin: 0 0 10px -20px;
}

h2 {
	font-size: 15px;
}

#container {
	margin:0 auto;
	text-align:left;
	width: 1000px;
	background: url(../images/site-tile.png) repeat-x;
}
	
	
.header {
	width: 1000px;
	height: 133px;
	background-image: url(../images/header_righttop.png);
	background-repeat: no-repeat;
	background-position: right;
}

#bar_up {
	width: 1000px;
	height: 21px;
	background: url(../images/header_rightbottom.png) no-repeat right;
}

.home_knop {
	width: 44px;
	height: 21px;
	background: url(../images/home.png);
	display: block;
	float: left;
}

.kennissen_knop {
	width: 166px;
	height: 21px;
	background: url(../images/kennissen_voor_kennis.png);
	display: block;
	float: left;
}

.kennis_knop {
	width: 165px;
	height: 21px;
	background: url(../images/kennis_voor_kennissen.png);
	display: block;
	float: left;
}

.nieuws_knop {
	width: 55px;
	height: 21px;
	background: url(../images/nieuws.png);
	display: block;
	float: left;
}

.boeken_knop {
	width: 92px;
	height: 21px;
	background: url(../images/boek.png);
	display: block;
	float: left;
}

.contact_knop {
	width: 56px;
	height: 21px;
	background: url(../images/contact.png);
	display: block;
	float: left;
}
.ActiveMenu {
	background-position: bottom;
}
.NonActiveMenu {
	background-position: top;
}
.NonActiveMenu:hover {
	background-position: bottom;
}

.menuSpacer {
	background: url(../images/url-divider.png);
	width: 25px;
	height: 21px;
	float: left;
	display: block;
}

.menuText {
	padding: 0 10px;
	vertical-align: top;
	height: 20px;
}

#contentContainer {
	padding: 1px 0 0 0;
	width: 1000px;
	background: #03A6AC;
}

#content {
	float: left;
	width: 639px;
	padding: 29px 5px 10px 45px;
}

#image {
	float: left;
	height: 362px;
	width: 311px;
}

#bottomItems {
	width: 1000px;
	background: url(../images/footer.png) repeat-x;
	height: 175px;
	border-top: 1px solid #35b8bd;
}

#nieuwsItems {
	float: left;
	width: 354px;
	height: 115px;
	padding: 10px;
}

.nieuwsItemList {
	list-style: none;
}

#referentieItems {
	float: left;
	width: 294px;
	height: 115px;
	border-left: 1px solid #35b8bd;
	padding: 10px;
}

#contactItems {
	float: left;
	width: 290px;
	height: 115px;
	border-left: 1px solid #35b8bd;
	padding: 10px;
}

#footer {
	clear: left;
	width: 980px;
	padding: 0 10px;
	font-size: 11px;
	text-align: right;
}

a.footer:link, a.footer:visited, a.footer:active, a.footer:hover {
	text-decoration: none;
	color: #fff;
}

h3.bottomItems {
	font-size: 16px;
	margin: 0 0 7px 0;
	font-weight: normal;
}

#ster {
	background: url(../images/ster.png); 
	width: 137px;
	height: 138px;
	position: absolute;
	top: 123px;
	margin: 0 0 0 724px;
	cursor: pointer;
}

ul
{
margin-left: 20px;
}


a:link {
	color: #fff;
	text-decoration: underline;
}

a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a.barlink:link {
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	display: block;
}

a.barlink:visited {
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	display: block;
}

a.barlink:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	display: block;
}

img {
	border: 0;
	outline: 0;
}
a {
	outline: 0;
}