/*
Cascading Style Sheet (css)

Website          : Webwerkers CMS Website
Sectie           : Basis
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 basiselementen
*/

body, html{
     margin: 0;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11px;
     color: #000000;
     background-color: #ededed;
     line-height: 16px;
     height: 100%;
     text-align: center;  
}

#wrapper{
    position: relative;
    font-size: 11px;
    margin: 0 auto -142px;
    text-align: left;

}

td, p, ul, li {
     font-size: 11px;
     color: #000000;
      list-style-type: none;
     margin: 0;
     padding: 0;
}

li {
    background: url(/images/arrow.jpg) no-repeat 10px 9px;
    padding: 5px;
    padding-left: 25px;
}

h1,h2,h3,h4,h5,h6 { 
    font-weight: bold; 
    color: #055F86; 
    margin: 0px;   
    padding: 0px;
}

h1 { 
    font-size: 18px; 
    padding-top:20px;    
}

h2 {
    font-size: 16px;

}

h3 {
    font-size: 14px;
    padding-top:16px;    
}

a:link, a:visited { 
    color: #055F86; 
}

a:hover, a:active {
    text-decoration: none;
    color: #000;
}

.clear { 
    clear:both; 
}

#taal{
    background:transparent url(../images/talen_bg.jpg) no-repeat scroll left top;
    padding: 11px 0px 0px 0px;
    position: absolute;
    left: 269px;
    top: 9px;
    z-index: 100;
}

img {
    border: 0px solid;
}
