/* CSS Document */


/* pagina opmaak */
body{
font : 0.8em/1.5em sans-serif, serif, Helvetica;
font-size:12px;
margin-top:0px;
background-color:#14171e;
}
h1 {
padding-top:0px;
margin-top:0px;
font : 1.7em arial, sans-serif, serif, Helvetica;
letter-spacing : 1px;
}
h2 {
padding-top:0px;
margin-top:0px;
font : 1.6em arial, sans-serif, serif, Helvetica;
}
h4 {
font-size:17px;
}
/* centreren   */
#centreren{
width:795px;
margin:0px auto;
background-color:#CCCCCC;
}


/* opmaak van de kop */
#header {
background:url(images/images/kristofQuicke_1-7_home_slice_01.jpg) no-repeat top center;
width:795px;
height:135px;
}
#header h1{
display:none;
}
#header h2{
display:none;
}
#header h3{
display:none;
}
#header p{
display:none;
}

/* ------------------------------------------------------------------------------------------------ bovenknoppen opmaak */
#knoppen_home{
font-size:16px;
width:650px;
height:67px;
padding-left:145px;
padding-top:5px;
background:url(images/images/kristofQuicke_1-7_home_slice_02.jpg);
}

#knoppen_others{
font-size:16px;
width:650px;
height:67px;
padding-left:145px;
padding-top:5px;
background:url(images/images/kristofQuicke_1-8_others_slice_02.jpg);
}

#knoppen_home li, #knoppen_others li{
list-style:none;
display:inline;

}

#knoppen_home a:link, #knoppen_home a:visited, #knoppen_home a:hover{
padding: 0px 35px 0px 10px;
}

#knoppen_others a:link, #knoppen_others a:visited, #knoppen_others a:hover{
padding: 0px 35px 0px 10px;
}

/* ------------------------------------------------------------------------------------------------ midden opmaak */

#midden_home{
width:795px;
height:276px;
background:url(images/images/kristofQuicke_1-7_home_slice_03.jpg)  no-repeat;
}

#midden_others{
width:795px;
}

#linkerkant{
width:126px;

float:left;
background-repeat:inherit;
padding-left:14px;
padding-right:10px;
float:left;
}
#rechterkant{
width:625px;
float:left;
padding-left:10px;
padding-right:10px;
float:right;
}



/* ------------------------------------------------------------------------------------------------ footer opmaak */
#footer_home {
background:url(images/images/kristofQuicke_1-7_home_slice_04.jpg) no-repeat top center;
width:795px;
height:64px;
font-size:10px;
color:#111111;
float:left;
}

#footer_others {
background:url(images/images/kristofQuicke_1-8_others_slice_06.jpg) no-repeat top center;
width:638px;
padding-left:157px;
height:31px;
padding-top:33px;
font-size:10px;
color:#111111;
float:left;
}

#footer_home {
background:url(images/images/kristofQuicke_1-7_home_slice_04.jpg) no-repeat top center;
width:638px;
padding-left:157px;
height:31px;
padding-top:33px;
font-size:10px;
color:#111111;
float:left;
}

#footer_others a:link, #footer_others a:visited, #footer_others a:hover{
padding: 0px 15px 0px 10px;
}

#footer_home a:link, #footer_home a:visited, #footer_home a:hover{
padding: 0px 15px 0px 10px;
}

/* --------------------------------------------------------------------------------------    links opmaak */

a:link {
	color:#111111;
	text-decoration: none;
}
a:visited {
	color:#111111;
	text-decoration: none;
}
a:hover {
	color:#990000;
	text-decoration:underline;
}
a:active {
	color:#990000;
	text-decoration: none;
}



