
/**
 * ALGEMEEN
 */

html, body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #264E52;
	background: #C5D9C0;
}

a, img, p, div {
	outline: none;
}

img {
	border: 0px;
}

ul,ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li {
	padding: 0px;
}

p {
	margin: 0 0 10px 0;
	padding: 0px;
}

.abs {
	position: absolute;
}

.rel {
	position: relative;
}

form {
	margin: 0px;
}

.text_field {
	margin-right: 5px;
	width: 123px;
	height: 19px;
	border: 0;
	padding: 3px 0 0 5px;
	background: url('../images/search_text_bg.gif') no-repeat;
}

textarea {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #264E52;
	background: #DAE4D1;
	border: 1px solid #CCCCCC;
}

pre {
	margin: 0;
	padding: 0;
	line-height: 12px;
}

a:link,
a:visited {
	color: #EB950F;
	text-decoration: none;
}

a:hover,
a:active {
	color: #EB950F;
	text-decoration: underline;
}

.clear {
	clear: both;
}

hr {
	margin: 17px 0 18px;
	height: 0;
	clear: both;
	border: solid #ddd;
	border-width: 1px 0 0;
	/*border-top: 1px solid #AEC1A9;
	border-bottom: 1px solid #D7EDD2;*/
	border-top: 1px solid #FFF;
}

.form_error {
	color: red !important;
}

.success {
	clear: both;
	color: green;
}

/**
 * HEADERS
 */

h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #223F5B;
}

h2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 8px 0;
	color: #223F5B;
}

h3 {
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 6px 0;
	color: #223F5B;
}

h4 {
	font-family: helvetica, arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 4px 0;
	color: #223F5B;
}

h4.main_title {
	font-family: 'bookman old style', georgia, serif;
	font-size: 20px;
	font-weight: bold;
	color: #1A3D40;
	margin: 0 0 10px 0;
}

h4.main_title .orange {
	font-size: 30px;
	color: #EB950F;
}

/**
 * LAYOUT
 */

#header_wrapper {
	width: 100%;
	height: 211px;
	position: relative;
	overflow: hidden;
	background: url('../images/header_bg.jpg') repeat-x top center;
}

#navigation_wrapper {
	width: 960px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 167px;
	padding-top: 4px;
	margin-left: -480px;
	overflow: hidden;
}

#content_wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	/*border-bottom: 5px solid #0C537F;*/
	padding-bottom: 20px;
}

#footer_wrapper {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
	background: #0C537F;
}

#hor-hottopics {
	width: 960px;
	height: 140px;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
	margin: 10px 0 0 0;
	border-bottom: 2px solid #EB950F;
}

#left_wrapper {
	position: relative;
	float: left;
	overflow: hidden;
	width: 471px;
	min-height: 500px;
	padding: 20px 10px 0 0;
	background: url('../images/column_right_border.jpg') no-repeat top right;
}
* html #container { height:300px; }

#profile_wrapper {
	width: 479px;
	float: left;
}

#middle_wrapper {
	position: relative;
	float: left;
	overflow: hidden;
	width: 220px;
	padding: 20px 10px 0 10px;
	background: url('../images/column_right_border.jpg') no-repeat top right;
}

#right_wrapper {
	position: relative;
	float: left;
	overflow: hidden;
	width: 229px;
	padding: 20px 0 0 10px;
}

/**
 * INHOUD HOR-HOTTOPICS
 */

#hor-hottopics ul {
	margin: 0;
	padding: 0;
	width: 980px;
}

#hor-hottopics ul li {
	float: left;
	width: 176px;
	margin-right: 20px;
}

.hor-hottopics-title,
a.hor-hottopics-title {
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 4px 0;
	color: #223F5B;
}

/**
 * INHOUD #HEADER_WRAPPER
 */

#header {
	width: 1684px;
	height: 159px;
	position: absolute;
	left: 50%;
	margin-left: -842px;
	background: url('../images/header_fg.jpg') no-repeat top center;
}

#header #logo {
	display: block;
	width: 410px;
	height: 120px;
	position: absolute;
	top: 28px;
	left: 362px;
}

#header #twitter_link {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 7px;
	left: 1210px;
	background: url('../images/twitter.jpg');
}

#header #rss {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 85px;
	left: 1273px;
}

#header #powered_by_sod {
	display: block;
	position: absolute;
	top: 126px;
	left: 1135px;
	width: 160px;
	height: 26px;
	background: url('../images/powered_by_sod.gif');
}

/**
 * INHOUD #NAVIGATION_WRAPPER
 */

#navigation_wrapper ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 1200px;
}

#navigation_wrapper li {
	float: left;
	height: 40px;
	margin: 0 8px 0 0;
	padding: 0 0 0 8px;
	background: url('../images/tab_left_off.png') no-repeat;
	cursor: pointer;
}

#navigation_wrapper li.over {
	background: url('../images/tab_left_on.png') no-repeat;
}

#navigation_wrapper a {
	display: block;
	padding: 7px 13px 0 0;
	height: 33px;
	font-family: 'bookman old style', georgia, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #092C2F;
}

#navigation_wrapper a:link,
#navigation_wrapper a:visited {
	background: url('../images/tab_right_off.png') no-repeat top right;
}

#navigation_wrapper a:hover,
#navigation_wrapper a:active,
#navigation_wrapper a.over {
	padding: 10px 13px 0 0;
	height: 30px;
	background: url('../images/tab_right_on.png') no-repeat top right !important;
}

/**
 * INHOUD #LEFT_WRAPPER
 */

/* grote artikelen en detailpagina */

.art_large,
.art_details {
	clear: left;
	margin-bottom: 10px;
}

.art_large h1,
.art_details h1 {
	margin: 0 !important;
}

.art_large h1 a,
.art_details h1 a {
	text-decoration: none;
	color: #223F5B;
}

.art_large .metadata,
.art_details .metadata {
	font-size: 11px;
	color: #656565;
	padding-bottom: 10px;
}

.art_large .img_medium,
.art_details .img_medium {
	float: left;
	margin: 0 10px 10px 0;
}

.art_large .intro,
.art_details .intro {
	line-height: 18px;
}

.art_large .video,
.art_details .video {
	margin-top: 10px;
}

#article_paging {
	overflow: hidden;
	margin: 10px 0 10px 0;
}

div.prev_link {
	float: left;
	width: 245px;
	text-align: left;
}

div.next_link {
	float: left;
	width: 225px;
	text-align: right;
}

.tekst {
	line-height: 18px;
}

/* middelgrote artikelen */

.art_medium {
	float: left;
	width: 225px;
	height: 300px;
	overflow: hidden;
}

.art_medium .intro {
}

.art_medium_style1 {
	clear: left;
	margin-right: 20px;
}

.art_medium h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin: 0 !important;
}

.art_medium h1 a {
	text-decoration: none;
	color: #223F5B;
}

.art_medium .img_medium {
	margin: 10px 0 10px 0;
}

.art_medium .metadata {
	font-size: 11px;
	color: #656565;
	padding-bottom: 10px;
}

/* reacties */

#react {
	margin-bottom: 16px;
}

#react h3 {
	margin-top: 12px;
}

#react h4 {
	
}

#react fieldset {
	border: none;
	padding: 0px;
}

#react ul {
	margin-top: 11px;
}

#react ul li {
	padding: 4px;
	padding-left: 0px;
}

#react label.before {
	width: 82px;
	float: left;
}

#react input.text {
	width: 323px;
}

#react input.checkbox {
	margin-left: 82px;
}

#react textarea {
	width: 323px;
	height: 99px;
}

#react p.html_forbidden {
	margin: 0px;
	margin-left: 82px;
	font-size: 10px;
}

#react .button_verstuur {
	margin-top: 6px;
	margin-left: 82px;
}

#react_submit {
	margin-left: 82px;
	width: 100px;
}

div.react_form_error {
	padding-left: 82px;
	color: red;
}

#comments {
	margin: 10px 0 10px 0;
	overflow: hidden;
}

#comments .datum {
	font-size: 11px;
	color: #656565;
	padding-bottom: 10px;
	float: right;
	background: transparent;
}

#comments .naam {
	float: left;
	color: #656565;
	margin-right: 10px;
}

#comments .homepage {
	float: left;
	color: #656565;
}

#comments .sub {
	overflow: hidden;
	padding: 5px;
}

#comments p {
	background: #D4DFD1;
	padding: 10px;
	margin: 0;
	line-height: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* toolbar */

.toolbar {
	margin: 10px 0 0 0;
	clear: left;
}

.toolbar ul {
	height: 20px;
	
}

.toolbar li {
	float: left;
	margin-right: 10px;
	position: relative;
}

div.toolbar ul li.tags {
    width: 33px;
    margin-top: -1px;
}

div.toolbar ul li.tags div div.tags_over {
	background: url('../images/artfunc_tags_over.gif') no-repeat;
	position: absolute;
	left: -8px;
	bottom: -12px;
	width: 95px;
	height: 93px;
	padding: 1px;
}

div.toolbar ul li.tags div div.tags_over ul li {
	float: none;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
}

/* paginering */

div#pager {
	overflow: hidden;
	width: 471px;
	height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#pager ol {
	margin-left: auto;
	margin-right: auto;
}

div#pager ol li {
	float: left;
	width: 22px;
	text-align: center;
	padding-top: 1px;
	display: block;
}

/* gerelateerde artikelen */

#relatedArticles {
    margin-top: 10px;
}

#relatedArticles h2 {
    margin-bottom: 10px;
}

/* gerelateerde video's */

#relatedVideos ul {
    width: 491px;
}

#relatedVideos ul li {
    float: left;
    margin: 0 20px 16px 0;
}

/* videochannel */

#channel_recent {
	overflow: hidden;
	margin-bottom: 20px;
}

#channel_recent h4 {
	margin-bottom: 10px;
}

#channel_recent ul {
	width: 500px;
	overflow: hidden;
}

#channel_recent ul li {
	float: left;
	margin-right: 20px;
}

#channel_recent ul li ul {
	width: auto;
	overflow: auto;
}

#channel_recent .video_info li {
	clear: both;
	margin: 0;
}

/* bloggers */

div#author_overview li {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.author {
	width: 235px;
	float: left;
	margin-top: 20px;
	line-height: 18px;
}

div.author_image_small {
	background-repeat: no-repeat;
	float: left;
	padding-top: 6px;
	padding-left: 6px;
	margin-right: 10px;
}

div#order_author_form {
	float: right;
	margin: auto;
	margin-top: 10px;
}

/**
 * INHOUD #MIDDLE_WRAPPER
 */

/* zoekveld */

#smallsearch {
	margin-bottom: 20px;
}

.search_text {
	float: left;
	margin-right: 5px;
	width: 123px;
	height: 19px;
	border: 0;
	padding: 3px 0 0 5px;
	background: url('../images/search_text_bg.gif') no-repeat;
}

/* agenda */

#agenda {
	margin-bottom: 20px;
	overflow: hidden;
}

#agenda ul li {
	margin-bottom: 10px;
}

#agenda img {
	float: left;
	margin-right: 10px;
}

#agenda p {
	margin: 0;
	padding: 0;
}

#agenda p.title a {
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 4px 0;
	color: #223F5B;
}

#agenda p.title img {
	float: right;
}

#agenda p.locatie {

}

#agenda p.datum {
	font-size: 9px;
}

#view_agenda {
	float: right;
}

/* tagcloud */

div#tagcloud {
	margin-bottom: 20px;
	line-height: 26px;
	text-align: justify;
	overflow: hidden;
}

div#tagcloud a {
	text-decoration: none;
}

div#tagcloud a:hover {
	text-decoration: underline;
}

div#tagcloud a.tag1 {
	font-size: 10px;
}

div#tagcloud a.tag2 {
	font-size: 12px;
}

div#tagcloud a.tag3 {
	font-size: 16px;
}

div#tagcloud a.tag4 {
	font-size: 20px;
}

div#tagcloud a.tag5 {
	font-size: 24px;
}

/* vacatures */

#vacatures {
	margin: 20px 0;
	overflow: hidden;
}

#view_vacatures {
	margin-top: 10px;
	float: right;
}

/* meest gelezen */

#mostread {
	overflow: hidden;
	margin-bottom: 20px;
}

#mostread ul li {
	clear: left;
	overflow: hidden;
	margin-bottom: 10px;
}

#mostread ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #223F5B;
}

#mostread ul li img {
	float: left;
	margin-right: 10px;
}

/* twitter remote */

#twitterremote {
	margin-bottom: 20px;
}

/* polulaire video's */

#video_mostviewed {
	margin-bottom: 20px;
}

#video_latest ul {
	width: 491px;
}

.video_block ul {
	width: 300px;
}

.video_block ul li {
	float: left;
	width: 102px;
	margin: 0 20px 10px 0;
}

#video_latest ul li {
	float: left;
	width: 102px;
	margin: 0 20px 20px 0;
}


.video_medium .video_info li {
	float: none;
	clear: both;
	height: auto !important;
	margin: 0 !important;
}

/* meeste reacties */

#mostcomments {
	margin-bottom: 20px;
}

#mostcomments ul li {
	line-height: 18px;
}

/* laatste reacties */

#mostrecent {
	margin-bottom: 20px;
}

#mostrecent ul li {
	line-height: 18px;
}

/*
 *INHOUD #RIGHT_WRAPPER
 */

 /* bloggers profiel */

#author_details {
	overflow: hidden;
	border-bottom: 2px solid #EB950F;
	padding: 10px;
}

#author_details ul li {
	margin-bottom: 10px;
}

#author_details_left {
	float: left;
	width: 219px;
	margin-right: 20px;
}

#author_details_right {
	float: left;
	width: 219px;
}

/* login */

#login {
	border-bottom: 2px solid #EB950F;
	padding: 10px;
}

/* flickr- ,sodtv- en slideshare feed */

#flickr,
#sodtv,
#bloggers,
#slideshare {
	width: 209px;
	height: 234px;
	overflow: hidden;
	padding: 10px;
	background: #DAE4D1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 20px;
}

#bloggers {
	height: auto !important;
}

#flickr ul,
#sodtv ul,
#bloggers ul,
#slideshare ul {
	width: 239px;
}

#flickr ul li,
#sodtv ul li,
#bloggers ul li,
#slideshare ul li {
	display: inline;
	margin: 0 8px 0 0;
}

#flickr ul li img,
#sodtv ul li img,
#bloggers ul li img,
#slideshare ul li img
{
	margin-bottom: 8px;
}

#flickr ul li.first,
#sodtv ul li.first,
#bloggers ul li.first,
#slideshare ul li.first {
	margin: 0;
}

/* poll */

#poll {
	margin-bottom: 20px;
	overflow: hidden;
}

/* tweets */

#twitter {
	margin-bottom: 20px;
	overflow: hidden;
}

/* bloggers */

#bloggers {
	margin-bottom: 20px;
	overflow: hidden;
}

.blogger_comp_img {
	float: left;
	margin: 0 10px 10px 0;
}

/* BANNERS */

.banner {
	display: block;
	overflow: hidden;
	margin: 20px 0;
}

/* MODAL BOX */


#MB_window fieldset {
	border: 0;
}

#MB_window li {
	overflow: hidden;
}

#MB_window label {
	display: block;
	width: 120px;
	float: left;
}

#MB_window input.text, #MB_window textarea {
	width: 300px;
}

#MB_window textarea {
	height: 100px;
}

.tac_form_error {
	color: red;
}

/**
 * INHOUD #FOOTER_WRAPPER
 */

 #footer_wrapper ul {
	 margin: 0 0 0 -1px;
	 padding: 0;
	 list-style-type: none;
	 overflow: hidden;
 }

 #footer_wrapper ul li {
	 float: left;
	 margin-left: -1px;
	 padding: 0 10px;
	 border-left: 1px solid #FFF;
 }

/**
 * CMS
 */

div#cms_news {
	padding: 10px;
}

div#cms_news fieldset {
	width: 588px;
}

div#cms_news fieldset fieldset {
	width: 568px;
}

div#cms_news legend {
	padding-right: 5px;
}

div#cms_news ul li {
	margin-bottom: 20px;
}

div#cms_news fieldset {
	padding: 10px;
	border: 1px solid #a5a5a5;
}

div#cms_news fieldset ul li {
	margin: 0px;
	padding-top: 8px;
}

div#cms_news label {
	width: 90px;
	float: left;
	margin-top: 4px;
}

div#cms_news img {
	float: left;
	margin-right: 10px;
}

div#cms_news label.after {
	float: none;
}

div#cms_news input.text,input#tags {
	width: 385px;
}

div#cms_news select {
	width: 260px;
}

div#cms_news input.file {
	width: 370px;
}

div#cms_news div.panel {
	width: 200px;
}

div.auto_complete {
	width: 350px;
	background: #fff;
}

div.auto_complete ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #bbb;
}

div.auto_complete ul li {
	margin: 0;
	padding: 3px;
	border-bottom: 1px solid #eee;
	list-style-type: none;
}

div.auto_complete ul li.selected {
	background-color: #ffb;
}

div.auto_complete ul strong.highlight {
	margin: 0;
	padding: 0;
	color: #800;
}

div#cms_news div#head_foto {
	padding-top: 10px;
}

div#cms_news div#head_video {
	padding-top: 10px;
}

div#cms_news .tabs {
	width: 100%;
	height: 18px;
	line-height: normal;
	background:	url('../js/tiny_mce/themes/advanced/skins/default/img/tabs.gif') repeat-x 0 -72px;
}

div#cms_news .tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#cms_news .tabs li {
	float: left;
	background: url('../js/tiny_mce/themes/advanced/skins/default/img/tabs.gif') no-repeat 0 0;
	margin: 0 2px 0 0;
	padding: 0 0 0 10px;
	line-height: 17px;
	height: 18px;
	display: block;
}

div#cms_news .tabs li.current {
	background: url('../js/tiny_mce/themes/advanced/skins/default/img/tabs.gif') no-repeat 0 -18px;
	margin-right: 2px;
}

div#cms_news .tabs span {
	float: left;
	display: block;
	background: url('../js/tiny_mce/themes/advanced/skins/default/img/tabs.gif') no-repeat right -36px;
	padding: 0px 10px 0 0;
}

div#cms_news .tabs .current span {
	background: url('../js/tiny_mce/themes/advanced/skins/default/img/tabs.gif') no-repeat right -54px;
}

div#cms_news .tabs a {
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 10px;
}

div#cms_news .tabs a:link,.tabs a:visited,.tabs a:hover {
	color: black;
}

div#cms_news .panel_wrapper div.panel {
	display: none;
}

div#cms_news .panel_wrapper div.current {
	display: block;
	width: 100%;
	overflow: visible;
}

div#cms_news .panel_wrapper {
	border: 1px solid #919B9C;
	border-top: 0px;
	padding: 10px;
	padding-top: 5px;
	clear: both;
	background: white;
}

div#cms_news div#head_foto_insert_panel {
	padding-top: 6px;
}

div#cms_news div#head_foto_insert_panel img {
	margin-top: 10px;
}

div#cms_news div#head_video input.text {
	width: 400px;
}

div#cms_news div#head_video select {
	width: 140px;
}

div#cms_news div.form_error {
	padding-left: 90px;
	color: red;
}

/**
 * WIKIPOSTS
 */

.wikipost_label {
	display: block;
	width: 0;
	height: 55px;
	background: url('../images/wikipost.gif') no-repeat top left;
	padding-left: 80px;
	overflow: hidden;
	float: right;
	margin: 0 0 10px 10px;
}

del {
	text-decoration: none;
	background-color: red;
	color: #FFF;
}

ins {
	text-decoration: none;
	background-color: green;
	color: #FFF;
}

/**
 * SFAPPLY
 */
 
#sf_apply_apply
{
  width: 500px;
  padding: 10px;
}

#sf_apply_reset_request
{
  width: 300px;
  padding-bottom: 10px;
}

#sf_apply_reset_request p
{
  padding-top: 10px;
}

#sf_apply_reset_request p
{
  padding-bottom: 20px;
}

.sf_apply_notice
{
  padding-bottom: 20px;
  font-size: 125%;
}

.sf_apply_row
{
  clear: both;
  padding-bottom: 10px;
  width: 450px;
}

.sf_apply_row label
{
  display: block;
  float: left;
  width: 130px;
  padding-right: 20px;
}

.sf_apply_row_content
{
  margin-left: 150px;
}

.sf_apply_submit_row 
{
  clear: both;
}

#sf_apply_logged_in_as
{
  float: right;
  width: 160px;
  padding: 10px;
  border: 1px solid green;
}

#sf_apply_logged_in_as input
{
  margin-right: 4px;
}

#sf_guard_signin
{
  float: right;
  padding: 10px;
  width: 160px;
  border: 1px solid green;
}

#sf_guard_signin p
{
  padding-top: 10px;
}

#sf_guard_signin fieldset
{
  margin-bottom: 5px;
  border: none;
}

#sf_guard_signin .form-row
{
  padding: 5px;
}

#sf_guard_signin .form-row label
{
  display: block;
}

#sf_guard_signin .form-row input
{
  display: block;  
  width: 100px;
}

#sf_guard_auth_forgot_password
{
  display: block;
  padding-top: 10px;
}

#sf_apply_need_an_account
{
  padding-top: 10px;
  padding-bottom: 10px;
}

#sf_apply_logged_in_as p
{
  padding-bottom: 10px;
}

#sf_apply_logout
{
  display: block;
  float: left;
  padding-left: 10px;
  border: 1px solid green;
}

#sf_apply_settings
{
  display: block;
  padding-bottom: 10px;
}

#sf_apply_settings input
{
  margin-right: 4px;
}

#sf_guard_auth_form
{
  width: 350px;
}

#sf_guard_auth_form fieldset
{
  margin-bottom: 10px;
}

#sf_guard_auth_form .form-row
{
  clear: both;
  padding: 10px;
}

#sf_guard_auth_form label
{
  float: left;
  width: 150px;
}

#sf_guard_auth_form input
{
  display: block;
  width: 150px;
}

#sf_guard_auth_form .buttons
{
  border: none;
}

#sf_guard_auth_form .buttons input
{
  display: inline;
  width: auto;
}

#sf_guard_auth_form .buttons p
{
  padding-bottom: 10px;
}

h2.sf_apply_heading
{
  padding-bottom: 20px;
}

.sf_apply_notice p
{
  padding-bottom: 10px;
}

th {
	text-align: left;
	font-weight: normal;
}

.error_list li {
	color: red;
}