/**
 * Title: Compact Verzuim B.V.
 * Description: This stylesheet defines the layout of the website of Compact Verzuim B.V.
 * Copyright: Pronamic Internet, Vormgeving en Software
 * Company: Pronamic Internet, Vormgeving en Software
 * Author: Remco Tolsma, Jelke Boonstra
 * Version: 1.0
 */

body {
	background: #F3F3F3 url("back.jpg") no-repeat;

	font: 80%/1.5 Verdana, Arial, Helvetica, sans-serif;

	margin: 0 0 50px 0;
}

/**
 * Anchors
 */
a {
	color: #133D67;
}

a:visited {
	color: #000;
}

a:hover {
	color: #3764AA;
}

/**
 * Images
 */
a img {
	border: none;
}

/**
 * Headings
 */
h1, h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: 175%;
}

h2 {
	font-size: 150%;
}

blockquote {
	
}

blockquote .name {
	color: #143C66;

	text-align: right;
}

/**
 * Other 
 */
.clear {
	clear: both;
}

/**
 * Container
 */
#container {

}

/**
 * Head
 */
#head {
	background: url("head-back.gif") repeat-x;

	min-height: 275px;
}

/**
 * Company name
 */
#company-name {
	margin: 0 auto;

	width: 1000px;
}

#company-name a {
	background: url("logo.png") no-repeat;

	display: block;

	float: left;

	margin: 15px;

	width: 236px;
	height: 113px;
}

#company-name .mark{
	background: url("logo-keurmerk.png") no-repeat;

	display: block;

	float: right;

	margin: 15px;

	width: 125px;
	height: 85px;
}

#company-name a span {
	display: none;
}

/**
 * By pass
 */
#by-pass-section {
	display: none;
}

/**
 * Main menu
 */
#main-menu-wrap {
	background: url("main-menu/shadow.png") no-repeat;

	margin: -28px auto 0 auto;
	padding: 28px 28px 0 28px;

	width: 1000px;
}

#main-menu {
	background: #3764AA;

	line-height: 1.25;

	padding: 10px 0;
	position: relative;

	width: 1000px;
}

#main-menu ul {
	list-style: none;

	margin: 0 0 0 -6px;
	padding: 9px 0 0 0;

	width: 375px;
}

#main-menu li {
	margin-top: -9px;
}

#main-menu a {
	color: #FFF;

	display: block;

	padding: 7px 40px 16px 40px;

	text-decoration: none;
}

#main-menu a.active, 
#main-menu a:hover {
	background: url("main-menu/item-back.png") no-repeat right top;
}

#main-menu a:focus {
	outline: none;
}

/**
 * Main
 */
#main {
	margin: 25px auto;

	width: 1000px;
}

/**
 * Core
 */
#core {
	float: left;

	margin: 0 20px;

	width: 575px;
}

#core h1, 
#core h2, 
#core h3 {
	color: #143C66;
}

/**
 * Extra
 */
#extra {
	background: #133D67 url("extra-back.gif") no-repeat bottom;

	color: #FFF;

	float: right;

	margin-bottom: 100px;
	padding: 20px 20px 100px 20px;

	min-height: 250px;
	width: 335px;
}

#extra h1 {
	margin: .5em 0;
}

#extra ul {
	list-style-type: square;
}

#extra a {
	color: #FFF;
}

#extra a:hover {
	color: #8A9EB3;
}

#extra .view-more-link {
	background: url("extra-view-more.gif") no-repeat right 5px;

	padding-right: 12px;
}

/**
 * Bottom
 */
#bottom-wrap {
	background: #E8E8E8 url("bottom-back.gif") repeat-x bottom;

	border-bottom: 1px solid #D5D5D5;
}

#bottom {
	margin: 0 auto;

	padding: 20px 50px 20px 0;

	position: relative;

	width: 950px;
}

#bottom h1 {
	color: #143C66;

	font-size: 150%;
}

.element-left {
	float: left;

	margin-right: 20px; 

	width: 500px;
}
	
.element-right { 
	float: right;

	width: 340px;
}

/**
 * Hooks
 */
#hook-1 {
	background: url("images.png") no-repeat;

	position: absolute;

	top: -15px;
	right: -77px;

	width: 538px;
	height: 266px;

}

/**
 * Forms
 */
form {

}

label {
	cursor: pointer;

	font-weight: bold;
}

.textarea, 
.textfield {
	margin-bottom: 1em;
}

.textarea label, 
.textfield label {
	display: block;
}

.textarea textarea, 
.textfield input {
	border: 1px solid #E8E8E8;

	padding: 5px;
}

.textarea textarea:focus, 
.textfield input:focus {
	border-color: #D5D5D5;
}

.error textarea, 
.error input {
	border-color: #F00;
}

/**
 * Foot
 */
#foot {
	color: #183B63;

	margin: 0 auto;
	padding: 20px 0;

	width: 1000px;
}

/**
 * Copyright 
 */
#copyright {
	float: left;
}

/**
 * Pronamic
 */
#pronamic {
	float: right;
}

/**
 * Foot menu
 */
#foot-menu {
	clear: both;

	font-size: 85%;
}