#center {
  position:relative;
  width: 900px ;
  margin-left: auto ;
  margin-right: auto ;
  padding-left: 0px;
  padding-right: 0px;
}
#lefti {
  position:absolute;
  left: -30px;
}
#righti {
  position:absolute;
  left: 900px;
  padding-left: 0px;
  padding-right: 0px;
}
.headertop {
  position:absolute;
  width: 100%;
  height: 286px;
  z-index: -1;
}
.nieuwsteaser {
	margin-bottom: 17px;
	width: 277px;
}

.teaserimgleft {
	position:relative;
	float:left;
	width : 126px;
	height: 83px;
}

.teasertextleft {
	position:absolute;
	text-overflow:hidden;
	text-overflow:ellipsis;
	overflow:hidden;
	height: 77px;	
	top: 0px;
	right :0px;
	width:210px;
	line-height : 85%;
}

.teaserimgright {
	position:relative;
	float:right;
	width : 126px;
	height: 83px;
}

.teasertextright {
	position:absolute;
	text-overflow:hidden;
	text-overflow:ellipsis;
	height: 77px;	
	overflow:hidden;
	top: 0px;
	left :0px;
	width:210px;
	line-height : 85%;
}

.teaserverder {
	position: absolute; 
	top: 77px; 
	left: 200px;
}

.nieuwsitem {
	width: 560px;
	height: 105px;
	border-bottom: 1px dotted rgb(0, 144, 165);
}
.itemimgleft {
	position:relative;
	float:left;
	width : 126px;
	height: 83px;
}

.itemtextleft {
	position:absolute;
	top: 14px;
	right :0px;
	width: 430px;
	line-height : 85%;
}

.itemimgright {
	position:relative;
	float:right;
	width : 126px;
	height: 83px;
}

.itemtextright {
	position:absolute;
	top: 14px;
	left :0px;
	width:430px;
	line-height : 85%;
}
.itemverder {
	position: absolute; 
	top: 77px; 
	left: 345px;
}

.artikelimg {
	position : relative;
	float :left;
	width : 264px;
	height: 176px;
}

.artikeltext {
	position : absolute;
	top: 0px;
	right : 0px;
	float : right;
	width : 290px;
	height : 424px;
}

.picturelink{
 	height: 147px;
 	width: 180px;	
}
.roundleft {
	position : absolute;
	padding : 0px;
	height : inherit;	
	top : 0px;
	left : 0px;
}

.roundright {
	position : absolute;
	padding : 0px;	
	height : inherit;
	top : 0px;
	right : 0px;
}

img.lb{
	position : absolute;
	padding : 0px;	
	top : 0px;
	left : 0px;
	z-index: 10;	
}
img.lo{
	position : absolute;
	padding : 0px;	
	bottom : 0px;
	left : 0px;
	z-index: 10;	
}
img.rb{
	position : absolute;
	padding : 0px;	
	top : 0px;
	right : 0px;
	z-index: 10;	
}
img.ro{
	position : absolute;
	padding : 0px;	
	bottom : 0px;
	right : 0px;
	z-index: 10;	
}

#faq accordeon
.ui-accordion{
    margin-bottom: 10px; 
    padding-bottom: 10px; 
    width: 550px; 
    border: 1px dotted #e5600c;
}
.ui-accordion-header {
	border: 0px;
	color: #e5600c;
	display: block; 
	padding: 3px 6px;
	text-decoration: none;
	font-size: 12px;	
}
.ui-accordion .ui-icon{
	display: none;
}
.ui-accordion .ui-state-active{
	border: 1px dotted #e5600c;
	margin-bottom: 1px;
}
.ui-accordion-header a:link { 
	color: #e5600c;
	display: block; 
	background: #fff url(../../images/down.gif) no-repeat; 
	background-position: 98% 50%;
	padding: 3px 6px;
	text-decoration: none;
	font-size: 12px;
}

.ui-accordion-header a:visited{ 
	color: #e5600c;
	display: block; 
	background: #fff url(../../images/down.gif) no-repeat; 
	background-position: 98% 50%;
	padding: 3px 6px;
	text-decoration: none;
	font-size: 12px;
}
.ui-accordion .ui-state-active  a:visited{
	background: #fff url(../../images/up.gif) no-repeat;
	background-position: 98% 50%;	
}
.ui-accordion-header a:hover { 
	color: #c1510a;
	background: #fff url(../../images/down.gif) no-repeat; 
	background-position: 98% 50%;
	font-size: 12px;
}
.ui-accordion-content{	
	border-right: 0px;
	border-left: 0px;
	padding: 0 0 0 4px; 
	font-family: Verdana, Helvetica;
	color: #9d9d9d;
	font-size: 11px;	
    background: white;
    border-bottom: 1px dotted #e5600c;	
}
.ui-accordion-content p{
	margin: 0 0 0 20px;
	padding-left: 5px;
	background: white;
	border-left: 4px solid #e5600c;
}
ui-accordion-content-active{
	color: #e5600c;
	padding: 3px 6px;
	border-bottom: 1px dotted #e5600c;
	font-size: 12px;	
}
.ui-accordion .ui-corner-tl { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; }
.ui-accordion .ui-corner-tr { -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; }
.ui-accordion .ui-corner-bl { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; }
.ui-accordion .ui-corner-br { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; }
.ui-accordion .ui-corner-top { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; }
.ui-accordion .ui-corner-bottom { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; }
.ui-accordion .ui-corner-right {  -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; }
.ui-accordion .ui-corner-left { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; }
.ui-accordion .ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; }