﻿/* Stylesheet voor Wiwahmedia.nl. (c) Oetzie.nl. Alle rechten voorbehouden. */

/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Algemeen ---------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

html, body, form, ul, li, h1, h2, h3, h4, h5, h6, p { margin: 0px; padding: 0px; }

body {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	background: #000000 url('../images/image-bg.jpg') repeat-x;
	color: #000000;
	text-align: center;
	width: 100%;
}

h1 {
	margin-bottom: 18px;
}

a {
	color: #f78f1e;
	text-decoration: underline;
}

a:hover {
	color: #676767;
	text-decoration: underline;
}

p {
    margin-bottom: 15px;
}

.clearfix {
	clear: both;
}

#wrapper {
    width: 860px;
    height: 768px;
    margin: 0px auto;
    text-align: left;
    background: url('../images/image-content-bg.jpg');
    padding: 0px 65px;
}    

/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Header  ----------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#SEO {
    position: absolute;
    text-align: left;
    width: 400px;
    left: -99999px;
}

#wrapper #header {
    position: relative;
    width: 860px;
    height: 104px;
    border-bottom: 1px solid #000000;
}

#wrapper #header img {
    position: absolute;
    bottom: 15px;
    border: 0px;
}

/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Content ----------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#content-left {
    position: relative;
    float: left;
    width: 570px;
    height: 439px;
}

#content-right {
    float: left;
    width: 290px;
    height: 389px;
    padding-top: 50px;
}

/* ----- Stijlen: Carousel ---------------------------------------------------------- */

.jcarousel-item {
    display: none;
    position: absolute;
    width: 570px;
    height: 439px;
}

.jcarousel-control {
    list-style: none;
}

.jcarousel-control li {
    margin-bottom: 20px;
}

.jcarousel-control li a {

    padding: 0px 2px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.jcarousel-control li a:hover {
    background: #000000;
    color: #ffffff;
}

.jcarousel-control ul {
    list-style: none;
}

.jcarousel-control ul li {
    margin: 0px 0px 0px 15px;
}
    
/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Footer ------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------- */

/* ----- Stijlen: Adres ------------------------------------------------------------- */

#footer-adres {
    float: left;
    width: 246px;
    height: 164px;
    padding: 14px 0px;
    color: #2f2f2f;
    cursor: pointer;
}

#footer-adres span.strong {
    float: left;
    width: 56px;
}

#footer-adres img {
    display: block;
    margin-bottom: 10px;
}

#footer-adres span.text {
    float: left;
    width: 190px;
}

/* ----- Stijlen: Tags -------------------------------------------------------------- */

#footer-tags {
    float: left;
    width: 270px;
    height: 132px;
    padding: 30px ;
    color: #2f2f2f;
    background: url('../images/image-tags-bg.jpg');
}

#footer-tags h1, #footer-tags h2, #footer-tags h3, #footer-tags h4, #footer-tags h5, #footer-tags h6 {
    float: left;
    display: block;
    color: #666666;
    line-height: 35px;
    margin-right: 5px;
}

#footer-tags h1:hover, #footer-tags h2:hover, #footer-tags h3:hover, #footer-tags h4:hover, #footer-tags h6:hover {
    color: #343434; 
}

#footer-tags h2 {
    font-size: 18px;
    font-weight: bold;
}

#footer-tags h3 {
    font-size: 24px;
    font-weight: normal;
}

#footer-tags h4 {
    font-size: 17px;
    font-weight: normal;
}

#footer-tags h5 {
    font-size: 25px;
    color: #343434;
    font-weight: normal;
}

#footer-tags h6 {
    font-size: 15px;
    font-weight: normal;
}

/* ----- Stijlen: Contact ----------------------------------------------------------- */

#footer-contact {
    float: left;
    width: 282px;
    height: 192px;
    color: #2f2f2f;
    background: url('../images/image-contact-bg.jpg');
    text-align: center;
}

#footer-contact #contact {
    display: block;
    width: 237px;
    height: 192px;
    margin: 0px 0px 0px 52px;
    border: 0px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -99999px;
    background: url('../images/image-contact.jpg');
}

/* ----- Stijlen: Copyright --------------------------------------------------------- */

#copyright {
    line-height: 32px;
    color: #cccccc;
    font-size: 10px;
}

/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Contact popup ----------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#popup {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #343434;
    background: url('../images/overlay.png') repeat;
}

#popup #popup-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -190px 0px 0px -211px;
    width: 380px;
    height: 422px;
    background: #ffffff;
}

#popup #popup-inner iframe {
    margin-top: 10px;
    width: 360px;
    height: 402px;
    border: 0px;
    overflow: hidden;
}

#close {
    position: absolute;
    display: block;
    width: 153px;
    height: 25px;
    background: url('../images/button-sluiten-bg.jpg') repeat;
    overflow: hidden;
    text-indent: -99999px;
    left: 10px;
    bottom: 10px;
    cursor: pointer;

}

/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Google maps ------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#map-wrapper {
    width: 360px;
    height: 402px;
    background: #ffffff;
}

#map-wrapper #map {
    width: 360px;
    height: 367px;
}

/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Contact formulier ------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#form-wrapper {
    position: relative;
    width: 360px;
    height: 402px;
    background: #ffffff;
    text-align: left;
    color: #343434;
}

#form-wrapper p.right {
    float: right;
}

#form-wrapper display {
    width: 200px;
}

#form-wrapper .required {
    color: #940000;
}

#form-wrapper input.field {
    border: 1px solid #535353;
    border-top: 1px solid #6e6e6e;
    width: 157px;
    height: 18px;
    line-height: 18px;
    padding: 0px 5px;
}

#form-wrapper textarea {
    border: 1px solid #535353;
    border-top: 1px solid #6e6e6e;
    width: 348px;
    height: 138px;
    padding: 5px;
}

#send {
    position: absolute;
    display: block;
    width: 153px;
    height: 25px;
    background: url('../images/button-versturen-bg.jpg') repeat;
    overflow: hidden;
    text-indent: -99999px;
    right: 0px;
    bottom: 0px;
    border: 0px solid;
    cursor: pointer;
}


    

