/* ------ CSS Created by Herman ---------------*/
/* ----------                  http://www.douwes.nl                  -------------*/
  
/* +++++++++++++++ HOME PAGE SPECIFIC STUFF +++++++++++++++++ */


/* SEARCH TAG CLOUD */

DIV.search-cloud A.rank-1 { font-size: 20px; } 
DIV.search-cloud A.rank-2 { font-size: 18px; } 
DIV.search-cloud A.rank-3 { font-size: 16px; } 
DIV.search-cloud A.rank-4 { font-size: 14px; } 
DIV.search-cloud A.rank-5 { font-size: 12px; } 


DIV.search-cloud {
margin: 0;
padding: 0;
list-style: none; 
line-height: 1.2;
}

/* END TAG CLOUD */

.homepage {
	background: url(http://www.douwes.nl/img/achtergrond-bovenin.jpg) repeat-x #e6e6e6;
}



#headerHome {
	width:960px;
	margin:0 auto;
	height:71px;     /*origineel 130 pixels */
	text-align:left;
	background: url(http://www.douwes.nl/img/achtergrond-middenboven.jpg) no-repeat;

}

#contentWrapperHome {
	width:960px;
	margin:0 auto;
	text-align:left;
	background:url(http://www.douwes.nl/img/achtergrond-welkomsbericht.jpg) no-repeat white;
}

#sidebarWrapperHome {
	float:right;
	margin:13px 0 0 0;
	width:260px;
	display:inline;
}

#sidebarBoxHome {
	background:#848484;
	color:white;
	padding:0 5px 10px 10px;
	width:260px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:245px;
}

#sidebarBoxHomePop {
	background:#5f5f5f;
	color:white;
	padding:0 5px 0 10px;
	width:260px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:245px;
}

#sidebarBottomHome {
	width:260px;
	height:20px;
	background:url(http://www.douwes.nl/img/achtergrond-sidebar-eind.gif);
}

#homeInnerWrapper {
	width:940px;
	margin:0 0 0 10px ;
}

.welcomeText {
	color:white;
	font-size:14px;
	padding:25px 0 0 0;
	margin:0 0 0 0 !important;
}

/*
#home2ColWrapper {
	clear:left;
	padding:27px 0 0 0;
	width:680px;
}
*/

#breakingNews {
	clear:left;
	width:670px;
	background:url(http://www.douwes.nl/img/achtergrond-rood.jpg) repeat-x #841628;
}

/* Hides from IE5-mac \*/
* html #breakingNews {height: 1%;}
/* End hide from IE5-mac */


#breakingNews p {
	color:white;
	padding:11px 10px 1em 108px;
	
}
#breakingNews a {color:white; font-weight:bold; text-decoration:underline;}
#breakingNews a:hover {color:white; font-weight:bold; text-decoration:none;}

#homeLeftCol {
	width:328px;
	float:left;
	padding:0 0 0 0;
	display:inline;
}

#homeBlogColumn {
	width:307px;
	float:left;
	margin:0 0 0 15px;
	padding:0 0 30px 0;
	display:inline;
}

#homeBlogColumn h4 {
	margin:1em 0 0 0;
	font-size: 12px;
}

#homeBlogColumn p {
	margin: .5em 0 0 0;
}


#homeBlogColumn a.continue {
	font-size: 11px;	
}

#quickLinks {
	width:328px;
	background:url(http://www.douwes.nl/img/achtergrond-quicklinks.jpg) repeat-x;
	padding:0 0 1em 0;
	border-top:1px solid #ccc;
}

#homeBanners img {
	display:block;
	margin:15px 0 0 5px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding:15px 0 0 5px;
	margin:0 0 0 0;
}





/* +++++++ STUFF IN THE  BOX  +++++++++++ */
/* +++++++ THESE OVERRIDE STYLES SET IN STRUCTURE.CSS FOR THE TABS  +++++++++++ */

.TabbedPanels {
	margin: 0 0 0 0;
	padding: 0;
}


.TabbedPanelsTabGroup {
	margin: 0 !important;
	padding: 0 !important;
}


.TabbedPanelsTab {
	float: left;
	padding: 4px 12px 0 12px;
	margin: 0 !important;
	font-weight:bold;
	color:#283ba9;
	background:url(http://www.douwes.nl/img/wittepixel.gif) no-repeat top right #c2cdd9;
	list-style: none;
	border-right: solid 1px #fff;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}


.TabbedPanelsTabHover {
	background-color: #dae1e8;
}


.TabbedPanelsTabSelected {
	background-color: #e1e6ec;
}


.TabbedPanelsTab a {
	color: #283ba9;
	text-decoration: none;
}

.TabbedPanelsTab2 a {
	color: #283ba9;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
}

.TabbedPanelsContent {
	padding: 4px;
	margin:0 !important;
	background:url(http://www.douwes.nl/img/achtergrond-homedouwes.jpg) repeat-x;
	border-right: solid 1px #fff;
}

.TabbedPanelsContentVisible {
}


