/** reset **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

body {
	background: #fff url('img/body.png') repeat-x top left;
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	height: 100%;
}

a {
	text-decoration: underline;
	color: #000;
	outline: none;
}
a:hover{ color: #E3161D; }

strong { font-weight: bold; } 

.clear{ display: block; width: 100%; clear: both; height: 0px; }

#container {
	position: absolute;
	width: 772px;
	left: 50%;
	top: 0;
	min-height: 100%;
	margin: 15px 0 0 -386px;
	background: transparent url('img/container.png') repeat-y;
}

#containerTop {
	position : relative;
	display: block;
	width: 772px;
	height: 6px;
	top: -6px;
	left: 0px;
	background: transparent url('img/containerTop.png');
}

#header, #content, #footer {
	display: inline;
	float: left;
	width: 758px;
	margin: 0 7px;
}

#header h1 a {
	display: inline;
	float: left;
	position: relative;
	width: 120px;
	height: 116px;
	text-indent: -1000em;
	overflow: hidden;
	margin: -8px 0 0 20px;
	background: transparent url('img/logo.png');
}

#header h2 {
	display: inline;
	float: left;
	position: relative;
	width: 762px;
	height: 217px;
	background: transparent url('img/slogan.png');
	text-indent: -1000em;
	overflow: hidden;
	margin: 15px 0 0 -2px;
}
body.en #header h2 { background-image: url('img/slogan-en.png');}

#header ul#menu {
	display: inline;
	float: right;
	width: 270px;
	margin: -310px 0 0 0;
	background: transparent url('img/dots-vertical.png') repeat-y 152px 0;
	line-height: 17px;
}

#header ul#menu li {
	float: left;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	width: 135px;
	margin-right: 35px;
}
#header ul#menu li.right {
	float: right;
	text-align : left;
	width: 65px;
}
#header #menu li a { text-decoration: none; color: #4b4b4b;}
#header ul#menu li a:hover{ color: #cb080a;}
#header ul#menu li.active a{ color: #cb080a;}

#header #languages {
	display: inline;
	float: right;
	position: relative;
	background: #f6f6f6;
	margin: -217px 40px 0 0;
	padding: 2px 4px;
}
#header #languages a { text-decoration : none; }
#header #languages span { display: inline: float: left; width: auto;}
#header #languages span.nl { text-align: right;}
body.en #languages span.en a { color: #cb080a;}
body.nl #languages span.nl a { color: #cb080a;}

#content {
	display: inline;
	float: left;
	width: 718px;
	padding: 18px 20px 0 20px;	
	background: transparent url('img/dots-vertical.png') repeat-y 326px 0;
}
body.more #content { background-image: none;} 

#content .dotsHider {
	display: block;
	position: relative; 
	width: 3px;
	height: 22px;
	background-color: #f6f6f6;
	left: 306px;
	top: -18px;
}

#content .columnLeft{
	display: inline;
	float: left;
	width: 286px;
	letter-spacing: .75px;	
}

#content .columnRight{
	display: inline;
	float: left;
	width: 390px;
	margin: 0 0 0 42px;
	letter-spacing: .75px;
}
#content .columnRight.news div.wrapper{
	display: inline;
	float: left;
	width: 380px;
	max-height: 662px;
	overflow-y: scroll;
	padding: 0 10px 0 0;
}

body.more #content .bottomRow { 
	display: inline;
	float: left;
	background: transparent url('img/dots-vertical.png') repeat-y 358px 0;
	margin: 20px 0 0 0;
}
body.more #content .columnLeft { width: 345px;}
body.more #content .columnRight { width: 345px; margin: 0 0 0 28px;}
body.more #content .dots { margin-bottom: 17px;}

#content h2{
	background-color: #e3161d;
	color: #fff;
	display: inline;
	float: left;
	width: auto;
	padding: 5px 4px 2px 4px;
	font-size: 11px;	
}
#content h2 a{ color: #fff; text-decoration: none;}

#content p{
	margin: 14px 0;	
	display: inline;
	float: left;
	width: 100%;
}

#content p img {
	display: inline;
	float : left;
	margin: 10px 0;
}

#content img.redTop {
	background: transparent url('img/redspacer.png') repeat-x left top;
	padding: 3px 0 0 0;	
}

#content span.redbar {
	background: transparent url('img/redspacer.png') repeat-x left top;
	display: inline;
	float: left;
	width: 100%;
	height: 3px;
}

#content span.dots {
	background: transparent url('img/dots-horizontal.png') repeat-x left top;
	display: inline;
	float: left;
	width: 100%;
	height: 1px;
}

#content .columnRight span.date {
	display: inline;
	float: left;
	color: #cb070a;
	width: 100%;
	margin: 10px 0 0 0;
}

#content .columnRight h3{
	display: inline;
	float: left;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

#content .columnRight.news p{ margin: 4px 0 10px 0;}

#content .topRow {
	display: inline;
	float: left;
	width: 100%;
	background: transparent url('img/dots-vertical.png') repeat-y 232px 0;
	letter-spacing: .75px;
}
#content .topRow .dotsRight {
	background: transparent url('img/dots-vertical.png') repeat-y 474px 0;	
}

#content .topRow .column {
	display: inline;
	float: left;
	width: 222px;
	margin: 0 10px 0 0;
}

#content .topRow .column.one, #content .topRow .column.two {
	padding-right: 10px;
}

#content .topRow .tags { line-height: 17px;}
#content .topRow .bottomDots {
	display: inline;
	float: left;
	width: 100%;
	height: 3px;
	background: transparent url('img/topRow.png') repeat-x bottom left;	
}

table.prices {
	float: left;
	width: 95%;	
}
table.prices tr.spacer { height: 30px;}
table.prices td.price { 
	width: 80px;
	text-align: right;
	vertical-align: top;	
	font-weight: bold;
}

#content .contentFooter {
	dipslay: inline;
	float: left;
	width: 100%;
	background-color: #f6f6f6;
	padding: 50px 0 0 0;
	color: #949494;
}
#content .contentFooter a{ color: #949494;}


#footer {
	display : inline;
	float: left;
	position: relative;
	width: 772px;
	height: 200px;
	margin: 10px 0 -50px 0px;
	background: #fff;
}

#footer small {
	display: inline;
	float: left;
	background: transparent url('img/footer.png') no-repeat top left;
	width: 732px;
	margin: 0 0 0 0;
	padding: 16px 20px;
	color: #ccc;
	font-size: 9px;
}