
body,td {
margin:0px;
background-color:#FFFFFF;
font-family:"Verdana";
font-size:11px;
color:#444444;
}

h1,h2 {
margin:0px;
padding:0px;
font-weight:bold;
font-size:12px;
color:#458DBF;
}

h2 {
font-size:11px;
}

a {
text-decoration:none;
color:#699ac3;
}

img {
border:0px;
}

#hoofdvlak {
width:908px;
text-align:left;
}

#bartop {
height:92px;
}

.repairkit {
clear:both;
}

#barmenu {
height:51px;
background-image:url('../images/menu_bg.jpg');
background-position:top left;
background-repeat:repeat-x;
}

.menubtn {
height:51px;
float:left;
background-image:url('../images/menu_splitter.jpg');
background-position:top right;
background-repeat:no-repeat;
}

.menubtn a {
display:block;
padding:18px 24px 0px 20px;
font-size:12px;
color:#363535;
text-decoration:none;
font-weight:bold;
}

.menuleft {
height:51px;
width:5px;
float:left;
background-image:url('../images/menu_left.jpg');
background-position:top right;
background-repeat:no-repeat;
}

.menuright {
height:51px;
width:5px;
float:right;
background-image:url('../images/menu_right.jpg');
background-position:top right;
background-repeat:no-repeat;
}


.input, .submit {
border:1pt solid #699ac3;
background-color:#ffffff;
}

/* rounded boxes */

.l {
background-image:url('../images/window_left.jpg');
background-position:top left;
background-repeat:repeat-y;
}

.t {
background-image:url('../images/window_top.jpg');
background-position:top left;
background-repeat:repeat-x;
}

.r {
background-image:url('../images/window_right.jpg');
background-position:top right;
background-repeat:repeat-y;
}

.b {
background-image:url('../images/window_bottom.jpg');
background-position:bottom left;
background-repeat:repeat-x;
}

.tl {
background-image:url('../images/window_lefttop.jpg');
background-position:top left;
background-repeat:no-repeat;
}

.tr {
background-image:url('../images/window_righttop.jpg');
background-position:top right;
background-repeat:no-repeat;
}

.bl {
background-image:url('../images/window_leftbottom.jpg');
background-position:bottom left;
background-repeat:no-repeat;
}

.br {
background-image:url('../images/window_rightbottom.jpg');
background-position:bottom right;
background-repeat:no-repeat;
}

