li.widget {
	float: 			left;
	position: 		relative;	
	list-style: 	none;
	/*margin: 		10px;*/
}

div.content div.sub_bar {
	width: 				100%;
	height: 			30px;
	line-height: 		30px;
	background: 		#ff6c00;
	color: 				#ffffff;
}

div.content div.sub_bar a {
	color: 				#ffffff;
	text-decoration: 	none;
	font-weight: 		bold;
	padding-left: 		30px;
	background: 		url( "../img/submenu_inactive.png" ) 15px 2px no-repeat;
}

div.content div.sub_bar a:hover {
	text-decoration: 	underline;
}

div.content div.sub_bar ul {
	margin-left: 		10px;
}

div.content div.sub_bar li a {
	display: 			block;
	width: 				110px;
	font-weight: 		bold;
	padding-left: 		15px;
	background: 		url( "../img/submenu_inactive.png" ) 2px 10px no-repeat;
}

div.content div.sub_bar li a:hover {
	text-decoration: 	underline;
}

div.content div.sub_bar li.active a {
	color: 				#ff6c00;
	background: 		url( "../img/submenu_active.png" ) 0px 3px no-repeat;
}

div.content div.sub_bar li.active_big a {
	color: 				#ff6c00;
	width: 				200px;
	background: 		url( "../img/submenu_active_big.png" ) 0px 3px no-repeat;
}

div.content div.sub_bar div.subtitle {
	padding-left: 		15px;
}

div.content {
	line-height: 		1.2;
}

div.content span {
	color: 				#ff6c00;
}

div.content div.average {
	float: 				right;
}

div.content div.ideabox_list {
	margin-top: 		10px;
	margin-left: 		20px;
	margin-right:3px;
}

div.content div.ideabox_list div.spacing {
	padding-bottom: 	11px;
}

div#topics div.topic {
	margin-bottom: 		15px;	
}

div.content div.ideabox_list a, div.content div.forum a, div#topics a, div.content div.link a {
	color: 				#3393ff;
	text-decoration: 	none;
}

div.content div.ideabox_list a:hover, div.content div.forum a:hover, div#topics a:hover, div.content div.link a:hover {
	text-decoration: 	underline;
}

div.content div.forum div.menu {
	margin-top: 		18px;
	margin-bottom: 		5px;
	padding-left: 		10px;
	height: 			30px;
	background: 		#ff6c00;
	color: 				#ffffff;
	font-weight: 		normal;
}

div.content div.forum div.menu div {
	float: 				left;
	line-height: 		30px;
}

div.content div.forum div.list {
	width: 				100%;
}

div.content div.forum div.list div {
	float: 				left;
	line-height: 		22px;
}

div.content div.forum .f1 {
	width: 				100px;
}

div.content div.forum .f2 {
	width: 				180px;
}

div.content div.forum .f3 {
	width: 				60px;
	text-align: 		center;
}

div.content div.forum .f4 {
	width: 				115px;
	text-align: 		center;
}

div.content div.forum .f5 {
	width: 				90px;
	text-align: 		center;
}

/* actueel widgets placement */
div#home li.widget_1 {
	width: 				379px;
	height: 			356px;
	margin-right:		10px;
	margin-bottom:		20px;
}

div#home li.widget_2 {
	width: 				379px;
	height: 			356px;
	margin-left: 		10px;
	margin-bottom:		20px;
}

div#home li.widget_3 {
	width: 				476px;
	height: 			356px;
	margin-right: 		10px;
	margin-bottom:		20px;
}

div#home li.widget_4 {
	width: 				282px;
	height: 			356px;
	margin-left: 		10px;
	margin-bottom:		20px;
}

div#home li.widget_5 {
	width: 				476px;
	height: 			356px;
	margin-right: 		10px;
}

div#home li.widget_6 {
	width: 				282px;
	height: 			356px;
	margin-left: 		10px;
}


/* widget layout */
div.head h2 a:link, div.head h2 a:visited , div.head h2 a:hover , div.head h2 a:active  {
	color: 				#ffffff;
	font-weight: 		bold;
	text-decoration: 	none;
    /*font-size:          2em;*/
}

/* widget header layout */
div.head {
	position: 			relative;
	height: 			53px;
}

div.edit_head {
	height: 			33px;
}

div.head h2 {
	line-height: 		53px;
	background:			url( ../img/wdg_cntr_top.png ) left top repeat-x;
	margin-left: 		15px;
	margin-right: 		15px;
	padding-left: 		3px;
	font-size:			2em;
}

div.head h2.white {
	background:			url( ../img/wdg_cntr_top_white.png ) left top repeat-x;
}

div.head div.top_left, div.head div.top_right {
	position: 			absolute;
	top: 				0px;
	width: 				15px;
	height: 			53px;
}

div.head div.top_left {
	left: 				0px;
	background:			url( ../img/wdg_lft_top.png ) left top no-repeat;
}

div.head div.top_left_white {
	background:			url( ../img/wdg_lft_top_white.png ) left top no-repeat;
}

div.head div.top_right {
	right: 				0px;
	background:			url( ../img/wdg_rght_top.png ) left top no-repeat;
}

div.head div.top_right_white {
	background:			url( ../img/wdg_rght_top_white.png ) left top no-repeat;
}

/* widget content layout */
div.content {
	position: 			relative;
	width: 				100%;
	min-height: 		265px;
	background: 		#fff;
}

div.content div.side_spacing {
	margin-left: 		4px;
	margin-right: 		4px;
	height: 			100%;
	background:			#fff;
}

div.content div.spacing {
	padding-left: 		10px;
	padding-right: 		10px;
}

div.link div.spacing {
    margin-top:         12px;
}

div.content div.left_middle, div.content div.right_middle {
	position: 			absolute;
	top: 				0px;
	width: 				7px;
	height: 			100%;
}

div.content div.left_middle {
	left: 				0px;
	background:			url( ../img/wdg_lft_mddl.png ) left top repeat-y;
}

div.content div.left_middle_white {
	background:			url( ../img/wdg_lft_mddl_white.png ) left top repeat-y;
}

div.content div.right_middle {
	right: 				0px;
	background:			url( ../img/wdg_rght_mddl.png ) left top repeat-y;
}

div.content div.right_middle_white {
	background:			url( ../img/wdg_rght_mddl_white.png ) left top repeat-y;
}

/* widget footer layout */
div.foot {
	position: 			absolute;
	/*bottom: 			0px;*/
	height: 			41px;
	width: 				100%;
}

div.foot div.links {
	position: 			absolute;
	left: 				14px;
	top: 				0px;
	line-height: 		41px;
	padding-left: 		3px;
}

div.foot div.links a {
	color: 				#ffffff;
	text-decoration: 	none;
	padding-left: 		12px;
	background: 		url( "../img/submenu_inactive.png" ) 0px 2px no-repeat;
    margin-right:       20px;
}

div.foot div.links_pos {
	height: 			41px;
	background:			url( ../img/wdg_cntr_bttm.png ) left top repeat-x;
	margin-left: 		12px;
	margin-right: 		12px;
}

div.foot div.links_pos_white {
	background:			url( ../img/wdg_cntr_bttm_white.png ) left top repeat-x;
}

div.foot div.bttm_left, div.foot div.bttm_right {
	position: 			absolute;
	top: 				0px;
	height: 			41px;
}

div.foot div.bttm_left {
	left: 				0px;
	width: 				14px;
	background:			url( ../img/wdg_lft_bttm.png ) left top no-repeat;
}

div.foot div.bttm_left_white {
	background:			url( ../img/wdg_lft_bttm_white.png ) left top no-repeat;
}

div.foot div.bttm_right {
	right: 				0px;
	width: 				14px;
	background:			url( ../img/wdg_rght_bttm.png ) left top no-repeat;
}

div.foot div.bttm_right_white {
	background:			url( ../img/wdg_rght_bttm_white.png ) left top no-repeat;
}

div.content div.sub_bar li {
	float: 				left;
	list-style-type:	none;
	padding-right: 		10px;
	background-color: 	#FF6C00;
	color:				#FFFFFF;
}
div.content div.sub_bar ul {
	background-color:	#FF6C00;
}
div.inbeeld_photo {
    text-align:         center;
}
div.inbeeld_photo img {
	max-width: 				250px;
    height:                 150px;
}

div.entry_report img {
	float:				right;
	margin-left:		10px;
}

div.entry_edit img {
	float:				right;
	margin-left: 		10px;
}

div.entry_tellafriend {
	float:				right;
	width:				90px;
}
p.entry-date  {
	margin-top: 		5px;
	margin-bottom: 		5px;
    color:              #767676;
    font-size:          11px;
}
div.entry-body  {
	float:				right;
	width: 				85%;
}
div.form_indent  {
	margin-left:		155px;
}

div#topics div.menu a {
	color:				#FFF;
}

div.content div.ideabox_list h3 a, div.content div.link h3 a, div.content div.link h5 a {
	color:				#000;
}

div#recaptcha_widget_div {
	float:				left;
}
