body {
	background-color: #F9F9F9;
	width:800px;
	position: relative;
	margin: 0 auto;
}

/* HEADER */

#header {
	width:790px;
	height:45px;
	font-family: Verdana;
	font-size:10px;
	color:#A9A9A9;
	background-image: url(tukker-logo.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	text-align:right;
	padding-top:35px;
	padding-right:10px;
}

#header a {
	color:#A9A9A9;
	text-decoration:none;
}

#header a:hover {
	color:#A0C1C5;
}

/* WELCOME HOME ONLY */

#welcome-home {
	width:800px;
	height:300px;
	background-color: #FFF;
	float:left;
}

#slogan-home {
	width:200px;
	height:300px;
	background-color: #A0C1C5;
	text-indent: -9999px;
	background-image: url(slogan-home.jpg);
	float:left;
}

#title-image-home {
	width:600px;
	height:300px;
	background-image: url(title-image-home.jpg);
	float:right;
	text-indent: -9999px;
}

/* WEBSITE */

#website {
	background-color:white;
	width:800px;
	margin:0;
	padding:0;
	padding-top:40px;
	float:left;
}

/* MENU */

#menu {
	padding:0px 10px 50px 30px;
	width:160px;
	float:left;
	line-height:20px;
}

#menu h2 {
	color:#46AAB6;
	font-family:Myriad, "Trebuchet MS", Arial, Helvetica;
	font-size:1em;
	font-weight:normal;
	margin:0;
}

#menu h2.home {
	margin:0px 0 20px 0;
}

#menu ul {
	margin:0px 0 20px 0;
	padding:0;
}

#menu li {
	list-style-type: none;
	padding-left:20px;
}

#menu a {
	font-family:Myriad, "Trebuchet MS", Arial, Helvetica;
	color:#46AAB6;
	font-size:12px;
	text-decoration:none;
	color:#929292;
}

#menu a.main {
	font-family:Myriad, "Trebuchet MS", Arial, Helvetica;
	color:#46AAB6;
	font-size:14px;
	text-decoration:none;
}

#menu a:hover {
	color:#DFB381;
}

#menu a.active {
	color:#DFB381;
	text-decoration:underline;
}


/* CONTENT */

#content {
	width:500px;
	float:left;
	font-family: Myriad, "Trebuchet MS", Arial, Helvetica;
	font-size:12px;
	color: #989898;
	line-height:20px;
	padding: 0 0 100px 0;
	font-weight:normal;
}

#content h1 {
	color:#46AAB6;
	font-family:Myriad, "Trebuchet MS", Arial, Helvetica;
	font-size:14px;
	font-weight:normal;
	margin:0;
	margin-bottom:20px;
}

#content h2 {
	color:#46AAB6;
	font-family:Myriad, "Trebuchet MS", Arial, Helvetica;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

#content a {
	color:#46AAB6;
	text-decoration:none;
}

#content a:hover {
	color:orange;
	text-decoration:none;
}

hr {
	color:#DDD;
	background-color:#DDD;
	height:1px;
	border:0px;
	padding:0;
}

.hr {
	margin-top:30px;
	margin-bottom:30px;
	height:1px;
}


/* TABLE */

.specstable {
	width: 100%;
	margin:0;
	padding:0;border:0;
	empty-cells: show;
}

.specscell {
	border: 1px solid #d9d9d9;
	padding: 5px;
	margin:0px;
}

/* Blokje */
.knop01 {background-image:url(knop-01.jpg); width:120px; height:120px; background-repeat: no-repeat;background-position:top left;border: 1px solid #ddd;float:left; margin-right:40px;}
.knop01:hover {background-image:url(knop-01a.jpg);}

.knop02 {background-image:url(knop-02.jpg); width:120px; height:120px; background-repeat: no-repeat;background-position:top left;border: 1px solid #ddd;float:left; margin-right:40px;}
.knop02:hover {background-image:url(knop-02a.jpg);}

.knop03 {background-image:url(knop-03.jpg); width:120px; height:120px; background-repeat: no-repeat;background-position:top left;border: 1px solid #ddd;float:left;}
.knop03:hover {background-image:url(knop-03a.jpg);}

/* COLOFON */
#colofon {
	font-family:Myriad, "Trebuchet MS", Arial, Helvetica;
	color:white;
	font-size:.7em;
	text-align:right;
	padding-right:50px;
	text-decoration:none;
}

#colofon a {
		text-decoration:none;
		color:white;
}

