body {
	margin:0;
	padding:0;
	color:#565656;
	background:#ddc887 url(images/main-bg.gif) 0 0 repeat-x;
	font:12px/22px Arial, "arial", Times, serif;
	background-image: -webkit-linear-gradient(90deg, #0095e5 0%, #64b9ff 100%);
	background-image: -moz-linear-gradient(90deg, #0095e5 0%, #64b9ff 100%);
	background-image: -o-linear-gradient(90deg, #0095e5 0%, #64b9ff 100%);
	background-image: linear-gradient(0deg, #0095e5 0%, #64b9ff 100%);
}
p, ul, img, a, form, input, h1, h2, h3 {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	outline:none;
}
img {
	border:none;
	display:block;
}
ul {
	list-style:none;
}
input {
	font:11px/14px Arial;
}

/*--------- COBTANER ---------*/

.container {
	background:#fff;
	color:#00000;
}

/*---------- SEARCH PANEL ---------*/

.search {
	background:#def5ea;
	color:#000;
	border:#beebd5 1px solid;
	margin-top:24px;
	font-weight:bold;
}
.search input {
	width:185px;
	height:17px;
	padding:2px 0 0 2px;
	border:#afe5ca 1px solid;
	background:#fff;
	color:#2b322b;
	float:left;
}
.search input.btn {
	width:65px;
	height:21px;
	padding:0;
	border:none;
}

/*------------- HEADER ------------*/

.header {
	background:url(images/header-bg.jpg) 0 0 no-repeat;
	height:207px;
	font-size:24px;
	line-height:18px;
	background-color:inherit;
}
.header td.bigTxt {
	font-size:30px;
	text-transform:uppercase;
}
.topMenu {
	font:bold 12px/29px Arial;
	border:#bdc1a3 1px solid;
	background:url(images/topmenu-bg.gif) 0 0 repeat-x;
	color:#0095e5;
}
.topMenu a {
	color:#0095e5;
	background-color:inherit;
}
.topMenu a:hover {
	color:#0095e5;
	background-color:inherit;
}

/*------------- BODY -------------*/

.body {
	background:;
}
.body h2 {
	font-size:24px;
	line-height:26px;
	color:#0095e5;
	background-color: inherit;
	font-weight:bold;
}
.body h3 {
	font-size:20px;
	line-height:22px;
	color:#0095e5;
	background-color:inherit;
	font-weight:bold;
}
.body h4 {
	font-size:18px;
	line-height:18px;
	color:#00000;
	background-color:inherit;
	font-weight:bold;
}
.body a {
	color:#000000;
	background-color:inherit;
	text-decoration:none;
}
.body a:hover {
	text-decoration:#0095e5;
}
.welcome {
	color:#565656;
	background:#fff;

}
.welcome h2 {
	font-size:36px;
	line-height:38px;
	font-weight:Bold;
	color:#0095e5;
	background-color:inherit;
	padding-top:25px;
}

.clickHere {
	line-height:16px;
}

/*----------- LEFT PANEL ---------*/

.leftPanel {
	border-right:#d4d4d4 2px solid;
}
.leftPanel td.head {
	background-color:inherit;
	font-weight:bold;
	padding-bottom:4px;
}
.latestBlock {
	font-size:11px;
}
.latestBlock td.headTxt {
	background-color:inherit;
	font-weight:bold;
	background:url(images/latest-head-icon.gif) 0 50% no-repeat;
	padding-left:11px;
}
.latestBlock img {	
	border:#d8dcc1 0px solid;
}
.horizontalBorder {
	border-bottom:#d4d4d4 1px solid;
}

/*----------- Webshop uitgelicht -----------*/

.webshop {
	font-size:11px;
	color:#565656;
	background:#ecefd6 url(images/download-music-bg.jpg) 0 0 no-repeat;
}
.webshop h2 {
	font-size:18px;
	line-height:22px;
}

/*------------- FOOTER -------------*/

.footer {
	font:normal 10px/23px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#5c5f48;
	background-color:inherit;
}
.footer td.menu {
	background:#eceee1;
	color:#5c5f48;
	font-weight:bold;
}
.footer a {
	color:#c05014;
	background-color:inherit;
}
.footer a:hover {
	color:#5c5f48;
	background-color:inherit;
}
.footer td.menu span {
	color:#c05014;
	background-color:inherit;
	padding:0 14px;
}
.footer td.design {
	color:#000;
	background-color:inherit;
	line-height:16px;
}

/*------------- carousel -------------*/
.stepcarousel{
position: relative; /*leave this value alone*/
border: ;
overflow: scroll; /*leave this value alone*/
width: 676px; /*Width of Carousel Viewer itself*/
height: 520px; /*Height should enough to fit largest content's height*/
-webkit-box-sizing: border-box; /* set box model so container width and height value includes any padding/border defined */
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 676px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

span.paginatecircle{ /* CSS for paginate circle spans. Required */
background: white;
border: 2px solid black;
border-radius: 10px;
width: 6px;
height: 6px;
cursor: pointer;
display: inline-block;
margin-right: 4px;
}

span.paginatecircle:hover{
background: gray;
}

span.paginatecircle.selected{
background: black;
}

.H3 {
}
.td {
}
