/*
Design by Basv Design
http://www.basv.nl
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	font-family: Calibri, Verdana;
	font-size: 13px;
	color: #787878;
	background-attachment:fixed;
	background-position:bottom;
	background-repeat:repeat-x;
	
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #0A0A0A;
}

a:hover {
	background: none;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
}

/* Header */

#header {
	width: 960px;
	height: 219px;
	margin: 0 auto;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/logo_05.png);
}

/* Logo */

#logo {
	float: left;
	width: 960px;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 70px 0 0 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 80px 0 0 5px;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;	
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding-top: 16px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 90px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 200px;
	border: none;
	text-transform: lowercase;
	border: 1px #525252 dotted;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background: #333333;
	color: #333333;
	font-family: Calibri, Verdana;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: inline;
	/*padding: 17px 10px 10px 20px;*/
	padding: 1px 7px 1px 7px;
	
	text-transform: uppercase;
	text-decoration: none;
	font-family: Calibri, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
}




#menu li {
	border-left:1px solid #ffffff;
	display:inline;
	list-style-type:none;
	margin-left:1em; 
	padding-left:1em;
	margin-top: 5px;
}

#menu li:first-child {
border-left:medium none;
}




#navigation a:hover, #navigation a:active {
	background-color: #005C78;
}

#navigation li.naviActive a {
	color:#00A3BF;
}
#navigation li.naviActive a:hover {
	color: #FFF;
}


/* Page */

#page {
	width: 958px;
	margin: 0 auto;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	border-style: line;
}

/* Content */

#content {
	float: left;
	width: 450px;
	padding: 20px 5px 0px 20px;
	background: #ffffff;
}

.post {
}

.post .title {
	color: #000000;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 0px 10px 0px 10px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 450px;
	color: #787878;
	padding-right: 20px;
	margin-top: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #000000;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #787878;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */
#balk{
	width: 960px;
	height: 10px;
	background-color: #00A3BF;
	padding-left: 0px;

}


#footer {
	width: 960px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 14px;
	text-transform: none;
	text-align: center;
	font-family: Calibri, Verdana;
	color: #FFF;
}

#footer a {
	color: #FFFFFF;
}

#contact-area {
	width: 450px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 370px;
	font-family: Calibri, Verdana;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #800;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	margin-right: 20px;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 45px;
	padding-top: 5px;
	font-family: Calibri, Verdana;
	font-size: 18px;

}

div.columnMiddle {
	float:left;
	font-size:11px;
	padding:0 9px 0 0;
	width:400px;
	margin-top: 25px;
	margin-left: 25px;
}

table.leveranciers {

	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: dotted dotted dotted dotted;
	border-color: white white white white;
	border-collapse: separate;
	background-color: white;
}

table.leveranciers td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
