/* global reset ? */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong, b{ font-weight: bold; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfix:after{
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility:hidden;
}

.clearfix{
  display:inline-block;
}

.clearfix{
  display:block;
}

.floatRight{
	float:right;
}

.floatLeft{
  float:left;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; font-weight: bold; }
h4 { font-size: 1.2em; font-weight: bold; }
h5 { font-size: 1.2em; font-weight: bold; }
h6 { font-size: 1.2em; font-weight: bold; }


/*----- WEBSITE -------------------------*/

body{
  background: #91be30 url('../img/bg_main.jpg') repeat-x top left;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  color: #252525;
  line-height: 2.4em;
  font-size:62.5%;
  font-weight: normal;
}

.outerWrapper{
  width: 100%;
  font-size: 1.4em;
}

#header{
  background: #e0efff;
  background: url('../img/header.jpg') no-repeat 50% 0;
}
  #header .innerWrapper{
    position: relative;
    height: 425px;
  }
  
    #header #logo{
      position: absolute;
      top: 30px;
      left: 43px;
    }
  
    #header #menu{
      position: absolute;
      left: 0;
      top: 153px;
      background: url('../img/bg_menu.png') no-repeat top left;
      height: 113px;
      line-height: 118px;
      width: 100%;
    }
    
      #header #menu li{
        float: left;
        margin-right: 35px;
      }
      
        #header #menu li a:link,
        #header #menu li a:visited,
        #header #menu li a:hover,
        #header #menu li a:active{
          color: white;
          text-decoration: none;
          text-transform: uppercase;
          display: block;
          width: 100px;
          height: 30px;
          text-indent: -999px;
          margin-top: 46px;
          overflow: hidden;
        }
        
        #header #menu li#menu_ a,
        #header #menu li#menu_home a{
          margin-left: 50px;
          width: 41px;
          background: url('../img/menu_home.png') no-repeat top left;
        }
        
        #header #menu li#menu_gert-jan a{
          width: 116px;
          background: url('../img/menu_gertjan.png') no-repeat top left;
        }
        
        #header #menu li#menu_hanneke a{
          width: 112px;
          background: url('../img/menu_hanneke.png') no-repeat top left;
        }
        
        #header #menu li#menu_downloads a{
          width: 93px;
          background: url('../img/menu_downloads.png') no-repeat top left;
        }
        
        #header #menu li#menu_contact a{
          width: 67px;
          background: url('../img/menu_contact.png') no-repeat top left;
        }
        
        #header #menu li#menu_kinderfeestjes a{
          width: 120px;
          background: url('../img/menu_kinderfeestjes.png') no-repeat top left;
        }
        
        #header #menu li#menu_workshops a{
          width: 87px;
          background: url('../img/menu_workshops.png') no-repeat top left;
        }
        
        #header #menu li#menu_studio a{
          width: 52px;
          background: url('../img/menu_studio.png') no-repeat top left;
        }
        
        #header #menu li#menu_kinder-en-tienerkoor a{
          width: 174px;
          background: url('../img/menu_kinderkoor.png') no-repeat top left;
        }
        
        #header #menu li a:hover,
        #header #menu li.active a{
          background-position: 0 -27px !important;
        }
  
    #header h1{
      position: absolute;
      bottom: 40px;
      left: 111px;
      color: #212600;
    }
  
#content{
  background: #9dcb3b;
}

  #content .innerWrapper{
    padding: 0 0 50px 0;
    position: relative;
  }
  
    #content .contentWrapper{
      width: 530px;
      margin-left: 111px;
    }
    .contentWrapper p{
        margin-bottom: 20px;
    }
    .contentWrapper ul{
        margin-bottom: 20px;
    }
  #content .visual{
    position: absolute;
    top: -162px;
    right: 35px;
  }
  
    #content ul,
    #content ol{
      margin-left: 13px;
      list-style-position: outside;
    }
  
    #content ul li{
      /* background: url('../img/icon_list.gif') no-repeat top left; */
      list-style-type: circle;
      line-height: 1.8em;
    }
    
  #content a:link,
  #content a:visited,
  #content a:hover,
  #content a:active{
    color: #303F10;
    text-decoration: none;
    border-bottom: 1px dotted #303F10;
  }
  
  #content a:hover{
    border: none;
  }
  
#footer{
  clear: both;
  padding: 0 0 30px 0;
}

  #footer p{
    padding: 10px 0;
    color: #303F10;
    font-size: .8em;
    margin-left: 111px;
  }
  
  #footer p a:link,
  #footer p a:visited,
  #footer p a:hover,
  #footer p a:active{
    color: #303F10;
    text-decoration: none;
    border-bottom: 1px dotted #4d641d;
  }
  
  #footer p a:hover{
    border: none;
  }

.innerWrapper{
  width: 980px;
  margin: 0 auto;
}

