@import url("werknemer.css");
@import url("portfolio.css");
@import url("contact.css");
@import url("form.css");
@import url("headers.css");
@import url("reacties.css");
@import url("over.css");
@import url("referenties.css");
@import url("slideview.css");
@import url("showcase.css");

* {
  outline: none;
}

a {
	color: #006699;
}

.a2a_dd {
	float: right;
	margin-top: 12px;
}

.active {
	font-weight: bold;
}

body {
	padding: 0;
	margin: 0;
	font-family: Helvetica;
	font-size: 12px;
	background-color: #f7f7f7;
}


.button-border {
	width: 280px;
	height: 42px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	background-color: #FFF;
	padding: 1px;
	margin-top: 10px;
	margin-left: 10px;
}

.button-border a {
	height: 42px;
	line-height: 42px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	background-image: url(../images/theme/button-bg.png);
	color: #FFF;
	text-shadow: 0px -1px 0px green;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
}

#lang {
	float: right;
	width: 152px;
}

#lang img {
	border: none;
}

.box-full-width {
	margin-bottom: 20px;
	float: left;
}

.box-full-width .box-900 {
	width: 928px;
	float: left;
	margin-right: 14px;
}

.box-full-width .box-300 {
	width: 300px;
	float: left;
	margin-right:14px;
}

.box-full-width .box-300:last-child {
	margin-right: 0px;
}

.box-full-width .box-300 ul {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	list-style: none;
}

.box-full-width .box-300 ul li {
	border-bottom: 1px dotted #CCC;
	margin-top: -1px;
	line-height: 35px;
	height: 35px;
	padding-left: 5px;
}

.box-full-width .box-300 ul li a {
	color: #555;
	text-decoration: none;
	display: block;
}

.box-full-width .box-300 ul li .date {
	color: #006699;
	height: 35px;
	width: 80px;
	float: left;
}

#left-flank ul li .left-title, .box-300 ul li .left-title {
	float: left;
	width: 210px;
	height: 35px;
}

.box-full-width .box-600 {
	width: 614px;
	float: left;
}

.box-full-width .box-300 .text {
	color: #555;
	padding-left: 10px;
	padding-right: 10px;
}

.box-full-width .box-300 .border-grey {
	border: 1px solid #CCC;
	padding: 10px 9px 10px 10px;
	margin-top: 10px;
}

.box-full-width .box-300:last-child {
	margin-right: 0px;
}

#container {
	width: 948px;
	margin: 0 auto;
	position: relative;
}

#crumbs {
	float: left;
	width: 923px;
	height: 40px;
	line-height: 40px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#EEE));
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin-bottom: 15px;
	padding-left: 5px;
	color:#666;
}

#crumbs a {
	margin-left: 10px;
	margin-right:10px;
}

#crumbs .a2a_dd {
  float: right;
}

.tag {
  color: #555;
  font-weight: bold;
}

.tags {
  text-align: right;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
}

.tags a,
.tags a:link,
.tags a:visited,
.tags a:hover,
.tags a:active {
	background-color: #006699;
	border-bottom: 1px solid #003366;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 10px;
}

.error {
	color: #FFF;
	border: 1px solid #E3949D;
	background-color: #FFE8EB;
	padding: 5px 10px 5px 10px;
	background-image: url("../images/icons/error.png");
	background-image: url(../images/theme/ie/error-bg.png);
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	text-shadow: 0px -1px 0px #a61405;
	font-weight: bold;
}

.succes {
	color: #5EA12B;
	border: 1px solid #5EA12B;
	background-color: #C7FF9C;
	padding: 5px 10px 5px 35px;
	background-image: url("../images/icons/tick.png");
	background-repeat: no-repeat;
	background-position: 10px 8px;
}

#fb-avatar {
	height: 30px;
	width: 30px;
	margin: 0;
	margin-bottom: 2px;
	margin-left: 10px;
	padding: 0;
	vertical-align: bottom;
}

#fb-avatar-reactie {
	height: 50px;
	width: 50px;
	margin-right: 15px;
	vertical-align: middle;
}

#footer {
	float: left;
	width: 948px;
	font-size: 11px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#footer ul li {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	float: left;
}

#footer ul li a {
	color: #666;
}

#general {
	background-color: #FFF;
	float: left;
	width: 928px;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}

#header {
	width: 928px;
	height: 81px;
	float: left;
	background-image: url(../images/theme/header.png);
	margin-bottom: 15px;
}

#header h1, #header h2 {
	display: none;
}

hr {
	margin-bottom: 40px;
	border-top:none;
	border-left: none;
	border-right: none;
	border-collapse: collapse;
	border-bottom: 1px dotted #CCC;
}

.icon {
	margin-right: 10px;
	vertical-align: middle;
}

.lees-meer {
	text-align: right;
}

#left-flank {
	float: left;
	width: 300px;
	margin-right: 12px;
}

#left-flank ul {
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
}

#left-flank ul li {
	border-bottom: 1px dotted #CCC;
	margin-top: -1px;
	line-height: 35px;
	padding-left: 5px;
	height: 35px;
}

#left-flank ul li .date {
	color: #006699;
	width: 80px;
	float: left;
}

#left-flank ul li a {
	color: #555;
	text-decoration: none;
	display: block;
}

#logo {
	float: left;
	margin-bottom: 10px;
	border: none;
}

#logo img {
	border: none;
}

#logo h1 {
	display: none;
}

#main {
	float: left;
	width: 928px;
	margin-bottom: 10px;
}

#map {
	width: 300px;
	height: 200px;
	margin-top: 20px;
}

#nav {
	float: right;
	width: 480px;
	height: 35px;
	margin-top: 45px;
	margin-right: -152px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	height: 35px;
}

#nav ul li {
	float: left;
	background-color: #A7C5F2;
	height: 35px;
	line-height: 35px;
	margin-left: 1px;
}

#nav ul li a {
	display: block;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	padding: 0 20px;
	text-shadow: 0px 1px 0px #FFF;
	font-size: 12px;
}

#nav ul li:first-child {
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
}

#nav ul li:last-child {
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
}

p {
	line-height: 25px;
	color: #666;
}

#page ul {
	list-style-image: url(../images/theme/list-item.png);
	margin: 0;
	margin-left: 30px;
	margin-top: 20px;
	padding: 0;
}
ol {
	margin: 0;
	margin-left: 30px;
	margin-top: 20px;
	padding: 0;
}
ol li {
	color: #666;
	margin-top: 5px;
}

#page ul li {
	height: 30px;
	color: #444;
	padding-left: 10px;
}

#page p {
	line-height: 30px;
}

.pagination-bottom {
  margin-top: 20px;
  float: right;
  width: 290px;
}

#pagination-blog {
	border: 1px solid #CCC;
	height: 30px;
	background-image: url(../images/theme/ie/crumbs-bg.png);
	margin-bottom: 10px;
	text-align: center;
	float: right;
	line-height: 30px;
}

#pagination-blog .pagination-num-blog {
  text-align: center;
  width: 30px;
  float: left;
}

#pagination-blog strong {
	width: 30px;
	text-align: center;
	float: left;
}

#pagination-blog #prev-blog {
	float: left;
	border-right: 1px solid #CCC;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
}

#pagination-blog #next-blog{
	float: right;
	border-left: 1px solid #CCC;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
}

#pagination-blog .first-blog, #pagination-blog .last-blog {
  float: left;
}

#pagination-blog #next-blog a,#pagination-blog #prev-blog a {
	font-weight: bold;
	text-decoration: none;
	color: #444;
	display: block;
}


.partner-img {
	border: none;
}

#ref {
	float: left;
	width: 926px;
	height: 64px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #EEE;
	margin-bottom: 30px;
}

#ref #right {
	border-left: 1px solid #CCC;
	width: 300px;
	height: 64px;
	float: left;
}

#ref #left {
	border-right: 1px solid #FFF;
	width: 622px;
	height: 64px;
	float: left;
}

#right-flank {
	float: right;
	width: 610px;
}

#social-media {
	float: left;
	width: 966px;
	height: 118px;
	background-color: #EEE;
	border: 1px solid #CCC;
}

#social-media #twitter {
	float: left;
	border-right: 1px solid #FFF;
	width: 746px;
	font-size: 11px;
	height: 118px;
}

#social-media #twitter p {
	margin-left: 20px;
}

#social-media #twitter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#social-media #twitter ul li {
	height: 37px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	/*line-height: 36px;*/
	color: #444;
	padding: 0;
	margin: 0;
}

#social-media #twitter ul li img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	margin-right: 15px;
}

#social-media #twitter ul li:last-child {
	border-bottom: none;
}

#twitter table {
border-collapse:collapse;
border:none;
margin:0px;
padding:0px;
}
#twitter table tr td {
border:none;
margin:0px;
padding:0px;
line-height:normal;
vertical-align:middle;
}
#twitter table tr td a img,
#twitter table tr td a:link img,
#twitter table tr td a:visited img,
#twitter table tr td a:hover img,
#twitter table tr td a:active img {
    border: none;
}

/*#social-media #twitter ul li .avatar {
	background-color: #d0d0d0;
	width: 45px;
	float: left;
	border-left: 1px solid #FFF;
}

#social-media #twitter ul li .avatar img {
	width: 30px;
	height: 30px;
	margin: 4px;
}*/

#social-media #flickr {
	padding: 15px;
	border-left: 1px solid #CCC;
	float: right;
	height: 88px;
	width: 187px;
	text-align: center;
}

#social-media #flickr img {
	width: 85px;
	height: 85px;
	border: 3px solid #EEE;
}

#social-media #flickr img:first-child {
	
}

#sitemap {
	margin: 0;
	margin-left: 40px;
	margin-top: 20px;
	padding: 0;
	list-style-image:url("../images/icons/arrow.png");
}

#sitemap li {
	line-height: 25px;
	margin: 0;
	padding: 0;
}

.spacer {
	float: left;
	height: 20px;
	width: 948px;
}

.parent {
	background-color: #EEE;
	height: 30px;
	margin-bottom: 10px;
	line-height: 30px;
}

.sub li {
	margin-left: 10px;
	height: 30px;
	line-height: 30px;
}

.sub li:last-child {
	margin-bottom: 10px;
}

#uitleg {
	float: left;
	width: 908px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}

#twitter-connect {
	float: right;
	margin-top: -28px;
	margin-right: 8px;
	display: block;
	width: 150px;
	height: 50px;
}
#facebook-connect {
	float: right;
	margin-top: -28px;
	margin-right: 8px;
	display: block;
	width: 65px;
	height: 50px;	
}
#twitter-logout {
	float: right;
	font-size: 11px;
	text-shadow: none;
	margin-right: 10px;
}








.reactie-box p,
.reactie-box h1,
.reactie-box h2,
.reactie-box h3,
.reactie-box h4,
.reactie-box h5,
.reactie-box h6,
.reactie-box ul,
.reactie-box ol,
article p,
article h1,
article h2,
article h3,
article h4,
article h5,
article h6,
article ul,
article ol {
	color:#666;
	line-height:180% !important;
}
article h2,
article h3,
article h4,
article h5,
article h6 {
	color:#000;
}
article h6,
article h5,
article h4,
article h3,
article h2 {
	font-size:14px;
}
article code.block,
article pre {
	display:block;
	line-height:normal;
	border:1px solid #333;
	padding:5px;
}
article pre,
article code {
	background-color:#ddd;
	color:#333;
}
article abbr,
article abbr *,
article acronym,
article acronym * {
	cursor: help;
}
