#gads {
	display: none;
}
#provisieoverzicht {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}
#header {
	height: 165px;
	background: transparent url(/media/images/layout/bg-top.png) center -20px no-repeat;
	padding: 0;
}
#header .links {
	width: 210px;
	position: relative;
	top: 110px;
	left: 780px;
	text-align: right;
}
#header .links, #header .links a {
	font-size: 10px;
	color: #999966;
	text-decoration: none;
    font-weight: normal;
}
#header .links a:hover {
	text-decoration: underline;
}

#navigation {
	width: 700px;
	position: relative;
	top: -40px;
	left: 150px;
    padding-bottom: 25px;
    font-size: x-small;
    font-weight: bold;
    margin-bottom: 10px;
    height: 25px;
    line-height: 25px;
}
#navigation ul {
    margin: 0;
    width: auto;
    list-style: none;
}
#navigation li {
    float: left;
    margin-right: 10px;
    padding-right: 7px;
    background: url(../images/tabs/main-solid-right.gif) bottom right no-repeat;
}
#navigation li a {
    background: url(../images/tabs/main-solid.gif) bottom left no-repeat;
    color: #c73832;
    text-decoration: none;
    display: block;
    vertical-align: middle;
    padding: 0 0 0 7px;
    width: 143px;
}


#banner {
    float: right;
    width: 325px;
    text-align: center;
    margin-bottom: 15px;
}

#content {
	float: left;
	width: 610px;
	margin: 15px 0 15px 30px;
}

#news {
	float: left;
	width: 320px;
	min-height: 550px;
	margin: 15px 0 15px 10px;
	font-size: 11px;
}
#news .newscontent {
    padding: 0 20px 0 25px;
}
#news .newsheader {
	text-align: left;
}
#news .title {
	margin-bottom: 4px;
}
.news-item {
	text-align: left;
	margin: auto;
	color: #666;
	padding: 0 0 .2em 0;
	clear: right;
}

.news-item a {
    color: #666;
    text-decoration: none;
}

.news-item p {
	margin: 0;
    overflow: hidden;
    white-space: nowrap;
}
.news-item span.footer {
	float: right;
	font-style: oblique;
	text-align: right;
	font-size: 10px;
	color: #666;
	margin: 0;
	padding: 0 0 0 .5em;
}

.news-item span.meta,
.update span.meta {
    color: #666;
    margin-right: 10px;
}
.update .tarief {
    color: #666;
    float: right;
}

.news-item span.footer a {
    color: #666;
}

#location {
	height: 16px;
	margin: -3px 10px 10px 20px;
	color: #999966;
	font-size: 11px;
}
#location a {
	color: #999966;
	font-weight: normal;
}
#location a.bold {
	font-weight: bold;
}
#footer {
	padding: 0 30px 30px 20px;
	font-size: 10px;
	color: #777;
}

#footer a {
	color: #777;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.tabs a,
.list a {
    text-decoration: none;
}
.list th a {
    text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.list th a.selected {
    font-style: oblique;
}

.slider,
.add_vorm {
    cursor: pointer;
}
.red {
	color: #cc0000;
}
.gray {
	color: #666;
}

#content p {
	margin-top: 0;
}
#content p, #content .spacing, #content .txtblock {
	font-size: 11px;
	color: #666;
}

#content .lineBgHeading, #content .lineBgFooter, #content .lineFilledBgHeading, #content .lineFilledBgFooter {
	width: 588px;
	height: 1px;
	font-size: 1px;
}
#content .lineBgFooter, #content .lineFilledBgFooter {
	background: transparent url(/media/images/lineBg-footer.gif) no-repeat;
}
#content .lineFilledBgHeading {
	background: transparent url(/media/images/lineBg-filled-heading.gif) no-repeat !important;
}
#content .lineFilledBgFooter {
	background: transparent url(/media/images/lineBg-filled-footer.gif) no-repeat !important;
}
#content .lineFilledBg {
	background: transparent url(/media/images/lineBg-filled-background.gif) repeat-y !important;
	padding: 16px !important;
}
.spa-bottom {
	margin-bottom: 1em !important;
}
/* Message / Error boxes */
.messageBox, .informationBox {
	width: auto;
	min-height: 14px;
	margin: 0.5em 1em 1.5em 1em;
	padding: 9px 34px 9px 34px;
	color: #666;
	border: 1px solid #c3c32c;
	background: #ffffe1 url(/media/images/information.gif) no-repeat 8px 8px;
}
.errorBox, .warningBox {
	width: auto;
	min-height: 14px;
	margin: 0.5em 1em 1.5em 1em;
	padding: 9px 34px 9px 34px;
	color: #666;
	border: 1px solid #c0504d;
	background: #f2dcdb url(/media/images/error.gif) no-repeat 8px 8px;
}
.messageBox .title, .errorBox .title, .warningBox .title, .informationBox .title {
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #333;
	display: block;
}
.messageBox p, .errorBox p, .warningBox p, .informationBox p {
	margin-bottom: 0;
}

#content_results table.list {
    margin-right: -16px;
    margin-left: -16px;
    font-size: 0.9em;
    width: 568px;
}

table.list {
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.list th, table.list th a {
	color: #cc0000;
}
/*table.list td a {
	color: #666;
}*/
table.list tr.even {
	background-color: #e7e7e7;
}
table.list th {
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
}
table.list td,
table.list th {
	border: 1px solid #bbb;
	padding: 3px;
}

table.list th.provisie {
    font-size: 10px;
}

table.list td.num {
	font-size: 10px;
}
table.list .selected {
	background-color: #f0f0f0;
}
table.list tr.even td.selected {
	background-color: #e0e0e0;
}
.asc, .desc {
	background-repeat: no-repeat;
	background-position: top right;
}
.asc {
	background-image: url(/media/images/sort_ASC.gif);
}
.desc {
	background-image: url(/media/images/sort_DESC.gif);
}
.customButton {
	background: transparent url(/media/images/vergelijker_button.gif) no-repeat;
	width: 197px !important;
	height: 26px;
	border: none;
	color: #fff;
	text-align: left;
	cursor: pointer;
	padding-left: 40px !important;
}

.headBereken {
	background: transparent url(/media/images/head-berekenen.gif) no-repeat;
	width: 220px;
	height: 27px;
	position: relative;
	bottom: -2px;
	left: 16px;
}
.roundborder {
    margin: 10px auto;
}
.roundborder .main {
	border: 1px solid #ccc;
    padding: 15px;
    position: relative;
    z-index : 10;
}

.roundborder .errorBox {
	width: 80%;
	margin: 0 auto 1em;
}

#inner {
   	background: transparent url(/media/images/layout/bg.png) repeat-y top center;
}
#navigation {
    background: #fff;
    padding-bottom: 10px;
}
#footer {
    background: url(/media/images/layout/bg-bottom.png) bottom center no-repeat;
    text-align: right;
}
dt {
    font-weight: bold;
    font-size: larger;
}
dd {
    margin-left: 2em;
}

div#survey-request {
    width:510px;
    height:160px;
    margin:0 auto;
    border:1px solid #46bad6;
    padding:20px;
    background-color:white;
    background-color:#eee;
    text-align:left;
    font-size:12px;
}
div#survey-request h2 { font-size:1.4em; color:#cc0000; }
div#survey-request p.answers { text-align:center; }
div#survey-request a {
    font-size:1.3em;
    font-weight:bold;
    color:#cc0000;
}
div#survey-request a.no { margin-left:20px; }

/* results */

table.results td.naam a,
table.list td.naam a {
    color:#002496;
    font-weight: bold;
    text-decoration: underline;
}

table.results td,
table.list td {
    padding: 5px;
    border: 1px solid #ccc;
}

.roundborder p {
    padding: 10px 0 0;
    text-align: justify;
}