@charset "utf-8";
/* CSS Document */

/* STANDAARD IEDERE PAGINA */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin:0;
background: #e6e6e6;
margin:auto;
width:780px;
color: #666666;
line-height: 18px;
}

.logo {
margin-left: 45px;
margin-top:45px;
}

.adres {
text-align:right;
margin-right: 40px;
color: #333333;
}

.adres a {
color: #333333;
}

.menu {
background: url(../images/bgContentMenuNieuw.png);
background-repeat: no-repeat;
background-position: top;
width: 764px;
height: 30px;
padding-top: 8px;
padding-left: 20px;
}

.menu a {
font-weight: bold;
color: #666666;
text-decoration: none;
padding-right: 8px;
padding-left: 3px;
background: url(../images/menuImg.jpg);
background-repeat: no-repeat;
background-position: right;
line-height: 23px;
}

.menu a:hover {
color:#0e88a2;
text-decoration: underline;
}

#selected {
color:#0e88a2;
text-decoration: underline;
}

.selected a {

}

h1 {

}

h2 {

}

h3 {

}

img {
border: none;
}

a {
color:#0e88a2;
text-decoration: underline;
}

.tr1 {
height:148px;
}

.tr1td1 {
width: 525px; 
background: url(../images/bgContentTopLeft.png); 
background-repeat: no-repeat; 
background-position:top; 
vertical-align:top;
}

.tr1td2 {
width:259px; 
background: url(../images/bgContentTopRight.png); 
background-repeat: no-repeat; 
background-position:top;
}

.tr3 {
background:url(../images/bgContentBottom.png); 
background-repeat: repeat-y; 
background-position: left;
}

.tr3td1 {
padding-left: 60px; 
padding-top:30px; 
width:465px;
min-height: 148px; 
background: url(../images/bgContentLeft.png); 
background-repeat: no-repeat; 
background-position:top; 
vertical-align:top;
}

.tr3td2 {
padding-left: 10px; 
width:249px; 
background: url(../images/bgContentRight.png); 
background-repeat: no-repeat; 
background-position:top; 
vertical-align:top;
}

.footer {
text-align:center; 
color:#7d7d7d; 
font-size:11px;
}

.footer a {
color:#7d7d7d;
}
.prijslijst {
	position:relative;
}
.prijslijst td {
vertical-align:bottom;
}

input, textarea {
	width: 220px;
    padding: 3px;
    margin-top: 3px;
    border: 1px solid #bac5d6;
    font: 11px Tahoma, Verdana, sans-serif;
    background: #fff;
}
input.fout, textarea.fout {
    border: 1px solid #0e88a2;
}

label.fout {
    color: #0e88a2;
}

