﻿/* 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, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background: #000;
}

h1, p, ul { margin: 0 0 15px 0; }
ul { list-style: none; }
a { color: #fff; text-decoration: underline; }
a:hover { color: #ccc; text-decoration: underline; }

#SEO {
    position: absolute;
    text-align: left;
    width: 400px;
    left: -99999px;
}

/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Content ----------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

.portfolio {
	width: 100%;
	overflow: hidden;
	background: #eee url(../images/portfolio-bg.gif) no-repeat center bottom;
}

.portfolio .portfolio-inner {
	position: relative;
	width: 858px;
	margin: 0 auto;
	overflow: hidden;
}

.portfolio .portfolio-inner h1 {
	height: 51px;
	padding: 37px 0 16px;
	border-bottom: 1px solid #000;
	text-indent: -99999px;
	background: url(../images/logo.png) no-repeat 0 37px;
}

/* Portfolio items */

.portfolio .portfolio-inner .items {
	position: absolute;
	left: 0;
	top: 120px;
	float: left;
	width: 570px;
	height: 439px;
	overflow: hidden;
}

.portfolio .portfolio-inner .items li {
	display: none;
	width: 570px;
	height: 439px;
}

/* Buttons */

.portfolio .portfolio-inner .buttons {
	float: right;
	width: 288px;
}

.portfolio .portfolio-inner .buttons li {
	padding: 0;
}

.portfolio .portfolio-inner .buttons li a {
	padding: 0 2px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.portfolio .portfolio-inner .buttons li.active a,
.portfolio .portfolio-inner .buttons li a:hover {
	color: #fff;
	background: #000;
}

.portfolio .portfolio-inner .buttons ul {
	margin-left: 15px;
}

/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Footer ------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------- */

.footer {
	width: 100%;
	overflow: hidden;
	background: #8f8f8f url(../images/footer-bg.gif) repeat-x 0 0;
}

.footer .footer-inner {
	width: 858px;
	margin: 0 auto;
	overflow: hidden;
	color: #2f2f2f;
	background: url(../images/footer-bg-inner.gif) no-repeat 0 0;
}

/* Adres */

.footer .footer-inner .address {
	float: left;
    width: 246px;
	padding: 40px 0 5px;
	cursor: pointer;
}

.footer .footer-inner .address p {
	margin: 0 0 10px;
}

.footer .footer-inner .address strong {
	float: left;
	display: block;
	width: 56px;
}

/* Tags */

.footer .footer-inner .tags {
	float: left;
	width: 270px;
    height: 132px;
    padding: 30px;
}

.footer .footer-inner .tags h1, .footer .footer-inner .tags h2, .footer .footer-inner .tags h3, .footer .footer-inner .tags h4, .footer .footer-inner .tags h5, .footer .footer-inner .tags h6 {
    float: left;
    display: block;
    color: #666666;
    line-height: 35px;
    margin-right: 5px;
}

.footer .footer-inner .tags h1:hover, .footer .footer-inner .tags h2:hover, .footer .footer-inner .tags h3:hover, .footer .footer-inner .tags h4:hover, .footer .footer-inner .tags h6:hover {
    color: #343434; 
}

.footer .footer-inner .tags h2 {
    font-size: 18px;
    font-weight: bold;
}

.footer .footer-inner .tags h3 {
    font-size: 24px;
    font-weight: normal;
}

.footer .footer-inner .tags h4 {
    font-size: 17px;
    font-weight: normal;
}

.footer .footer-inner .tags h5 {
    font-size: 25px;
    color: #343434;
    font-weight: normal;
}

.footer .footer-inner .tags h6 {
    font-size: 15px;
    font-weight: normal;
}

/* Contact */

.footer .footer-inner .contact {
    float: left;
	width: 282px;
	height: 192px;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
}

/* Copyright */

.copyright {
	width: 100%;
	overflow: hidden;
	background: #000;
}

.copyright .copyright-inner {
	width: 858px;
	margin: 0 auto;
	overflow: hidden;
	color: #ccc;
	padding: 5px 0;
	font-size: 10px;
}

/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Popup ------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#popup-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../images/overlay-bg.png) repeat 0 0;
}

#popup-content {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 356px;
	height: 401px;
	padding: 20px;
	margin: -220px 0 0 -198px;
	background: url(../images/popup-bg.png) repeat 0 0;
}

#popup-content .popup-content-inner {
	position: relative;
	width: 356px;
	height: 401px;
	overflow: hidden;
}

#popup-content .popup-content-inner #close {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 153px;
	height: 25px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -99999px;
	background: url(../images/close-bg.gif) no-repeat 0 0;
}

/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Popups content ---------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

.body {
	position: relative;
	width: 356px;
	height: 401px; 
	background: #fff;
}

.body #map {
    height: 367px;
    width: 360px;
}

.body .regel {
	overflow: hidden;
	margin: 0 0 6px;
}

.body .regel label {
	float: left;
	line-height: 22px;
	width: 158px;
	margin: 0 10px 0 0;
}

.body .regel.textarea label {
	width: 100%;
	margin: 0 0 6px 0;
}

.body .error,
.body .regel label .required {
	color: #940000;
}

.body .regel input,
.body .regel textarea {
	float: right;
	width: 172px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	padding: 3px 2px;
}

.body .regel textarea {
	float: left;
	width: 350px;
	height: 134px;
}

.body .button {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 153px;
	height: 25px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -99999px;
	border: 0;
	background: url(../images/send-bg.gif) no-repeat 0 0;
}
