a img {
border:0;
}
td {
vertical-align:top;
}
html,body {
font-size:12px;
font-family:"Lucida Grande", Verdana, Arial, sans-serif;
background: #FBFB47 url('../img/background.png') bottom right fixed no-repeat;
margin:0;
}
#container {
width:750px;
margin:auto;
}
#nav {
height:60px;
}
#nav ul {
list-style:none;
margin:0 0 0 30px;
padding:0;
}
#nav ul li {
float:left;
}
#nav ul li a {
display:block;
color:#333;
text-decoration:none;
border-left:2px solid #fff;
padding:22px 22px 4px 10px;
}
#nav ul li a.actief {
font-weight:700;
}
#nav ul li:hover ul { display:block; }

#nav ul li ul {
list-style: none;
position: absolute;
padding: 0;
margin: 0;
display: none;
}
#nav ul li ul li { float:none; }
#nav ul li ul li a {
padding: 7px;
background: #fbed9f;
border-left: 2px solid #FFF;
}
#nav #zoeken {
margin-top:43px;
float:right;
}
#contentholder {
min-height:20px;
background:transparent url(../img/content.png);
padding:10px 20px;
margin-bottom: 100px;
}
#content {
line-height:145%;
min-height: 40px;
overflow: hidden;
}
#content a {
color:#5043fc;
}
#content a:hover {
text-decoration:none;
}
label {
display:block;
float:left;
width:120px;
}
input, textarea {
font-family:"Lucida Grande", Verdana, Arial, sans-serif;
font-size:normal;
margin-bottom:2px;
width:160px;
padding:2px;
font-size: 100%;
}
.ajax-loading {
height:20px;
}
#nav ul li a:hover,#footer a:hover {
text-decoration:underline;
}
#projecten h2 {	
font-family:Verdana, Arial, sans-serif;
font-size: 110%;
font-weight: bold;
padding: 0; margin: 0;
padding-bottom: 3px;
}
#projecten td {
padding-bottom: 30px;
}
#projectnav {
list-style: none;
padding: 0; margin: 0;
height: 29px;
}
#projectnav li { float: right; }
#projectnav li a {
display: block;
text-decoration: none;
background: #FBFB47;
padding: 4px 8px;
margin-right: 3px;
}
#projectnav li a:hover, #projectnav li a.actief {
background: #eee;
}

h1,h2,h3 {
font-weight:400;
}

h2 {
font-size: 100%;
font-weight: bold;
}
#footer {
position: fixed;
bottom: 4px;
width: 100%;
text-align:center;
font-size:85%;
color:#666;
}
#footer a {
color:#666;
text-decoration:none;
}