/* 

stylesheet www.salland2wielers.nl (basic.css)

INHOUD
1. Reset
2. Default
3. Headings
4. Links
5. Images
6. Layout
7. Branding/Masthead	
8. Navigation
9. Footer
10. Home
11. ..........


COLOURS
- Blauw = #005dab
- Geel = #ffdc00


/* 1.Reset 
------------------------------------------------------------*/

@import url(reset.css);


/* 2.Deafult
------------------------------------------------------------*/
body { font-family:Helvetica, Arial, sans-serif; font-size:11px; line-height:15px; color:#333; background-image:url(../_img/background.gif); background-repeat:repeat-x; background-color:#FFF;}

html, body, table { height:100%; }

table { width:100%; }


/* 3.Headings
------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 { color:#005dab; font-weight:bold; }

h1 { font-size:20px; margin-bottom:27px; }

h2 { font-size:12px; color:#e75113; line-height:18px; }

h3 { font-size:14px; }

/* 4.Inhoud
-------------------------------------------------------------*/

#wrapper { width:840px; margin:auto; }

#header { background-color:#83b817; height:304px; width:840px; }

#header #picture { background-image:url(../_img/header.jpg); height:280px; width:840px; }

#header #nav ul { background-color:#039; height:24px; width:660px; float:right; text-align:center; }

#header #nav ul li { background-color:#e75113; width:132px; float:left; font-family:Helvetica, Arial, sans-serif; font-weight:bold;}

#header #nav ul li a {  color:#FFF; display:block; text-decoration:none; padding: 5px 0 4px 0; }

#header #nav ul li a:hover { background-color:#FFF;  color:#e75113; }

#content #left { width:180px; float:left; }

#content #right { width:640px; float:right; padding: 25px 10px 20px 10px; }

/* 5.Navigation
--------------------------------------------------------------*/

a { font-weight:bold; text-decoration:underline;  color:#333;}

a:hover { font-weight:bold; text-decoration:underline; color:#e75113;}

body#home #header #nav ul li a#navindex, 
body#actie #header #nav ul li a#navactie, 
body#toelichting #header #nav ul li a#navtoelichting, 
body#bestelformulier #header #nav ul li a#navbestelformulier, 
body#contact #header #nav ul li a#navcontact { background-color:#FFF; color:#e75113; }
















