html,body {
	height:100%;
	margin:0px;
	background-color: #435dab;
	text-align:center;
	font-size:12px;
	font-family: sans-serif;
}

/** IE specific spacer (IE6 doesn't support 'min-height'), therefor this spacer makes use of the (spacial) float-bug in IE6 **/
#spacer
{
	float: right;
	display: block;
	height: 730px;
	padding-bottom: 80px;
}

#containerWrapper {
	border: 1px solid #435dab;
	font-size: 0px;
	width:1000px;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px auto;
	min-height: 750px;
}

#container {
	font-size: 12px;
	position:relative;
	text-align:left;
	margin: 0px auto;
	width:700px;
	margin-top:140px;
}

#contentWrapper {
	background-color:white;
	margin-left:160px;
	width: 572px;		
	padding:5px;
	padding-left: 10px;
	padding-bottom:20px;
}

html>body #contentWrapper {
	width: 540px;
}

#menuWrapper {
	position:absolute;
	top:20px;
	left: 22px;
	width:140px;
}

html>body #menuWrapper {
	left: 8px;
}

#menuWrapper #menu .link
{
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	display: block;
	padding-bottom: 15px;
	color: #e0134f;
	text-decoration: none;
}

.firstleft
{
	padding-left: 10px;	
}


.secondleft
{
	padding-left: 20px;	
}


.thirdleft
{
	padding-left: 30px;	
}

#topMenuWrapper
{
	text-align: left;
}

#topmenu
{
	position: absolute;
	width:280px;
	top: 0px;
	margin-left: 534px;
}

/** A Combination of Mac specific and IE specific hacks.. **/

#topmenu img
{

	padding: 0px;
	margin:0 -3px 0 0;
	border: 0px;
}

#topmenu img
{
	margin:0 -1px 0 0;#
}

html>body #topmenu img{
	
	margin:0px;#
}

/** I wish we could stop doing that.. **/

#topmenu a
{
	border: 0px;	
}

h1 {
	margin:0px;
}

.loginButton
{
	text-decoration: none;
	font-weight: bold;
	color: #c53258;
	font-size: 13px;
	
	position: absolute;
	top: -75px;
	right: 29px;
}

.loginButton:hover
{
	color: #c53258;
}

.zoekButton
{
	font-weight: bold;
	background-color: white;
	color: #c53258;
	border: 0px;
	margin-bottom: 4px;
}

#searchForm
{
	position: absolute;
	top: -40px;
	right: 20px;
}

.bedrijfThumb {
	border:1px solid #c3c7cc;
	width:75px;
	height:75px;
	text-align:center;
	margin:2px;
	float:left;
}

.bedrijfThumb .landscape {
	margin-top:12px;
}
.bedrijfThumb img{
	border:0px;
}
.bedrijf {
	border:1px solid #c3c7cc;
	width:250px;
	height:250px;
	text-align:center;
	margin:2px;
}
.bedrijf .landscape{
	margin-top:35px;
}

#profielBalk {
	background-color:#C53258;
	height:1.2em;
	color:white;
	font-weight:bold;
	padding:0.35em;
	font-size:1.1em;
	margin-bottom:10px;
}

#bedrijfsInfo {
	padding:7px;
	padding-top:12px;
	width:240px;
	float:left;
}


.bedrijfOverzichtThumb {
	border:1px solid #c3c7cc;
	width:75px;
	height:75px;
	text-align:center;
	margin:3px;
	float:right;
}

.bedrijfOverzichtThumb .landscape {
	margin-top:12px;
}
.bedrijfOverzichtThumb img{
	border:0px;
}
.bedrijfOverzicht {
	height:80px;
}

#agenda {
	background-color:#DBDFE8;
	padding:10px;
	padding-right:0px;
	width:150px;
}

.zoekVeld
{
	background-color: #edeeef;
	border: 1px solid #b7b8b8;
}

#bedrijvengids
{
	font-weight: bold;
	font-size: 13px;
	color: #435dab;
}

#bedrijvengids a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #435dab;
}

#bedrijvengids a:hover
{
	text-decoration: underline;
}

#bedrijvengidsCategorien
{

}

#bedrijvengidsCategorien a
{
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #333333;
}

#bedrijvengidsCategorien a:hover
{
	text-decoration: underline;
}

#bedrijvengidsCategorien #leftFloat
{
}

#bedrijvengidsCategorien #rightFloat
{
	float: right;
	padding-right: 100px;
}

#red-block
{
	border: 0px;
	padding-right: 4px;
	position: relative;
	top: 8px;
}

/*********************/
/* BEGIN ZOEKMACHINE */
/*********************/

#zoeken {
	margin-bottom:1.6em;
}
.zoekKnop, .zoekBoxKnop {
	background-color:#C53258;
	color:white;
	border:0px;
	font-weight:bold;
	width:4.81em;
	margin-bottom:19px;
	cursor:pointer;
}

.zoekBoxVeld {
	width:8.17em;
}
.zoekVeld {
	margin-bottom:0.2em;
}

.funkyButton, .funkyButtonGhost { /* paginering onder zoekresultaten*/
border: 0em;
background-color: white;
color: #C53258;
width: 0.4em;
cursor: hand;
font-weight: bold;
text-decoration: underline;
}

.funkyButtonGhost {
color: #000000;
cursor: arrow;
}


#result {
	background-color:#C53258;
	width:100%;
	text-align:right;
	color:white;
	padding-right:5px;
}

/********************/
/* EIND ZOEKMACHINE */
/********************/

#tip input, #tip textarea{
	width:20em;
	border:0.08em solid #5f6164;
}

#tip #tipButton {
	background-color:#C53258;
	color:white;
	border:0px;
	font-weight:bold;
	width:9em;
	margin-bottom:19px;
}



.thumbPic, .thumbPicOdd {
	margin-left:10px;
	float:right;
	border-width: 0px;
}
.JbnPaginaSectie {
	vertical-align:top;
}

li.sitemapLevel0{list-style: disc; margin-top:25px;line-height:20px}
li.sitemapLevel1{list-style: square;position:relative;left:20px;line-height:20px}
li.sitemapLevel2{list-style: circle;position:relative;left:30px;}
li.sitemapLevel3{list-style: triangle;position:relative;left:60px;}


#quickInloggen .inlogVeld {
	width:75px;
	border:0.08em solid #5f6164;
	background-color:#DBDFE8;
}
#quickInloggen #inlogknop {
	width:75px;
}

#ingelogd {
	padding:10px;
	padding-right:0px;
	padding-top:3px;
	padding-bottom:3px;
	width:150px;
}

#ticker
{
	padding-top:6px;
	background-color: #1c5ca3;
	width: 535px;
	height: 24px;
}

#mq a
{
	
	text-decoration: none;
	color: white;
}

.JbnPaginaSectie
{
	background-color: #f8f9fa;
	padding: 10px;
}

.JbnPaginaSectie-flipped
{
	background-color: #edeeef;
	border: 1px solid #bfc0c1;
	padding: 10px;
}

.bedrijfOverzicht
{
	background-color: #f8f9fa;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.bedrijfOverzicht-flipped
{
	background-color: #edeeef;
	border: 1px solid #bfc0c1;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;

}

#aanbieding, #aanvraag
{
	background-color: #edeeef;
	border: 1px solid #b7b8b8;

	margin-top: 70px;
	margin-left: 10px;
}

#aanbieding table, #aanvraag table
{
	margin-top: 35px;
}

#aanvraag .tableNonIndent
{
	margin-top: 0px;
}

html>body #aanbieding table, #aanvraag table
{
	margin-top: 25px;
}

#aanbieding td, #aanvraag td
{
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
}

#aanvraag .tdNonIndent
{
	padding-top: 0px;
	padding-left: 0px;
}

#aanbieding input, #aanbieding textarea, #aanvraag input, #aanvraag textarea
{
	background-color: #fdfeff;
	border: 1px solid #cccdcd;

}

#aanbieding #aanbiedingButton, #aanvraag #aanvraagButton
{
	padding: 3px;
	margin-bottom: 5px;
}

#aanvraag #kaartHeader
{
	padding-top: 3px;
	text-align: center;

	font-size: 18px;
	font-weight: bold;
	color: white;
	
	
	height: 70px;
	width: 100%;
	background-color: #e0134f;
	margin-bottom: 10px;
}

#aanvraag #kaartFooter
{
	padding-bottom: 3px;
	text-align: center;

	font-size: 18px;
	font-weight: bold;
	color: white;
	
	
	height: 50px;
	width: 100%;
	background-color: #e0134f;
	padding-top: 10px;
	margin-top: 10px;
}

#aanvraag #logo
{
	position: absolute;
	top: 207px;
	right: 50px;
}


html>body #aanvraag #logo
{
	top: 230px;
}

#frontpageImageAndMoviePane
{
	margin-left: 7px;
	background: #edeeef;
	border: 1px solid #bfc0c1;
}

#frontpageImageAndMoviePane a
{
	border: none;
}

#frontpageImageAndMoviePane img
{
	border: 1px solid #8d8e8f;
}



