Hallo ik heb een tijd geleden een design gekocht voor me site www.vakz4.nl/v2 door iemand laten base maar alles is nog niet hellemaal mooi de lijntjes ect.
wat je in die link ziet klopt ook niet.
Ik hoop dat iemand mij kan helpen ben zelf nog geen ster in css vandaar.In de bijlagen kan je zien hoe het er moet uit komen te zien.
Gebruik als nieuwscript cutenews
http://www.vakz4.nl/v2/index.php?subaction=showfull&id=1226783543&archive =&start_from=&ucat=3&

/* Style.css VAKZ4.nl Alle rechten voorbehouden */

body, html {
margin: 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #FFFFFF;
background-image:url(img/topstroke.png);
background-repeat:repeat-x;
padding-bottom: 10px;
}

#container {
width: 967px;
margin: 0px auto;
text-align: left;
margin-bottom: 20px;
}



/* Inhoud */

#logo {
width: 967px;
height: 42px;
}

#witvlak {
width: 967px;
min-height: 1000px;
background-color:#FFFFFF;
border: 1px #cac9c9 solid;
}

#content {
width: 967px;
min-height: 1000px;
height: auto;
}



/* menu */

#menu {
width: 967px;
height: 25px;
margin-top: 5px;
}

#headerlinks {
width: 496px;
height: 61px;
float: left;
}

#advertentieruimte1 {
width: 463px;
height: 61px;
float: left;
}



/* links */

#links {
width: 486px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
float: left;
}

#headlinegroot {
width: 476px;
margin-bottom: 5px;
border: 1px #cac9c9 solid;
padding: 5px;
}

#plekkleineheadlines {
width: 476px;
margin-bottom: 5px;
padding: 5px;
}

.headlineklein {
width: 220px;
margin-bottom: 5px;
margin-right: 5px;
border: 1px #cac9c9 solid;
padding: 5px;
float:left;
}

#advertentieruimte2 {
width: 486px;
height: 90px;
margin-bottom: 5px;
}

#headlines {
width: 476px;
padding: 5px;
border: 1px #cac9c9 solid;
margin-top: 5px;
}



/* midden */

#midden {
width: 300px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
float: left;
}

#competitie {
width: 290px;
margin-bottom: 5px;
border: 1px #cac9c9 solid;
padding: 5px;
}

#youtube {
width: 300px;
height: 245px;
margin-bottom: 5px;
}

#advertentieruimte3 {
width: 300px;
height: 253px;
margin-bottom: 5px;
border: 1px #cac9c9 solid;
}

#specials {
width: 290px;
padding: 5px;
padding-top: 15px;
border: 1px #cac9c9 solid;
}



/* rechts */

#rechts {
width: 160px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
float: left;
}

#fotoverslag {
width: 160px;
height: 205px;
margin-bottom: 5px;
border: 1px #cac9c9 solid;
}

.rechts {
width: 150px;
margin-bottom: 5px;
padding: 5px;
border: 1px #cac9c9 solid;
}



/* footer */

#footer {
width: 935px;
height: 13px;
background:url(img/footer.png);
padding: 10px;
margin: 5px;
border: 1px #cac9c9 solid;
color:#FFFFFF;
float: none;
}


/* de h's */
h1 {
color: #cc0000;
font-weight:bold;
font-size: 12px;
margin: 0px;
margin-bottom: 2px;
text-align:center;
}

h2 {
color:#000000;
font-weight:bold;
font-size:18px;
margin-bottom:0px;
}

/* a: */
a:hover{
color: #cc0000;
text-decoration: underline;
}
a:visited{
color: #000000;
text-decoration: underline;
}
a:link{
color: #000000;
text-decoration: underline;
}
a {
color: #000000;
text-decoration: underline;
}
a:active{
color: #000000;
text-decoration: none;
}