@charset "UTF-8";

/* Tags Algemeen */

body  {
	font-family:Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color:#999;
}

p {
	padding:0 0 1em 1px;
	margin:0;
	color:#999;
}

h1,h2,h3,h4 {
	color:#55BDEA;
	letter-spacing:0.05em;
	font-weight:300;
	margin:0;
}

h1{
	font-size: 0.8em;
	padding-bottom:0.4em;
}

h2{
	font-size: 1.2em;
	padding:0 0 0.5em 0;
}

h4{
	padding:0.4em 0 0.1em 0;
}

.imgRechts {
	float:right;
}

.imgHome{
	padding:12px 0 0 30px;
}

.img-agenda{
	padding:12px 0 0 0;
	border:1px solid #EFEFEF;
}


a.leesmeer{
	font-size: 0.9em;
	letter-spacing:0.1em;
	color:#C0C0C0;
	text-decoration:none;
	border-bottom:1px solid #C0C0C0;
}

.item{
	width:550px;
	float:left;
	padding:0 0 1em 0;
	height:auto;
}
.item-sidebar{
	height:auto;
	border-bottom:1px dotted #E4E4E4;
	padding: 1em 0 0.5em 0;
}

.img-item-sidebar{
	

}

.item-sidebar a{
	text-decoration:none;
	color:#666;
}

.item-sidebar a:hover{
	color:#55BDEA;
}


a.links{
	margin-bottom:0.5em;
	font-size: 0.9em;
	letter-spacing:0.1em;
	color:#999;
	text-decoration:none;
	border-bottom:1px solid #C0C0C0;
	line-height:2em;
}

a:hover.links{
	color:#84d0f0;
	border-bottom:1px solid #84d0f0;
}

.small{
	font-size:0.8em;
	line-height:1.4em;
}

.smallAgenda{
	font-size:0.8em;
	color:#909090;
	line-height:1.4em;
}

.smalhome{
	font-size:0.6em;
	padding-left:3.2em;
}

.bodylinks{
	color:#999;
	text-decoration:none;
	border-bottom:1px solid #C0C0C0;
}

a:hover.bodylinks{
	color:#84d0f0;
	text-decoration:none;
	border-bottom:1px solid #84d0f0;
}

/* Structuur Algemeen */

.thrColFix #header {
	width: 1020px;
	height:115px;
	background: #FFFFFF;
	margin: 0;
	text-align: left;
}

.logo {
	margin: 0;
	padding:42px 0 0 70px;
}

.thrColFix #container {
	width: 1020px;
	background: #FFFFFF;
	margin: 0;
	text-align: left;
	float:left;
} 


/* Sidebars  */

.thrColFix #sidebar1 {
	float: left;
	width: 200px;
	background: #FFF;
	padding: 30px 0 15px 35px;
}
.thrColFix #sidebar2 {
	float: right;
	width: 175px;
	padding: 20px 0 0 0;
	letter-spacing:0.01em;
}

.thrColFix #sidebar2 p {
	font-size:0.9em;
	line-height:1.4em;
}

/* Main  */

.thrColFix #mainContent {
	margin: 0 200px 0 262px;
	padding: 0;
	font-size:1em;
	line-height:1.5em;
}

.thrColFix #mainContImage {
	margin: 0 0 0 262px;
	padding: 0;
	font-size:1em;
	line-height:1.5em;
}

.thrColFix #mainContCV {
	margin: 0 0 0 300px;
	padding: 0;
	font-size:1em;
	line-height:1.5em;
}

#images {
	margin:0;
}

#colLeft {
	float:left;
	padding:0 35px 0 0;
}

#colRight {
	float:left;
	padding:0 0 0 0;
}

/* Footer  */

.thrColFix #footer {
	width: 1020px;
	height:60px;
	background: #FFFFFF;
	margin: 0;
	text-align: left;
}

/* Clear  */


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

