/*****Basic Elements*****/  

body{
	margin: 0;
	padding: 0;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-size:62.5%;
	line-height:2em;
	background-color: #f4f4f4;
}



h1{
	margin-top: 20px;
	color: #666342;
	font-size: 3.2em;
	font-weight: normal;
}

h2{
	color: #453023;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 12px;
	padding-bottom: 0;
}

p{
	color: #2c2925;
	font-size: 1.3em;
	margin-top: 12px;


}

ol, ul{
	color: #352e28;	
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
	padding: 0 10px 0px 20px;
	margin-left: 8px;
}

#featured-content2 ol { /*uitzondering voor align bug*/
	padding: 0 0 0 128px;
	margin-bottom: 12px;
}

ul li{

	padding: 2px 2px 2px 12px;
}


ul li ul {	
	font-size: 100%;
	font-weight: normal;
}


hr{
	height:0.5px;
	border: none;
	border-bottom: 1px solid #f0d1c9;
	background-color: #f0d1c9;
}

img{
	border: solid 3px #e6e3cf;
	float: left;
	margin: 5px 10px 5px 0;	
}

a:link, a:visited, a:active{
	color: #c54627;
}

.inleiding{
	color: #2c2925;
	font-size: 1.6em;
}

/* Layout */

#site{
 background-color: white;
 float: left;
 padding: 0 0 40px 0;
 width: 990px;
}

#header{
	margin-left: 30px;
	width: 940px;
}

#sidebar{
	clear: both;
	float: left;
	margin: 0 0 0 30px;
	width: 220px;
	
}

#content-container{
	float: left;
	width: 720px;
}


#content-home{
	margin: 20px 0 0 10px;	
	float: left;
	width: 700px;
}

#content{
	margin: 20px 0 0 10px;	
	float: left;
	width: 440px;
}


#footer{
	background: #f9f9f7 url("../images/footer-line.jpg") no-repeat;
	clear: both;
	color: #6d645c;
	float: left;
	font-size: 1.1em;
	margin: 40px 0 0 40px;	
	padding: 12px;
	width: 900px;
}

#footer a:link, #footer a:active, #footer a:visited{
	color: #453023;
}

#footer-left{
	float: left;
	width: 760px;
}

#footer-right{
	text-align: right;
}

/* Header */

#logo{
	background-color: #b0af9e;
	float: left;
	height: 112px;
	width: 168px;
	padding: 16px;
	
}

#logo-maintext{
	color: white;
	margin: 0px 0 20px 0;
	padding-top: 10px;
	font-size: 50px;
	font-weight: bold;
}

#logo-payoff{
	color: white;
	font-size: 15px;
}

#sec-menu{
	height: 40px;
	margin: 0 0 0 700px;

}

#sec-menu a{
	color:white;
	font-size: 1.2em;
	text-decoration: none;
}

#steun{
	text-align: center;
	background-color: #bc523c;
	float: left;
	padding: 10px;
	width: 100px;
	height: 20px;
}

#ledengedeelte{
	text-align: center;
	background-color: #6d645c;
	float: left;
	padding: 10px;
	width: 120px;
	height: 20px;

}



/* sidebar */

#sidemenu{	
	float: left;
	font-size: 1.4em;	
	margin-top: 20px;
	width: 200px;
}



.menu-item, .menu-item-active{
	border-bottom: solid 1px #f0d1c9;
	padding: 10px 0 10px 0;
}

.menu-item a:link, .menu-item a:active, .menu-item a:visited {
	color: #453023;
	text-decoration: none;
}

.menu-item-active  a:link, .menu-item-active a:active, .menu-item-active a:visited {
	color: #c54627;
	text-decoration: none;
}

#news-item{
	width:170px;
	float: left;
	background: #6d645c url("../images/news-item-textballoon.jpg") no-repeat;
	margin-top: 20px;
	padding: 32px 16px 16px 16px;
	
}

#news-item a:link, #news-item a:active, #news-item a:visited {
	color: white !important;

}

#news-item p{
	color: white !important;
}

#news-date{
	color: #f5da9a;
	font-size: 1.2em;
}


/* Content */

#featured{	
	background: url("../images/featured-bg.jpg") no-repeat;
	float: left;
	height: 350px;
	width: 700px;
	padding-top: 0;
}

#featured-content{
	font-size: 100%;
	background-color: #f3f3f0;
	height: 270px;
	margin: 20px;	
	padding: 20px;
	width: 620px;
}

#featured-content p{
	font-size: 1.4em;
}

#featured-content a:link, #featured-content a:active, #featured-content a:visited{
	font-size: 110%;
}


#featured-content2{	
	float: left;
	width: 330px;
	margin: 20px 20px 0 0;
}

#featured-content2 p{	
	font-size: 1.3em;
}


#featured-content2 a:link, #featured-content2 a:active, #featured-content2 a:visited, #featured-content3 a:link, #featured-content3 a:active, #featured-content3 a:visited{
	font-size: 1.2em;
}

#featured-content3{	
	float: left;
	width: 330px;
	margin: 20px 0 0 20px;
}

#sidebar-right{
	float: right;
	width: 220px;
	margin: 30px 10px 0 0;
}

#sidebar-right img {
	margin: 12px 10px 5px 0;
}


#submenu{
	background-color: #f4f4f1;
	float: right;
	font-size: 1.3em;
	line-height: 2em;
	margin: 50px 0 30px 0;
	padding: 20px;
	width:180px;

}

#sidebar-right-block{

	margin: 20px 0 40px 0;
}

#sidebar-right-block a:link, #sidebar-right-block a:visited, #sidebar-right-block a:active {
	font-size: 1.2em;
}


.submenu-item a:link, .submenu-item a:active, .submenu-item a:visited{
	color:#453023;
	text-decoration:none;
}

.submenu-item-active a:link, .submenu-item-active a:active, .submenu-item-active a:visited{
	color:#C54627;
	text-decoration:none;
}

/* Form */

.quote-form{
	background:#F4F4F1;
	color:#2C2925;
	overflow: auto;
}

.quote-form{
	padding: 0 20px 20px 20px;
}

.quote-form table{
	width: 400px;
 }	

.quote-form a{
	font-size: 1.2em;
}

.quote-form td.text{
	vertical-align: top;
	padding-bottom:8px;
	font-size: 1.3em;
	text-align:left;	
}

.quote-form td{
	color:#333;
	padding-right: 8px;
	
}

.check{
	vertical-align: top;
	text-align:center;
	width: 20px;
	border:none;	


}


.check-text{
	font-size: 1.2em;
	color: #666 !important;
	vertical-align: top;
	border:0px
}

.quote-form input, textarea{
	font-family:Georgia,"Nimbus Roman No9 L",serif;
	font-size: 1.2em;
	color:#333;
	border:1px solid #ccc;
	padding: 6px 0 6px 4px;
	margin: 0 0 6px 0px;	
	width: 100%;
}

.quote-form textarea {
	height:120px;
}

.quote-form #error{
	margin: 0;
	padding: 20px 0 0 2px;
	color:#C54627;	
}

#submit{
	display: block;
	color:white;
	padding:6px;
	width: 70px;
	font-size: 1.1em;
	text-align: center;
	background-color: #C54627;
	text-decoration: none;
	border: none;
}

.ext-el-mask {
    z-index: 20000;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.ext-el-mask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #6593cf;
    background: #c3daf9 url(../../images/default/box/tb-blue.gif) repeat-x 0 -16px;
    padding:2px;
}
.ext-el-mask-msg div {
    padding:5px 10px 5px 10px;
    background: #eee;
    border:1px solid #a3bad9;
    color:#222;

    cursor:wait;
}

/* Fotoalbum */

.thumb{
	float: left;
	font-size: 1.2em;
	color: #2C2925;
	width: 110px;
	margin-bottom: 10px;
}

.thumb img{
	float: none;
	margin-bottom: 0px;
}

.thumb-name{
	float: left;
}

.backlink{
	font-size: 1.2em;
}

#OverlayContainer{
	overflow: hidden;
}
