a {
	color: #0099ff;
	text-decoration: none;
	}
	
a:hover {
	color: #999;
	text-decoration: none;
    }
		
a: visited {
	color: #999;
	text-decoration: none;
	border: none;
	}

a img {
	border: none;
	}

/* Begin Typography & Colors */
body {
	font-size: 62.5%;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	background: #3f3f3f;
        margin: 0 0 20px 0;
        padding: 0;
	}

#page {
	width: 800px;
	margin: 0 auto;
	}

#header {
	width: 800px;
	height: 152px;
        margin: 0;
        padding: 0;
	}
	
#content, .entry, .entry p, .narrowcolumn {
        margin: 0;
        padding: 0;
        }
	
.narrowcolumn, .widecolumn {
        padding: 0 30px;
	width: 800px;
	height: 595px;
        font-size: 1.2em;
	line-height: 1.8em;
	color: #fff;
        background: url(images/post-bg.gif) repeat-x;
	}

#post {
        width: 300px;
        }

.teks {
        float: left;
        margin: 20px 0;
        width: 500px;
        }
	
.tekscontact {
        font-size: 1.4em;
        line-height: 1.9em;
        float: left;
        margin: 20px 0;
        width: 500px;
        }

.titleabout {
        float: left;
        font-size: 2em;
        padding: 100px 0 0 0;
        width: 500px;
        height: 300px
        }

#sidebar {
	width: 800px;
	height: 111px;
	background: #151515 url(images/menu-bg1.gif) repeat-x;
	}
	
#menu-space1 {
	float: left;
	width: 63px;
	height: 101px;
	}

#menu-space2 {
	float: left;
	width: 57px;
	height: 101px;
	}
	
#menu-space3 {
	float: left;
	width: 53px;
	height: 101px;
	}

#menu-space4 {
	float: left;
	width: 49px;
	height: 101px;
	}

#menu-space5 {
	float: left;
	width: 74px;
	height: 101px;
	}

#menu-about {
	float: left;
	width: 100px;
	height: 101px;
}
		
#menu-print {
	float: left;
	width: 152px;
	height: 101px;
}

#menu-video {
	float: left;
	width: 156px;
	height: 101px;
}

#menu-contact {
	float: left;
	width: 95px;
	height: 101px;
}

#topbar {
	float: left;
	width: 800px;
	height: 80px;
	margin: 0 0 20px 0;
	}
	
.sidepic {
	float: left;
	margin: 0 28px;
	}
	
.list {
	width: 100px;
	float: left;
	}
	
li {
	width: 200px;
	}

#footer {
	width: 800px;
	height: 100px;
	}
	
#footer p {
	width: 800px;
	height: 25px;
	text-align: center;
        padding: 10px 0 0 0;
	color: #fff;
        background: #1a1a1a;
	}

#welkom, .pl {
        float: left;
        }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

table {
width: 500px;
float: left;
border-right: 1px solid #999;
border-top: 1px solid #999;
}

tr {
border: 1px solid #999;
}

td {
border-left: 1px solid #999;
border-bottom: 1px solid #999;
padding: 0 10px;
line-height: 1.5em;
}

.title {
height: 20px;
background: #1a1a1a;
text-align: center;
}

.teks-pl {
        font-size: 0.9em;
        font-style: italic;
        float: left;
        line-height: 1em;
        width: 500px;
        }