/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins, a {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


body {
  background-color:#80be6b;
    font-family: Verdana, Verdana, Geneva, sans-serif;         
    color:#000;
    font-size:12px;
    line-height:16px;
}



#container {
    width:980px;
    margin: 0 auto;
}
#header {
  background:url(/images/user/grasmaaier/bg-header.jpg) top left no-repeat;
    height: 275px;
    overflow: auto;
}
#logo {
    height:66px;
  line-height:66px;
  margin:28px 0 0 10px;
  font-weight:bold;
  font-size:40px;
  color:#FFF
}
#logo a {
  color:#FFF;
}

#menu {
    overflow:auto;
  width:790px;
    height:34px;
    line-height:34px;
    font-size:14px;
  font-weight:bold;
  margin:133px 0 0 0;
  text-align:right;
}
#menu li {
    float:right;
    padding: 0 5px;
}
#menu a {
    padding: 0 15px;
    color:#000;
}
#menu li.actief a, #menu li a:hover {
    color:#006600;
}

#main-wrapper {
  background:#FFF url(/images/user/grasmaaier/bg-left-side.jpg) top left no-repeat;
}
#main {
  background:url(/images/user/grasmaaier/bottom-sides.jpg) bottom left no-repeat;
    overflow:auto;
}

#left-side {
  width:155px;
  height:500px;
  float:left;
}

#content {
    width:595px;
    padding:20px;
    float:left;
}

.text p, .text ul, .text ol, .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    padding: 0 0 15px 0;
}
.text ul, .text ol{
    padding: 0 0 15px 25px;
    list-style:disc;
}
.text ol{
    list-style:decimal;
}
.text table {
  margin: 0 0 15px 0;
}
.text td {
    vertical-align:top;
}
.text a {
    color:#006600;
}
.text a:hover {
    text-decoration:underline;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size:14px;
}
.text h1 {
    font-size:18px;
}
.text h2 {
    font-size:16px;
}
.text h3 {
    font-size:15px;
}

#footer {
  background:url(/images/user/grasmaaier/bg-footer.jpg) top left no-repeat;
  height:40px;
    clear:both;
  text-align:center;
    font-size:11px;
  padding:12px 0 0 0;
}
#footer a {
    color:#000;
}
#footer a:hover {
    text-decoration:underline;
}

