/*
Cascading Style Sheet (css)

Website          : Webwerkers CMS Website
Sectie           : Nieuws
Versie           : V1.0
Auteur(s)        : Eric Schalker (eric /[at]/ webwerkers.nl)
Bedrijf          : Webwerkers
Gemaakt op       : 03-05-2010
Laatst gewijzigd : 05-05-2010

OVER & Note      : Stylesheet speciaal voor nieuws

. = class
# = id

*/

.nieuws-artikel h2 {
}

.nieuws-artikel .datum {
    color: #aaa;
    font-style: italic;
    font-size: 10px;
}

.nieuws-artikel .tekst p {

}

.nieuws-artikel .foto img {
    /*border: 2px solid red;*/
    width: 200px;
    text-align: right;
    float: right;
}

.nieuws-list .tekst {
    padding-left: 18px;
    padding-top: 2px;
    padding-bottom: 4px;
}

.nieuws-list h2 {
}
