html {
	padding: 0;
}

body {
	margin:0px; 
	padding:0px;
	font: normal 13px/1.5em Arial, Helvetica, sans-serif;
	background: #009ad8 url(images/bg_body.jpg) center 0 no-repeat fixed;
}

img a:hover {
	border:none;
	text-decoration:none;
}

#mainContainer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	background: url(images/bg_footer.jpg) 0 bottom repeat-x;
}

#center {
	height: auto;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}

#blog {
   	height:auto;
	width:660px;
	float:left;
	position: relative;
}

/*---------------------------- TEXT STYLES ----------------------------*/

h2 {
	margin:0px 0px 16px 0px;
	padding-top:10px;
	font-size:23px;
	color:#2c2c2c; 
	font-size:30px;
	line-height:1.3em;
	
}

hr {

	background-color:#dddddc;
	border:#dddddc;
	height:1px;
	margin-bottom:12px;
}
small {
	padding-left:5px;
	color:#2c2c2c;
	font-size:11px;
	background:#03697f;
	display:block;
	margin-bottom:15px;
	font-weight:bold;
	width:80%;
}
a,b {
	color:#14a4b5;
	text-decoration:none;
}

a:hover { 
	text-decoration:underline; 
}

h3 a, h2 a{
	color:#2c2c2c;
}

p { margin: 0px 0px 12px 0px; }

img a{
	text-decoration:none;
	border:none;
}

/*---------------------------- BEGIN MENU ----------------------------*/

#menuContainer {
	width:960px;
	height:45px;
	position:relative;
}

.twitterbird {
	width: 386px;
	height: 154px;
	position: absolute;
	top: -103px;
	left: 541px;
	background: url(images/twitterbird.png) no-repeat;
	z-index: 100;
}

.twitterbird a.volgons {
	width: 130px;
	height: 100px;
	position: absolute;
	top: 48px;
	left: 280px;	
}

.twitterbird p {
	width: 215px;
	height: 78px;
	position: relative;
	margin: 13px 0 0 19px;
	font-size: 11px;
	color: #fff;
	overflow: hidden;
}

.twitterbird p em {
	font-size: 9px;
	color: #C4CEFF;
	width: 215px;
	display: block;
	margin-bottom: 50px;
}

#menu{
	float:left;
	height: auto;
	position:relative;
	float: left;
	width: 475px;
	background: #0d1a1b;
	z-index: 5;
}

#menu .links {
	background: url(images/bg_menu_links.png) no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#menu .rechts {
	background: url(images/bg_menu_rechts.png) no-repeat;
	width: 6px;
	height: 6px;
	position: relative;
	float: right;
	margin-left: -6px;
	z-index: 10;
}
		
#menu ul {
	margin:0px; 
	padding:0px;
    float:left;
	background: #0d1a1b;
}

#menu ul li{ 
    display: inline;
}

#menu ul li a{
    float: left; 
	text-decoration: none;
    color: #fff;
    line-height:45px;
	padding: 0 20px;
	font-size:12px;
	z-index:10;
	text-transform: lowercase;
	border-top: none;
	border-bottom: none;
	display: block;
}

#menu ul li a.selected{
}

#menu ul li.current-cat a, #menu ul li a:hover{
}

#menu ul li.current-cat a:hover{
}

#menu ul li.current-cat a, #menu ul li.current-cat-parent a{
	background-color:#00adef;
	color:#fff;
}

#menu ul li.current-cat-parent a:hover{
	color:#fff;
}

#menu ul li ul.children{
	 list-style:none;  
     position:absolute;
     left:0px; 
	 top:33px;  
     background-color:#282d33;  
     margin:0;
	 padding:0;   
     float:left;  
     width:170px;  
	 background-image:none;
	 z-index:100;
}

#menu ul li ul.children li{
    margin:0; 
	padding-right:5px;  
    clear:both;  
	display:block;
}
#menu ul li ul.children li a {
	float:left;
	width:146px;
	border-width:0px;
	background-image:none;
	line-height:2.5em;
}

#menu ul li.current-cat ul.children li a{
}

#menu ul li.current-cat ul.children{
}

#menu ul li.current-cat ul.children{
	top:35px;
}

/*---------------------------- LOGO ----------------------------*/
#logoContainer{
	position: relative;
	top: 41px;
	left: 12px;
	width: 210px;
	height: 72px;
	background-image: url(images/logo.png);
	background-repeat:no-repeat;
	margin-bottom: 70px;
}

#logoContainer a{
	position: relative;
	width: 210px;
	height: 72px;
	display: block;
}

/*---------------------------- BEGIN CONTENT ----------------------------*/

#content{
	position: relative;
	float: left;
	min-height: 1200px;
	width: auto;
	padding: 0;
	background: #fff;
}

#contentContainer{
	width: 660px;
	height: auto;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

.postContainer{
	width: 660px;
	height: auto;
	position: relative;
	float: left;
	padding: 0 0 15px 0;
}

.indexheader {
	width: 660px;
	height: 152px;
	position: relative;
	float: left;
	overflow: hidden;
	background: #000;
	padding-top: 1px;
}

.postContainer .kopfoto,
.singlePostContainer .kopfoto,
.singlePageContainer .kopfoto,
.pageContainer .kopfoto {
	width: 660px;
	height: 3px;
	float: left;
	background: #010101;
	border-bottom: 1px solid #545454;
	overflow: hidden;
	margin-bottom: 35px;
	z-index: 10;
}

.postContainer .kopfoto img,
.singlePostContainer .kopfoto img,
.singlePageContainer .kopfoto img,
.pageContainer .kopfoto img {
	display: none;
}

.kopfoto .datum {
	width: auto;
	height: 30px;
	position: absolute;
	left: 47px;
	top: 0px;
	padding: 0 13px;
	font: 11px/30px Arial, Helvetica, sans-serif;
	color: #fff;
	background: black;
	border-bottom: 1px solid #545454;
	z-index: 20;
	text-transform: uppercase;
}

.kopfoto .datum a {
	font: 11px/30px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

.kopfoto .datum a:hover {
	text-decoration: underline;
}

.postContainer h2,
.singlePageContainer h2{
	margin: 10px 0 25px 50px;
	height: 28px;
	color: #009ad8;
	text-decoration: none;
	visibility: hidden;
	width: 560px;
	float: left
}

.postContainer h2 a,
.singlePageContainer h2 a {
	color: #009ad8;
	text-decoration: none;
}

.postContainer .contentText,
.singlePostContainer .contentText {
	width: 560px;
	height: auto;
	float: left;
	position: relative;
}

.postContainer h2 a:hover{
	text-decoration: none;
	color: #009ad8;
}

.postContainer p {
	margin-bottom: 20px;
}

.postImage, .postImage a, .postImage a:hover{
	float:left;
	margin:16px;
	margin-bottom:0px;
	background-color:#fff;
	padding:4px;
}

.contentText{
	margin: 0 50px 0 50px;
}

.postInfo {
	height: 75px;
	width: 560px;
	float: inherit;
	background-color: #e2e2e2;
	border-top: 1px solid #CCC;
	padding: 20px 50px 0 50px;
}

.postInfo .foto {
	height: 55px;
	width: 55px;
	float: left;
	position: relative;
	margin-right: 17px;
	overflow: hidden;
}

.postInfo .boven,
.postInfo .onder {
	width: 475px;
	height: 27px;
	float: left;
	position: relative;
	font: 11px/27px Arial, Helvetica, sans-serif;
}

.postInfo .onder em,
.postInfo .boven em {
	margin: 0 5px;
}

.postInfo .onder a,
.postInfo .boven a {
	font: 11px/27px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.rightFloat{
	float:right;
}

.leftFloat{
	float:left;
}

.arrow{
	margin-top:10px;
	margin-right:5px;
}

.postInfo a.readmore{
	color:#0099CC;
	font-size:11px;
}

#submit{
	margin-top:18px;
	margin-right:-2px;
	height:26px;
}

.pages {
	position: relative;
	float: left;
	width: 200px;
	height: 30px;
	margin-left: 50px;
	margin-top: 30px;
	margin-bottom: 35px;
	font: bold 16px/35px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #00aced;
	z-index: 100;
}

.pages.rightFloat {
	float: right;
	text-align: right;
	margin-right: 50px;
}

#submit{
	background-image:url(images/pages_numbers_bg.png);
	background-repeat:repeat-x;
	height:25px;
	line-height:25px;
	text-align:center;
	display:block;
	padding-left:9px;
	padding-right:9px;
	color:#2c2c2c;
}

/*---------------------------- SIDEBAR CONTENT ----------------------------*/

#sidebar {
   	height: auto;
	width: 300px;
	float: right;
	background: #0d1a1b url(images/bg_sidebar.jpg) right 0 no-repeat;
	margin: 45px 0 0 0;
	padding: 30px 0 30px 0;
	z-index: 10;
}

.sitebarTitle {
	height: 45px;
	width: 250px;
	position: relative;
	float: left;
}

.sitebarTitle p {
	color: #ffffff;
	font-size: 24px;
	text-transform: lowercase;
	font-weight: bold;
	line-height: 26px;
	margin: 0 0 0 32px;
	visibility: hidden;
}

.sidebarMenu {
	width: 238px;
	height: auto;
	position: relative;
	float: left;
	margin: 0 0 25px 0;
	padding: 0 30px 35px 32px;
	border-bottom: 1px dashed #344244;
}

.sidebarMenu p {
	color: #fff;
}

.sidebarMenu a {
	color: #009ad8;
}

.sidebarMenu.contact strong {
	color: #009ad8;
}

.sidebarMenu.contact {
	border-bottom: 0px;
}

.sidebarMenu ul{ 
	text-decoration: none;
	font-weight: 300;
	font-family: Arial;
	position: relative;
	left: -39px;
	margin-top: 0;
	margin-bottom: 0;
}

.sidebarMenu ul li {
	width: 242px;
	text-decoration: none;
	list-style: none;
	padding-left: 20px;
	font: 12px/22px Arial, Helvetica, sans-serif;
	background: url(images/bg_bullet_sidebar.jpg) 2px 9px no-repeat;
	color: #fff;
}

.sidebarMenu ul li a{
	display: block;
	width: auto;
	text-decoration: none;
	list-style:none;
	color:#fff;
}

.sidebarMenu ul.blogroll{
	overflow: hidden;
	height: auto;
	width: 270px;
	padding-left: 37px;
}

.sidebarMenu ul.blogroll li a img {
}

.sidebarMenu ul.blogroll li a {
	border: none;
	height: auto;
}

.sidebarMenu ul.blogroll li{
	height: auto;
	width: 130px;
	float: left;
}

.sidebarMenu ul.blogroll li a:hover{
}

.sidebarMenu ul li a img{
	float: left;
	margin-bottom: -8px;
}

.sidebarMenu ul li a:hover{
}

.sidebarMenu .steekwoorden {
	background: #263132;
	color: #fff;
	padding: 0 2px;
	font-family: Arial, Helvetica, sans-serif;
}

.flickr .sidebarMenu {
	width: 238px;
}

.flickr .sidebarMenu a {
	width: 77px;
	height: 50px;
	position: relative;
	float: left;
	overflow: hidden;
	display: block;
	margin: 0 2px 2px 0;
}

.flickr .sidebarMenu a img {
	width: 77px;
	height: auto;
	position: relative;
	float: left;
}

/*---------------------------- END SIDEBAR  ----------------------------*/

/*---------------------------- FOOTER  ----------------------------*/

#footer {
	width: 960px;
	height: auto;
	float: left;
	position: relative;
	padding: 60px 0;
	background: #0d1a1b url(images/door.jpg) 42px 58px no-repeat;
}

#footer:after {
}

#footer .socials {
	width: 300px;
	height: auto;
	padding: 25px 0;
	text-align: center;
	position: absolute;
	right: 0px;
	top: -95px;
	background: #020506;
	z-index: 20;
}

#footer .linkwn, #footer .linkib {
	display: block;
	width: 260px;
	height: 45px;
	position: absolute;
	top: 58px;
	left: 42px;
}

#footer .linkib {
	left: 345px;
	width: 155px;
}

#footer .copyright, #footer .overwebned p, #footer .diensten {
	font: 11px/20px Arial, Helvetica, sans-serif;
	color: #fff;
}

#footer .copyright a {
	text-decoration: underline;
}

#footer .diensten a {
	text-decoration: none;
	color: #fff;
}

#footer .diensten a:hover {
	text-decoration: underline;
}

#footer .copyright {
	width: 151px;
	height: auto;
	float: left;
	position: relative;
	margin: 135px 135px 0 49px;
}

#footer .diensten {
	width: 274px;
	height: auto;
	float: right;
	position: relative;
	padding-top: 45px;
	background: url(images/titels_oplossingen.jpg) 0 0 no-repeat;
	margin-right: 20px;
}

#footer .diensten ul {
	width: 110px;
	position: relative;
	float: left;
	margin: 0 0 30px 0;
	padding: 0 0 0 15px;
}

/*---------------------------- END FOOTER  ----------------------------*/

/*---------------------------- BEGIN EMAIL FORM ----------------------------*/
.input{
	width:300px;
	height:24px;
	border:1px solid #b0a4a4;
	background-color:#fff;
	padding-top:8px;
}

.textArea{
	height:205px;
	padding-top:0px;
}

#sendButton{
	color:#fff;
	background-color:#363636;
	width:73px;
	height:26px;
	border:1px solid #b0a4a4;
	margin-bottom:-5px;
}

.errorMessage{
	color:red;
}

/*---------------------------- END EMAIL FORM ----------------------------*/


/*---------------------------- SEARCH AND OTHERS ----------------------------*/

.imgBorder{
	border:1px solid #b9b9b9;
}

.sidebarMenu form#searchform .input {
	width: 160px;
	float: left;
	border: 0px;
	margin-right: 5px;
	font-size: 12px;
	color: #CCCCCC;
	margin-left:2px;
	position:relative;
	padding: 5px 0 0 5px;
	height: 25px;
	background: #F4F4F4
}

.sidebarMenu form#searchform .input:focus {
	color: #000;
}

.sidebarMenu form#searchform #searchButton {
	width: 55px;
	height: 30px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #009ad8;
	border: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	cursor: pointer;
}

.leftFloated{
	float:left;
	position:relative;
	top:0px;
	left:0px;
}

.blueLink{ 
	color:#3b92a3;

}

a img{
	border:none;
}

/*---------------------------- BEGIN IMAGE SLIDER ----------------------------*/

.sliderContainer{
	background-color:#f2f2f1;
	border:1px solid #c1c1c1;
	margin-top:41px;
	width:100%;
}

.sliderInside{
	width:590px;
	height:379px;
	padding:14px;
}

div.wrapper {
	position: relative;
	top:0px;
	left:0px;
	width:586px;
	height:260px;
	padding:0px;
	overflow:hidden;
}


ul.wrapper  {
  display: block;
  padding:0px;
  margin: 0px;
  list-style: none;
}
.wrapper li {
  display: block;
  float: left;
  padding: 0;
}

.imageHolder {
	float:left;
	width:586px;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
}

.smallImageWrapper{
	width:600px !important;
	width:586px;
	height:102px;
	padding-top:11px;
	position:relative;
	left:-15px;
	top:0px;
}

.smallImageHolder{
	margin-left:15px;
	margin-right:0px;
}

#leftArrow, #rightArrow{
	border:0px;
}

/*---------------------------- END IMAGE SLIDER ----------------------------*/

/*---------------------------- BEGIN COMMENTS ----------------------------*/

.share {
	text-indent: 40px;
	padding-top: 10px;
}

.share a {
	margin-right: 10px;
}

.commentTitleHolder{
	background-color: #eee;
	height:40px;
	width: 100%;
	margin-top:14px;
	text-indent: 50px;
	float: none;
}

#comments{
	width:100%;
	font-weight:300;
	font: bold 18px/40px Arial, Helvetica, sans-serif;
	color: #00aced;
	float: left;
	position:relative;
}

ul.commentlist{
	list-style: none;
	padding-left: 0px;
	margin: 30px 0 0 45px;
	float: left;
	width: 559px;
}

ul.commentlist li{
	width: 100%;
	border: 1px solid #f0f0f0;
	margin-bottom: 15px;
	padding: 14px;
	float: left;
	overflow: hidden;
}

#commentHolder{
	width:559px;
	height:100%;
}

.dateSmall{
	font-size:10px;
}

.commentText{
	float:left;
	width:450px;
}

.commentAuthor{
	width:90px;
	float:left;
	padding-right:10px;
}

.commentFormTitle{
	font: bold 12px/20px Arial, Helvetica, sans-serif;
}

#respond{
	float:none;
	width: 559px;
	margin: 0 0 25px 45px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	width: 270px;
	padding: 5px;
	border: 1px solid #cccccc;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#commentform #comment{
	width: 420px;
}

#commentform #submit {
	width: 118px;
	height: 35px;
	border: 0px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(images/button_verzenden.jpg) 0 0 no-repeat;
}

#commentContentContainer{
	padding: 0
}

.navigation{
}

.noSpace{
	margin:0px;
	padding:0px;
}

.space{
	margin-top:20px;
}


/*---------------------------- END COMMENTS ----------------------------*/

.pageContainer{
	margin-top:40px;
	padding:15px;
	padding-top:0px;
}

label#message{
	color:#2c2c2c;
	font-size:20px;
}
