body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #f7f7f7;
	color: #404141;
}

sup {
	font-size: 8px;
	vertical-align: top;
}

h1 {
	font-size: 24px;	
	font-weight: normal;
	margin-bottom: 15px;
}

h1 sup { font-size: 12px; }

h2, h3 {
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 8px;
	margin-top: 25px;
	margin-bottom: 15px;
}

h3 { font-size: 18px; }

h4 {
	font-size: 14px;
	margin: 18px 0px;
	line-height: 20px;
}

h5 {
	color: #ed1d24; 
	font-size: 12px; 
	margin-bottom: 10px;
}

h6 {
	size: 2;
	font-family: arial;
	color: #999;
	font-weight: bold;
	line-height: 20px;	
	margin-bottom: 15px;
}

p {
	line-height: 20px;	
	margin-bottom: 15px;
}

a { color: #ed1d24; }

input,
textarea,
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #eaeaea;
	width: 300px;
	padding: 3px;
	color: #404141;
}

textarea { 
	width: 380px; 
	height: 50px;
}

select { width: 220px; }

input.error { border: 1px solid #ed1d24; }
input.button {
	width: auto;	
	color: #fff;
	border: 1px solid #a41f24;
	background: url(../images/button-bg.gif) repeat-x;
}

label.error {
	color: #ed1d24;
	margin-top: 5px;
	display: block;
}

span.red { color: #ed1d24; }
span.underline { text-decoration: underline; }
span.small { font-size: 10px; }
span.lineheight { line-height: 18px; }

div.center { text-align: center; }
div.padding { padding: 0px 20px; }
div.notification {
	font-size: 12px;
	line-height: 20px;
}

#wrapper {
	width: 950px;
	margin: 10px auto;
}

#top ul.lang { 
	float: right; 
	margin-left: -10px;	
	text-transform: uppercase;
}
#wrapper #top ul.lang li,
#wrapper #top ul.lang li a
	{
	font-size: 13px;
	}

#top ul.menu,
#bottom ul.menu { 
	float: right; 
}

#top ul.lang li,
#top ul.menu li,
#bottom ul.menu li {
	float: left;	
	border-left: 1px solid #6a6a6a;
	padding-left: 5px;
	margin-left: 5px;
	line-height: 6px;
}

#top ul.lang li:first-child,
#top ul.menu li:first-child,
#bottom ul.menu li:first-child {
	border-left: none;	
}

#top ul.lang li,
#top ul.lang li a,
#top ul.menu li a,
#bottom ul.menu li a {
	color: #6a6a6a;
	text-decoration: none;
	font-size: 10px;
}

#top ul.lang li.active,
#top ul.lang li a.active,
#top ul.lang li a:hover, 
#top ul.menu li a.active,
#top ul.menu li a:hover, 
#bottom ul.menu li a.active,
#bottom ul.menu li a:hover {
	color: #b3b3b3;	
}
#top ul.lang li,
#top ul.lang li a
	{
	color: #b3b3b3;		
	}

#top ul.lang li.active,
#top ul.lang li a.active,
#top ul.lang li a:hover
	{
	color: #6a6a6a;	
	}

#header { 
	margin-top: 10px; 
	height: 284px;	
}

#menu {
	background: url(../images/menu-bg.gif);	
	height: 47px;

}

#menu ul {
	margin: 0px auto; 
	width: 920px;

}

#menu ul  li
	{
	float: left;
	}

#menu ul.fr { width: 820px; }

#menu li a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	float: left;
	padding: 0px 21px;
	margin: 0px 10px;
	line-height: 47px;
}

#menu li a.active,
#menu li a:hover {
	background: url(../images/menu-hover-bg.gif);	
	border-left: 1px solid #c3181d;
	border-right: 1px solid #c3181d;
	padding: 0px 20px;
}

#submenu {
	background: #000;
	height: 30px;
	padding-left: 30px;
}

#submenu li {
	float: left;
	padding-right: 30px;
	line-height: 30px;
}

#submenu li a { 
	color: #FFF;
	text-decoration: none;
}

#submenu li a.active,
#submenu li a:hover {
	color: #ed1d24;
}

#content {
	background: #FFF;
	padding: 30px;
	border: 1px solid #e1e1e1;
	float: left;
	width: 889px;
}

#content .content {
	float: left; 
	width: 550px;
}

#content .content ul {
	margin-left: 15px;
	list-style: square;
	margin-bottom: 15px;
}

#content .content ol {
	margin-left: 15px;
	list-style: decimal;
	margin-bottom: 15px;
}

#content .content li { line-height: 24px; }

#content .content table { 
	margin-bottom: 15px; 
	border-collapse: collapse;
}

#content .content td {
	padding: 6px;
	border: 1px solid #e1e1e1;
}

#content .content dl { 
	line-height: 24px; 
	padding-bottom: 15px;
}

#content .content dd { padding-left: 35px; }

#content .sidebar {
	float: right;
	width: 290px;
}

#content .sidebar li a  { 
	line-height: 24px; 
	padding-left: 15px;
	background: url(../images/list-style-arrow.gif) 0px 4px no-repeat;
	color: #404141;
	text-decoration: none;
}

#content .sidebar li a.active,
#content .sidebar li a:hover { 
	color: #ed1d24; 
	background: url(../images/list-style-arrow-hover.gif) 0px 4px no-repeat;
}

#content .sidebar li ul { margin-left: 30px; }

#content .breadcrumb {
	font-size: 10px;
	margin-bottom: 20px;
}

#content .breadcrumb a { color: #404141; }
#content .breadcrumb sup { font-size: 6px; }

#content .news-item { padding-bottom: 30px; }

#content .news-item span {
	color: #919191;
	font-size: 9px;
	display: block;
	margin-bottom: 5px;
}

#content .news-item strong a {
	color: #404141;
	float: none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#content .news-item strong a:hover { color: #ed1d24; }

#content .news-item a {
	color: #ed1d24;
	font-size: 9px;
	float: right;
}

#content .content a.zoom {
	display: block;
	float: left;
	padding-right: 10px; 
	margin-bottom: 10px;
}

#content .content a.zoom img { border: 3px solid #eee; }
#content .content a.zoom img:hover { border: 3px solid #ccc; }

#content.zelfopslag {
	padding: 0px; 
	border: none;	
}

#content.zelfopslag #zelfopslag {
	background: #e40f15;
	text-align: center;
	width: 950px;
}

#content.zelfopslag .content {
	float: none;
	width: 950px;
}

#content.zelfopslag #zelfopslag-algemeen,
#content.zelfopslag #zelfopslag-particulieren,
#content.zelfopslag #zelfopslag-bedrijven, 
#content.zelfopslag #zelfopslag-werkwijze,
#content.zelfopslag #zelfopslag-opslagtips,
#content.zelfopslag #zelfopslag-inpakmateriaal,
#content.zelfopslag #zelfopslag-fotos,
#content.zelfopslag #zelfopslag-promo,
#content.zelfopslag #zelfopslag-volumecalculator {
	width: 890px;
	border: 1px solid #e1e1e1;
	padding: 30px;	
}

#content #meubelbewaring-prijsberekenen.content td,
#content #verhuizingen-prijsberekenen.content td,
#content #meubelbewaring-volumeberekenen.content td
#content.zelfopslag #zelfopslag-volumecalculator.content td,
#content #verhuizingen-verhuurwagen-prijsberekenen.content td { 
	border: none; 
	padding: 0px; 
	vertical-align: top;
}

#content #meubelbewaring-prijsberekenen.content table.border td,
#content #verhuizingen-prijsberekenen.content table.border td,
#content #meubelbewaring-volumeberekenen.content table.border td,
#content.zelfopslag #zelfopslag-volumecalculator.content table.border td,
#content #verhuizingen-verhuurwagen-prijsberekenen.content table.border td { 
	border: 1px solid #e1e1e1; 
	padding: 6px;
	vertical-align: middle;
}

#content #meubelbewaring-prijsberekenen.content input,
#content #verhuizingen-prijsberekenen.content input, 
#content #meubelbewaring-volumeberekenen.content input,
#content.zelfopslag #zelfopslag-volumecalculator.content input,
#content #verhuizingen-verhuurwagen-prijsberekenen.content input { 
	width: 50px; 
}

#content #verhuizingen-prijsberekenen.content table.noborder { margin: 0px; }
#content #verhuizingen-prijsberekenen.content table.noborder td {
	border: none;
	padding: 2px 0px;
}

#content #verhuizingen-prijsberekenen.content table tr#row-elevator { display: none; }

#content.nieuws .sidebar,
#content.vacatures .sidebar { 
	text-align: center; 
}

#content.contact .content { width: 350px; }
#content.contact .sidebar {	
	width: 450px; 
	padding-top: 75px;
	padding-bottom: 50px;
}
#content.contact .content td { border: none; }
#content.contact .adres {
	background: #fbfbfb;
	border: 1px solid #eaeaea;
	padding: 5px 30px;
	margin-top: 15px;
}

#bottom { margin: 10px 0px 0px 0px;
float: left;
width: 100%;
}
#bottom div.wrap
	{
	float: left;
	width: 100%;
	}

#bottom .copyright { 
	float: left; 
	font-size: 10px;
	color: #6a6a6a;
	width: 600px;
}
#bottom .privacy { 
	font-size: 10px;
	color: #6a6a6a;
	float: right;
}
#bottom span {
	float: left;
}
#bottom div{
	float:left;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul.images-left li
	{
	float: left;
	width: 290px;
	margin-bottom: 15px;
	}
	
ul.images-left li span
	{
	font-style: italic;
	font-size: 11px;
	float: left;
	margin-top: 5px;
	}
	
#content div.content.item	
	{
	float: right;
	}
	
#content div.sidebar.item
	{
	float: left;
	}
	
div.tagging
	{
	background: #ED1D24;
	float: left;
	width: 900px;
	padding: 25px;
	margin: 10px 0px;
	}

div.tagging ul li
	{
	float: left;
	margin: 0px 10px;
	}

div.tagging ul li.small
	{
	font-size: 10px;
	}
	
div.tagging ul li.medium	
	{
	font-size: 14px;
	}
	
div.tagging ul li.large
	{
	font-size: 16px;
	}
	
div.tagging ul li a
	{
	text-decoration: none;
	color: #fff;
	}
	
div.tagging ul li a.tag1 { font-size: 0.9em; font-weight: 100; }
div.tagging ul li a.tag2 { font-size: 1.0em; font-weight: 200; }
div.tagging ul li a.tag3 { font-size: 1.0em; font-weight: 300; }
div.tagging ul li a.tag4 { font-size: 1.1em; font-weight: 400; }
div.tagging ul li a.tag5 { font-size: 1.3em; font-weight: 500; }
div.tagging ul li a.tag6 { font-size: 1.5em; font-weight: 600; }
div.tagging ul li a.tag7 { font-size: 1.7em; font-weight: 700; }
div.tagging ul li a.tag8 { font-size: 1.9em; font-weight: 800; }
div.tagging ul li a.tag9 { font-size: 2.3em; font-weight: 900; }
div.tagging ul li a.tag10 { font-size: 2.6em; font-weight: 900; }	
	
div.tagging ul li a:hover,
div.tagging ul li a:focus
	{
	text-decoration: underline;
	}
	
div#meubelbewaring-prijs-result
	{
	width: 550px;
	}
	
#content .content div#meubelbewaring-prijs-result form#meubelbewaring-prijs-form 
	{
	width: 550px;
	}
	
table.small
	{
	width: 185px;
	float: right;
	}
	
a.btn
	{
	background: #ED1D24;
	color: #fff;
	text-decoration: none;
	float: right;
	margin-top: -45px;
	padding: 5px 10px;
	}
	
a.btn:hover,
a.btn:focus
	{
	background: #CA191E;
	}
	
p.small
	{
	font-size: 11px;
	color: #999;
	font-style: italic;
	margin: 0px;
	margin-top: -18px;
	}
	
a.vacature
	{
	width: 160px;
	padding: 60px 80px 0 40px ;
	height: 183px;
	text-align: right;
	float: left;
	background: url(../images/job.png) top left no-repeat;	
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
	}
	
a.ruimte
	{
	background: red;
	width: 233px;
	height: 191px;
	position: absolute;
	margin-left: 40px;
	margin-top: 20px;
	opacity: 0.0;
	/* For IE 5-7*/
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	/* For IE 8*/
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	
	}
	
a.bewaren
	{
	background: green;
	width: 233px;
	height: 191px;
	position: absolute;
	margin-left: 275px;
	margin-top: 70px;
	opacity: 0.0;
	/* For IE 5-7*/
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	/* For IE 8*/
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	
	}
	
a.opslaan
	{
	background: blue;
	width: 283px;
	height: 191px;
	position: absolute;
	margin-left: 75px;
	margin-top: 200px;
	opacity: 0.0;
	/* For IE 5-7*/
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	/* For IE 8*/
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	
	}
	
ul.tags li
	{
	background: url("../images/list-style-arrow.gif") no-repeat scroll 0 4px transparent;
	padding-left: 20px;
	}

div.linkeditem
	{
	float: left;
	width: 270px;
	padding: 10px;
	background: #efefef;
	margin-top: 40px;
	
	/* border radius */
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;		
	}
	
div.linkeditem img 
	{
	float: left;
	margin: 10px 0;
	}
	
div.linkeditem p
	{
	margin: 0;
	padding: 0;
	}
	
div.linkeditem h3
	{
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	color: #ec1c24;
	border: none;
	}

span.error{
	display:block;
	margin-top:5px;
	color:#ed1d24;
	font-weight:bold;
	line-height:14px;
}
	
.no-display{
	display:none;
}

span.error.no-display{
	display:none;
}
