@charset "UTF-8";
/* CSS Document */

/* Force scrollbars */
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}
/* Disable outline */
a:active, a:focus {
    outline: none;
}
/* Remove padding and margin border */
* {
    margin: 0;
    padding: 0;
    border: 0;
}

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    background-image: url(../img/spruiten_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

#background {
    height: 100%;
}

#wrapper {
    width: 976px;
    margin: 0 auto;
}

a {
    color: #28903B;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#nav {
    float: left;
    width: 300px;
    padding-top: 35px;
}

#nav a, #menu a {
    color: #28903B;
    background-color: #FFFFFF;
}

#nav a.active, #menu a.active, #menu a:hover {
    color: #FF0000;
}

#content a {
    color: #000000;
    text-decoration:none;
    display: block;
}

#content a:hover {
    color: #FF0000;
}

#maincontent {
    float: left;
    background-image: url(../img/main_back.png);
    background-repeat: no-repeat;
    width: 594px;
    height: 672px;
    margin-top: 0;
    margin-left: -18px;
	padding-left: 30px;
}

#maincontent_shadow {
    background-image: url(../img/main_back_shadow.png);
    background-repeat: no-repeat;
    width: 739px;
    height: 79px;
    position: absolute;
    top: 680px;
    left: 50%;
    margin-left: -274px;
}

#voeg_gerecht_toe {
	display: block;
    width: 155px;
    height: 127px;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: 210px;
}

#spruitjes {
    background-image: url(../img/spruitjes.png);
    background-repeat: no-repeat;
    width: 148px;
    height: 102px;
    position: absolute;
    top: 1px;
    left: 50%;
    margin-left: 298px;
}

#kok {
    background-image: url(../img/kok.png);
    background-repeat: no-repeat;
    width: 191px;
    height: 352px;
    position: absolute;
    top: 102px;
    left: 50%;
    margin-left: 359px;
    z-index: 100;
}

#schort {
    background-image: url(../img/schort.png);
    background-repeat: no-repeat;
    width: 128px;
    height: 166px;
    position: absolute;
    top: 173px;
    left: 50%;
    margin-left: 154px;
    z-index: 100;
}

#traktor {
    background-image: url(../img/traktor.png);
    background-repeat: no-repeat;
    width: 191px;
    height: 352px;
    position: absolute;
    top: 482px;
    left: 50%;
    margin-left: 420px;
}

#sfeer {
    width: 245px;
    height: 264px;
    text-align: right;
    position: absolute;
    top: 114px;
    left: 50%;
    margin-left: 207px;
}

#sfeer_home {
    width: 245px;
    height: 264px;
    text-align: right;
    position: absolute;
    top: 95px;
    left: 50%;
    margin-left: 167px;
    z-index: 50;
}

#footer {
    width: 575px;
    position: absolute;
    top: 628px;
    left: 50%;
    margin-left: -176px;
    color: #28903B;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
}

#footer a {
    color: #28903B;
    text-decoration: none;
}

#footer a:hover {
    color: #116924;
}

#footer .copyright {
    width: 375px;
    float: left;
}

#footer .bottom_nav {
    width: 200px;
    float: left;
    text-align: right;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    line-height: 1em;
}

h1 {
    text-align: left;
    font-size: 27px;
    margin-top: 49px;
    margin-bottom: 10px;
    margin-right: 160px;
}

h2 {
    text-align: left;
    font-size: 27px;
}

h3 {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    color: #6DB4DB;
    font-weight: bold;
}

#h1_wrapper {
    height: 90px;
}

.recepten_small {
    background-image: url(../img/home_recept_back.png);
    width: 582px;
    height: 208px;
    margin-left: -20px;
    margin-top: -7px;
    padding-top: 0px;
	padding-left: 20px;
}

.recepten {
    background-image: url(../img/recept_recept_back.png);
    width: 585px;
    height: 435px;
    margin-left: -20px;
    margin-top: -7px;
    padding-top: 10px;
	padding-left: 20px;
}

.recept {
    width: 155px;
    float: left;
    margin-right: 38px;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
}

.recept img {
    padding-bottom: 3px;
}


.recept a {
    position: absolute;
	margin-left: -4px;
	margin-top: 165px;
}

.recept {
    margin-top: 15px;
    background-image: url(../img/recept_back2.jpg);
    height: 171px;
}

.recept em {
    font-size: 11px;
}

#pagination {
    position: absolute;
	top: 585px;
    left: 50%;
    margin-top: 15px;
    margin-left: -196px;
    width: 605px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#pagination a {
    color: #28903B;
    text-decoration: none;
    font-weight: bold;
}

#pagination a:hover {
    color: #116924;
}

.date {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #3E3E3E;
}

.text {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #333333;
    line-height: 170%;
    width: 380px;
}

/* START LOGO OP HOMEPAGE */

.text2 {
	margin:45px 0px 0px 5px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #333333;
	float:left;
}

.text2plaatje {
	margin:13px 55px 0px 0px;
	float:right;
}

/* END LOGO OP HOMEPAGE */

.newsitem a.readon {
    background-image: url(../img/readon_arrow.gif);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #3E3E3E;
    font-weight: bold;
    text-decoration: none;
}

.newsitem a.readon:hover {
    text-decoration: underline;
}

.ad {
    margin-bottom: 30px;
}

#mycustomscroll {
    /* Typical fixed height and fixed width example */
    width: 355px;
    height: 427px;
    overflow: auto;
    /* IE overflow fix, position must be relative or absolute */
    position: relative;
    text-align: left;
    padding: 0 10px 0 0;
    outline: none;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #333333;
    line-height: 170%;
    float: left;
}
.middlewrapper {
	position: absolute;
	top: 142px;
	left: 50%;
	margin-left: -176px;
}

.side {
    width: 213px;
    height: 439px;
    background-image: url(../img/detail_right_back.png);
    float: left;
    margin-top: -25px;
    text-align: right;
    padding-top: 20px;
	position: absolute;
	top: 142px;
	left: 50%;
	margin-left: 194px;
}

.side a {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
    color: #339933;
    text-decoration: none;
}

.side a:hover {
    text-decoration: underline;
}

.mask {
    width: 212px;
    height: 232px;
    background-image: url(../img/photo_mask.png);
    position: absolute;
    display: block;
	left: 50%;
	top: 0;
	margin-top: 167px;
	margin-left: 194px;
}

.photo {
    margin-top: 7px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-top: 167px;
	margin-left: 194px;
}


#upload {
    width: 350px;
    height: 379px;
    background-image: url(../img/upload_back.png);
    margin-top: 10px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #333333;
    padding-left: 30px;
    padding-top: 20px;
}

#upload input, #upload textarea, #upload file, #content input, #content textarea, #content file {
    width: 215px;
    padding: 0;
    margin: 0;
}

#content input.radio {
    width: 20px;
}



#adminwrapper {
    width: 900px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    top: 50px;
}

#adminwrapper #menu {
    width: 140px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-right: 20px;
    float: left;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #333333;
    padding: 10px;
}

#adminwrapper #content {
    width: 696px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #333333;
    padding: 10px;
}

.item_even {
    background-color: #BBDBC3;
    padding: 3px;
    height: 13px;
    margin-bottom: 1px;
}

.item_odd {
    background-color: #8FC49A;
    padding: 3px;
    height: 13px;
    margin-bottom: 1px;
}

.titel {
    width: 478px;
    float: left;
}

.options {
    width: 12px;
    float: left;
}

#printing {
    display: none;
}

input[type=text],input[type=password] {
    border: 1px solid #000;
}
textarea {
    border: 1px solid #000;
}
input[type=submit] {
    border: 1px solid #000;
}
