* {
padding: 0px;
margin: 0px;
}

body {
background: #000000
url('images/bg.png');
background-repeat: repeat-x;
font-size: 10px; color: white; font-family:Verdana, arial, sans-serif, helvetica;
line-height: 14px;
}

p {
line-height: 14px;
font-size: 10px;
}

.error {
color: #ff0047;
}

#lines {
margin-top: 30px;
background: url('images/lines.png');
width: 100%;
height: 105px;
}

#wrap{
width:1050px;
}

#ahlogo {
float: left;
background: url('images/ahlogo.png');
width: 326px;
height: 184px;
margin: 60px;
}

#content {
float: right;
text-align: left;
width: 600px;
}

#footer {
padding-top:50px;
margin-left: 450px;
text-align: center;
color: #BED739;
width: 600px;
clear:both;
}

#menu{
position: relative;
background: url('images/menu.png');
background-repeat: no-repeat;
margin: 0 0 0 410px;
height: 109px;
width: 670px;
}

#menu_welkom{
position: absolute;
left: 27px;
top: 50px;
}

#menu_diensten{
position: absolute;
left: 208px;
top: 50px;
}

#menu_portfolio{
position: absolute;
left: 394px;
top: 50px;
}

#menu_contact{
position: absolute;
left: 573px;
top: 50px;
}

a{
font-size: 10px;
color: white; 
text-decoration: none;
}

a:link, a:visited{
color: #BED739;
}

a:hover, a:active{
color: #FFFFFF;
}

.white {
color: #FFFFFF;
}

h1 {
color: #BED739;
margin: 25px 0px 12px 0px;
font-weight: bold; 
font-size: 10px;
}

h2,h3 {
color: #BED739;
margin: 25px 0px 12px 0px;
font-weight: bold; 
font-size: 10px;
}

ul {
list-style-type: square;
list-style-position: inside;
}