* {
	margin:0;
	padding:0;
}

html {
	overflow:auto;
}

body {
	font-family: "Trebuchet MS", Arial, Tahoma;
	color: #333;
	line-height: 22px;
	font-size: 12px;
	background: #fff url('/img/vvLayout/pageBg.jpg') repeat-x;
	background: #000;
}
hr {
	border: 0px;
	margin: 6px 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}
a {
	color: #40649b;
}
a:hover {
	color: #1e3f71;
}
a.footerWdLogo {
	display:block;
	width:80px;
	height:25px;
	overflow:hidden;
	background-image:url(/sources/logo/footerLogo_wd2.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

a.footerWdLogo:hover {
	background-position:0 -25px;
}
ul {
	list-style-type:circle;
	list-style-type:disc;
	padding-left:40px;
	margin-bottom: 15px;
}

ul li {
	padding-left:10px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
div.wrapFix {
	height: 0px;
	clear: both;
}
/* ######################## */
/* ####  Site Wrappers #### */
/* ######################## */

div#headerBgWrapper {
	width: 1200px;
	height: 600px;
	margin-left: -120px;
	position: absolute;
	background: url('/img/vvLayout/headerBg.jpg') no-repeat;
}
div#wdSiteWrapper {
	width: 960px;
	margin: 0px auto;
}
div#topBar {
	position: relative;
	height: 30px;
	padding: 0px 20px
}
div#topBar p {
	line-height: 30px;
	font-size: 13px;
	color: #fff;
	float: right;
}
div#langBar {
	position: absolute;
	height: 30px;
	top: 0px;
	left: 0px;
	width: 300px;
}
div#langBar a {
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	font-size: 10px;
}
div#langBar a:hover {
	text-decoration: underline;
}
div#wdContentWrapper {
	margin: 0px 0px 0px 0px;
	border: 0px
}
div#menuWrapper {
	float: left;
	width: 220px;
	position: relative;
	padding-top: 10px;
}
div#wdMainContent {
	position: relative;
	float: left;
	width: 720px;
	padding: 0px 10px;
}
div#wdContentWrapper div#wdContentHeader {
	position: relative;
	height: 230px;
	padding: 20px 20px;
}
div#wdContentWrapper div#wdContentHeaderContent {
	height: 70px;
	padding: 15px;
}


div#wdContentWrapper div#menuWrapper a {
	display: block;
	width: 200px;
	margin: 0px;
	margin-left: 10px;
	margin-right: -10px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	padding: 0px 10px;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}
div#wdContentWrapper div#menuWrapper a:hover {
	color: #000;
}
div#wdContentWrapper div#menuWrapper a.activeMenu {
	color: #fff;
	background: transparent url('/img/vvLayout/actMenuBg.png') no-repeat center left;
}
div#footerWrapper {
	position: relative;
	width: auto;
	height: 200px;
}
div#wdFooterWrapper {
	padding: 20px;
	font-size: 11px;
	color: #999;
	margin-bottom: 20px;
	border-top: 0px;
	width: 920px;
	margin: 0 auto;
	position: relative;
	border-top: 3px dotted #bbb;
}
div#wdFooterWrapper p {
	float: left;
	text-align: left;
	display: block;
	width: auto;
	padding-right: 60px;
	margin-right: 60px;
	border-right: 1px dotted #ddd;
	line-height: 26px;
}
div#wdFooterWrapper p.last {
	border: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
div#wdFooterWrapper p img {
	margin-bottom: 7px;
	vertical-align: middle;
}
div#wdFooterWrapper p a {
	color: #555;
}
div#wdContentWrapper .pageEditblockContent div.shopLinkContainer {
	text-align: center;
}
div#wdContentWrapper .pageEditblockContent div.shopLinkContainer a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #333;
	text-decoration: none;
	background: #fcfcfc url('/sources/shop/dft/shopping_cart.png') no-repeat 10px center;
	border: 1px solid #ccc;
	padding: 10px;
	padding-left: 70px;
}
div#wdContentWrapper .pageEditblockContent div.shopLinkContainer a img {
	vertical-align: middle;
}
div#wdContentWrapper .pageEditblockContent div.shopLinkContainer a:hover {
	color: #222;
	border: 1px solid #aaa;
}

/* #### CUSTOM #### */


/* #### CUSTOM TABLE VOOR PRIJZEN EN PAKKETTEN #### */


div#mediaWrap {
	padding: 20px;
}
div#mediaWrap h4 {
	font-size: 12px;
	color: #444;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
div#mediaWrap table {
	width: 100%;
}
div#mediaWrap table tr td {
	padding: 2px;
	font-size: 12px;
	line-height: 16px;
	color: #222;
	vertical-align: middle;
	cursor: pointer;
}
div#mediaWrap table tr td span {
	display: inline;
	color: #888;
	font-size: 10px;
}
div#listenSound {
	position:absolute;
	right:40px;
	top:80px;
}
