/*
basic content sections layout
*/
body {
	height:100%;
}

.clr { clear: both; }

#page-container {
	display: block;
	
	position: absolute; left: 0px; top: 0px;
	width: 100%;
	min-height: 100%;
	z-index: 0;
}

#header-stripe, #menu-stripe {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	font-size: 0px;
}

#header-stripe {
	height: 90px; /* header height */
}
#menu-stripe { 
	top:91px; /* header str bottom + 1 */
	height: 22px; /* menu height */
}

#container { 	
	margin:0px auto;
	width:960px;
	padding-bottom: 60px;
}

#header {
	height:90px;
	margin-bottom: 1px;
	/*border: solid thin white;*/
}

#current-user-info {
	float:right;
	text-align: right;
	padding-top: 5px;
}
#flyOutLoginHelp
{
    border: 1px solid #737f94; 
    width: 200px; 
    font-size: 12px; 
    line-height: 15px; 
    background-color: #ffffff; 
    color: #535353; 
    padding: 5px;
}
#flyOutLoginHelp a
{
    color: #708aad;
    text-decoration: underline;
}
#flyOutLoginHelp a:hover
{
    color: #708aad;
    text-decoration: none;
    background-color: transparent;
}

#menu {
	height:22px;
	padding-left: 190px; /* cat sect width + 10px */
}
#menu .twitter
{
    height: 22px;
    line-height: 22px;
    padding-right: 4px;
    color: #ffffff;
}
#menu .twitter a
{
    background-color: transparent;
    color: #c3deef;
    text-decoration: none;
}
#menu .twitter a:hover
{
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}

#category-section {
	float:left;
	width:160px;
	margin-top: -18px;
	width: 164px;
	padding: 8px;
}
#category-section-content {
	float: left;
	min-height: 480px;
	_height: 480px;
	padding: 0px 5px;
}

#content-section { 	
	margin-left: 190px;
}
#content-section .content-arachna {
	float: left;
	padding: 10px;
}
#content-section .content-arachna ol {
	list-style: decimal;
}
#category-footer
{
    float: left;
    width:166px;
    height:7px;
    padding: 0px;
    margin-left: 8px;
    background:url(/images/cat-footer.gif) no-repeat;
}

#leftbar-banner
{
	float:left; 
	margin:15px 0px 0px 4px;	
}

#footer-container {
	/* stick to the bottom of the frame */
	position: absolute; 
	bottom: 0px;
	left: 50%;
	z-index: 0;
	
	/* center content */
	margin-left: -480px; 
	width:960px;
	
	height: 40px;
}

#footer {
	/*width: 100%;*/
	height: 100%;
	padding: 0px 20px;
}
#divUitlegLinks
{
    float: left;
    width: 920px;
    background-color: #416492;
    padding: 10px 20px;
}
#divUitlegLinks .column1, #divUitlegLinks .column2, #divUitlegLinks .column3, #divUitlegLinks .column4
{
    float: left;
    width: 25%;
    line-height: 16px;
}
#divUitlegLinks .column1 a, #divUitlegLinks .column2 a, #divUitlegLinks .column3 a, #divUitlegLinks .column4 a
{
    color: #ffffff;
    text-decoration: none;
}
#divUitlegLinks .column1 a:hover, #divUitlegLinks .column2 a:hover, #divUitlegLinks .column3 a:hover, #divUitlegLinks .column4 a:hover
{
    color: #ffffff;
    text-decoration: underline;
    background: none;
}

#footer-left, #footer-right {
	float:left;
	width:50%;
}

/* 
search grid controls 
*/
#search-controls {
	position: relative;
}

#search-num-results,
#search-results-page-size {
	position: absolute;
	top: 0px;
	width: 23%;
	line-height: 25px;
}

#search-num-results {
	left: 0px;
}

#search-results-page-size {
	right: 0px;
	text-align:right;
}

#search-pages {
	margin-left: 23%;
	margin-right: 23%;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
#search-pages-klanten
{
	height: 25px;
	line-height: 25px;
    text-align: left;
}

/*
detail page sections
*/

.company-details {
	float: right;
	width: 40%;
}

#content-section div.auction-details h2 {
	width: 50%;
}

.company-logo {
	float: left;
}
.titleLaatstgeplaatst
{
    float: left;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    color: #5e8cbe;
    padding: 10px 0px 5px 5px;
    border-bottom: 1px solid #e4e4e4;
}
.searchParameters
{
    float: left;
    width: 100%;
    padding: 10px 5px 10px 5px;
}
.searchRubrieken
{
    float: left;
    padding-right: 30px;
}
.searchRubrieken label
{
    float: left;
    padding-top: 5px;
    padding-right: 20px;
}
.searchProvincies
{
    float: left;
    padding-right: 30px;
}
.searchProvincies label
{
    float: left;
    padding-top: 5px;
    padding-right: 20px;
}
.searchPeriod
{
    float: left;
}
.searchPeriod label
{
    float: left;
    padding-top: 5px;
    padding-right: 20px;
}
.moreresults
{
    float: left;
    width: 731px;
    height: 25px;
    text-align: right;
    background-color: #f1f1f1;
    padding: 0px 20px 0px 20px;
    line-height: 25px;
}
.moreresults a
{
    font-size: 12px;
    color: #ef6b00;
    text-decoration: none;
}
.moreresults a:hover
{
    font-size: 12px;
    color: #ef6b00;
    background-color: #f1f1f1;
    text-decoration: underline;
}

/*RDW data*/
.rdwgegevens h3
{
	font-size:20px;
	padding:0px;
}
.rdwgegevens table td
{
	padding:10px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

/*Sticker popup*/
.sticker-tool-popup p
{
	margin-bottom:5px;
}
.sticker-tool-popup table 
{
	margin:22px 0 10px 0;	
}
.sticker-tool-popup table td
{
}
.sticker-tool-popup input[type="radio"] 
{
	margin:0px 14px 0px 0px;
	float:left;
}
.sticker-tool-popup label
{
	display:inline-block;
	width:110px;
	height:137px;
	background:url(/images/sticker-preprinted.png) left bottom no-repeat;
}
.sticker-tool-popup .chooser table td:first-child label
{
	background:url(/images/sticker-empty.png) left bottom no-repeat;
}

.generate-sticker 
{
	margin:22px 0 0 0;	
}


