@font-face
{
font-family: Avenir-Book;
src: url('/fonts/Avenir-Book.ttf' ),
     url('/fonts/Avenir-Book.eot' ); /* IE9+ */
}

@font-face
{
font-family: Avenir;
src: url('/fonts/Avenir-Black.ttf' ),
     url('/fonts/Avenir-Black.eot' ); /* IE9+ */
}



html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    font-family: Avenir-Book;
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;

}
a {
    text-decoration: none;
}






#blok {
  width: 400px ;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 200px;
}

.blok2 {
margin: 0 0 0 105px;
}


.logo {
    padding: 3px 0 0;
    position: absolute;
}

#jelle-logo {
    background-image: url("images/logo.png");
    display: block;
    height: 34px;
    text-indent: -9999px;
    width: 90px;
}



.titel{
font-size:30px;
}



#intro {
font-size:14px;
padding-top:15px;
width: 330px;
color:#343434;
padding-left: 0;
}



#online {
font-size:14px;
padding-top:15px;
width: 330px;
color:#343434;
padding-left: 0;
}



#offline {
font-size:14px;
padding-top:15px;
width: 330px;
color:#343434;
padding-left: 0;
}








.zoekBtn {
    background-color: #009FDB;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: 'Avenir', 'Avenir-Book';
    font-size: 18px;
    height: 18px;
    line-height: 15px;
    margin-top: 2px;
    padding: 8px 0;
    text-align: center;
    text-transform: lowercase;
    width: 74px;
}

.zoekBtn:hover, .online:hover {
    background-color: #00BEFF;

}



#blok .zoekBtn {
    margin-bottom: 30px;
    margin-top: 25px;
    margin-right: 10px;
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
}

#blok .start  {
    border: medium none;
    height: 33px;
    padding-top: 3px;
    box-shadow:none;
}


#blok .offline {
    background-color: #dedede;
}

.offline:hover {
    background-color: #ebebeb!IMPORTANT;

}






form label {
    display: block;
    float: left;
    font-family: Avenir;
    font-size: 16px;
    margin-right: 42px;
    width: 90px;
    color: #525252;
}




form input {
    border: 1px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3) inset;
    font-family: 'avenir-book';
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    padding: 8px 8px;
    width: 180px;

}

























#header {
    margin: 20px 0;
}
#content {
    overflow: hidden;
    width: 340px;
}
.contentbox-wrapper {
    height: 100%;
    left: 0;
    position: relative;
    width: 3000px;
}
.contentbox {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 100%;
    padding: 10px;
    width: 580px;
}
#nav {
    background: url("navbg.png") repeat-x scroll center bottom transparent;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 10px;
    padding: 5px 10px;
}
#nav ul li {
    display: inline;
    margin-right: 10px;
}
#nav a.active {
    font-weight: bold;
}
#footer {
    margin-top: 20px;
    text-align: center;
}

