body {
	font-family:
		"Trebuchet MS",
		sans-serif;
	color: #666;
    background: url("../img/backgroundHeader.jpg") repeat-x;
}
a, a:visited {
	color: #b81739;
}
a:hover {
	color: #4aad16;
}
h1 {
	color: #666;
}
h2 {
	color: #66;
}
h3 {
	color: #66;
}
h4 {
	color: #666;
}
h5 {
	color: #666;
}
h6 {
	color: #66;
}
input[type=text],
textarea {
    -webkit-box-shadow:  0 0 0 1px #399393;
    box-shadow:  0 0 0 1px rgba(57, 147, 147, 0.41);
}
    input[type=text]:focus,
    textarea:focus {
        -webkit-box-shadow:  0 0 0 1px #00abb3;
        box-shadow:  0 0 0 1px #00abb3;
    }
textarea {
	font-family:
		Verdana,
		sans-serif;
}

/* DEFAULTS
 * =========================================================================================== */
.defaultButton,
.defaultButton:link,
.defaultButton:visited,
input[type=button],
input[type=submit] {
    background: #4aad16;
    color: #FFF;
}
    .defaultButton:hover,
    input[type=button]:hover,
    input[type=submit]:hover {
        background: #b81739;
    }

/* PAGINA INDELING
 * =========================================================================================== */
.logo {
    background: url("../img/nekkers/logo.gif") no-repeat center center;
    width:411px;
    height:60px;
}
/* NAVIGATIE
 * =========================================================================================== */
    .navigatie {
        background: #b81739;
    }
        .navigatie a,
        .navigatie a:visited,
        .navigatie p {
            color: #FFF;
            border-left: 1px solid #FFF;
        }
            .navigatie li p:hover,
            .navigatie li a:hover {
                color: #4aad16;
            }

        /* NAVIGATIE (NIVO 2)*/
        .navigatie li ul {
            background: #4aad16;
        }
            .navigatie li li p:hover,
            .navigatie li li a:hover {
                color: #b81739;
            }

        /* NAVIGATIE (NIVO 3) */
        .navigatie ul ul ul {
            background: #333;
        }
        .navigatie li li ul {
            left: 100%;
        }

#centerContainer {
    background: #f8e7eb;
}
    .oudjesImage {
        background: url("../img/nekkers/oudjes.png");
    }
#footer {
    background: #b81739;
    color: #FFF;
}

/* CONTACTFORMULIER
 * =========================================================================================== */
.error {
    color: #cc0000;
}

.verplicht_veld {
    color: #cc0000;
}