@charset "utf-8";
/* CSS Document */

body, html
{
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	color: #005f79;
	text-decoration: none;
}
a:hover
{
	color: #0084cc;
}

b
{
	color: #005f79;
}

#wrapper
{
	margin: auto;
	background-image: url(../images/wrapper.gif);
	background-repeat: no-repeat;
	width: 900px;
	min-height: 600px;
}

#header
{
	margin: auto;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 146px;
	width: 828px;
}

#contentContainer
{
	margin: auto;
	padding-top: 7px;
	width: 808px;
	min-height: 297px;
}

#topBalk
{
	margin: auto;
	background-image: url(../images/top_balk.gif);
	background-repeat: no-repeat;
	width: 792px;
	height: 28px;
}

#stappen
{
	margin: auto;
	background-image: url(../images/stappen.gif);
	background-repeat: no-repeat;
	width: 792px;
	height: 55px;
	color: #005f79;
}

.stapEen
{
	float: left;
	margin-top: 12px;
	margin-left: 80px;
}
.stapTwee
{
	float: left;
	margin-top: 12px;
	margin-left: 240px;
}
.stapDrie
{
	float: left;
	margin-top: 12px;
	margin-left: 230px;
}

#content
{
	width: 500px;
	min-height: 400px;
	margin-left: 8px;
	padding-left: 10px;
	padding-top: 10px;
}

#titelLang
{
	background-image: url(../images/topbalk_lang.gif);
	background-repeat: no-repeat;
	width: 530px;
	height: 26px;
	margin-left: 8px;
	margin-top: 6px;
	padding-left: 8px;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

#listLeft
{
	background-image: url(../images/title_verhuizing.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 173px;
	padding-top: 28px;
	margin-top: 6px;
	margin-right: 5px;
	margin-left: 8px;
	float: left;
}

#listMiddle
{
	background-image: url(../images/title_huis.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 173px;
	padding-top: 28px;
	margin-top: 6px;
	margin-right: 5px;
	float: left;
}

#listRight
{
	background-image: url(../images/title_media.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 173px;
	padding-top: 28px;
	margin-top: 6px;
	float: left;
}

.listItem
{
	background-image: url(../images/list_button.gif);
	background-repeat: no-repeat;
	width: 173px;
	height: 21px;
	padding-top: 6px;
	padding-left: 5px;
	font-weight: bold;
	text-decoration: none;
}

.listItem a
{
	background-position: left;
	background-image:url(../images/pijl_groen.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	color: #005f79;
	font-weight: bold;
	text-decoration: none;
}

.listItem a:hover
{

	background-image:url(../images/pijl_blauw.gif);
	color: #0084cc;
}

.listItemLang
{
	background-image: url(../images/list_button_lang.gif);
	background-repeat: no-repeat;
	height: 21px;
	padding-top: 6px;
	padding-left: 5px;
	margin-left: 8px;
	width: 530px;
}

.listItemLang a
{
	background-position: left;
	background-image:url(../images/pijl_groen.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	color: #005f79;
	font-weight: bold;
	text-decoration: none;
}

.listItemLang a:hover
{
	background-image: url(../images/pijl_blauw.gif);
	color: #0084cc;
}

#tellafriend
{
	margin-top: 45px;
	width: 230px;
	float: right;
	color: #005f79;
}

/*
#chick
{
	position: absolute;
	left: 855px;
	top: 370px;
	display: table;
	background-image: url(../images/chick.gif);
	background-repeat: no-repeat;
	width: 305px;
	height: 271px;
}
*/

#succesverhalen
{
	padding-top: 16px;
	margin-left: 10px;
	width: 540px;
	float: left;
}

.succesverhalenTitel
{
	font-size: 24px;
	color:  #C5D204;
	font-weight: bold;
	line-height: 14px;
}

.verhaal
{
	font-size: 12px;
	float: left;
	width: 255px;
	margin-right: 10px;
	color: #747474;
}

#bottomBalk
{
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	width: 530px;
	height: 28px;
	float: left;
	margin-top: 20px; 
	padding-top: 6px;
	padding-left: 6px;
}

#addtofavorites
{
	padding-left: 13px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(../images/pijl_groen.gif);
	color: #005f79;
	font-weight: bold;
	text-decoration: underline;
}

#footer
{
	margin: auto;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	width: 792px;
	height: 20px;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 4px;
	padding-top: 2px;
	float: left;
	
	color: #747474;
}


.link
{
	background-position: left;
	background-image:url(../images/pijl_groen.gif);
	background-repeat: no-repeat;
	color: #005f79;
	text-decoration: none;
	padding-left: 15px;
}
.link:hover
{
	background-image:url(../images/pijl_blauw.gif);
	color: #0084cc;
}