@charset "UTF-8";
td {
	vertical-align:top;}
.website #mainContent {
	float:left;
	width:530px;
	margin-left:20px;
	border: none;
}
.home_groot {
	height:220px;
	width:280px;
	background-repeat:no-repeat;
	background-position:top center;
	font-size:9px;
	cursor:pointer;
}
.home_groot stong {
	font-size:9px;
	}
.home_klein {
	width:210px;
	height:45px;
	overflow:hidden;
	font-size:10px;
	background-image:url(../images/home_stippellijn.gif); 
	background-repeat:repeat-x; 
	background-position:bottom;
	padding-bottom:5px; 
}
.home_klein strong {
	font-size:10px;
	margin:0px;
	padding:0px;}
.home_klein a img{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.home_klein a {
	color:#000;
	text-decoration:none;
}
.panes_main img {
	margin-right:5px;
	margin-bottom:5px;}

/* tab pane styling */
div.panes_main  {
	border:1px solid #dd8265;
	padding-bottom:20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/bg_wit.png);
	background-repeat: repeat;
}
div.panes_main ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
div.panes_main ul li {
	
}
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	height:29px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
	
	font-size:13px;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	display:block;
	height: 19px;
	text-align:center;
	text-decoration:none;
	color:#000;
	padding:4px;
	margin:0px;
	position:relative;
	top:1px;
	background-image: url(images/bg_tab.gif);
	background-image: url(../images/bg_wit.png);
	background-repeat: repeat;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DD8265;
	border-right-color: #DD8265;
	border-bottom-color: #FFF;
	border-left-color: #DD8265;
	border-bottom-style: solid;
}

ul.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0px -31px;	
	color:#ce081f;
		border:solid 1px #dd8265;
		border-bottom-color: #FFF;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position:  0px -62px;		
	cursor:default !important; 
	color:#ce081f; !important;
}



/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
}
div.panes div{
	padding:10px;
}

/* tab pane styling */
div.panes div {
	display:none;		
	border:1px solid #dd8265;
	background-image: url(../images/bg_wit.png);
	background-repeat: repeat;
}
#sidebar1 div.panes div {
	border-bottom:none;
	padding-bottom:20px;
}

/* Home Items Styling */
.homeMain_container {
	width:100%;
	height:220px;
	cursor:pointer;
}
.homeMain_image {
	float:left;
	width:300px;
	cursor:pointer;
	overflow:hidden;
	height:220px;
	margin-right:5px;
}
.homeMain_tekst {
	float:left;
	width:190px;
}
.homeMain_tekst h2 {
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}

.homeItem_tekst h2 {
	margin:0px;
	padding:0px;
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
}

.homeItem_container {
	float:left;
	width:169px;
	cursor:pointer;
	}
.homeItem_image {
	float:left;
	width:169px;
	overflow:hidden;
	padding-right:5px;
	}
.homeItem_tekst {
	font-size:12px;
	float:left;
	width:169px;
}
