/* CSS Document */

html, body {
	padding: 0;
	margin: 0;
	font-family: Verdana,Tahoma,sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

p {
	margin: 7px 0;
}

.clean p{
	padding: 0;
	margin: 0;
}

p.clean{
	padding: 0;
	margin: 0;
}

p.clean strong {
	font-weight: normal;
}

a {
	color: #0096D2;
	text-decoration: none;
}

a:hover {
	color: #333333;
}

a.vet {
	color: #0096D2;
	font-weight: bold;
	text-decoration: underline;
}

a.vet:hover {
	color: #333333;
}

h1 {
	color:#333333;
	display:block;
	font-family:Trebuchet MS;
	font-size:22px;
	font-weight:bold;
	line-height: 25px;
}

h2 {
	color: #333333;
	display: block;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0pt 0pt;
	padding: 0pt;
}

h3 {
	color: #333333;
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: normal;
	line-height: 16px;
	margin: 0pt;
}

.line {
	height: 1px;
	background-color: #000000;
	width: 100%;
}

#container {
	width: 923px;
	background: url(../media/layout/bg_container_shadow.gif);
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.date {
	color: #999999;
	font-weight: normal;
	padding: 0pt 0pt 2px;
}

#header {
	background: url(../media/layout/bg_header.gif);
	width: 925px;
	height: 119px;
}

/*-------- Zwarte balk menu ----------*/
#header_menu {
	width: 100%;
	height: 30px;
	background-color: #000000;
}

#header_menu a { color: #FFFFFF; text-decoration: none; }
#header_menu a:hover { color: #FFFFFF; text-decoration: none; }

#header_menu_box {
	float: left;
	position: absolute;
	padding-top: 2px;
	padding-left: 230px;
	letter-spacing: 1px;
}

#header_search {
	margin-top: 6px;
	height: 30px;
	width: 800px;
	text-align: right;
	position: absolute;
}

#header_search input {
	border: 0pt none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	height: 15px;
	width: 240px;
}

#header_search input.btn {
	background: #FFFFFF none repeat scroll 0%;
	color: #000000;
	font-weight: bold;
	height: 17px;
	margin: 0px 0px 2px 0px;
	padding: 0pt;
	vertical-align: middle;
	width: 70px;
}

/*-------- Alles voor het hoofdmenu aan de linker kant ----------*/
#menu_left {
	float: left;
	width: 164px;
	background-color:#F6F6F6;
	margin-top: 5px;
}

.menu_button {
	width: 132px;
	border-bottom: 1px solid #CECECE;
	cursor: pointer;
	height: 14px;
	background-image: url(../media/layout/menu_left_icon.gif);
	background-repeat: no-repeat;
	padding: 4px 4px 4px 22px;
	width: 132px;
	height: 14px;
	color: #0176A5;
	text-transform: uppercase;
	font-size: 10px;
}

.menu_button_box {
	width: 132px;
	height: 14px;
	cursor: pointer;
}

.menu_button_active {
	width: 132px;
	border-bottom: 1px solid #CECECE;
	cursor: pointer;
	height: 14px;
	background-image: url(../media/layout/menu_left_icon_active.gif);
	background-repeat: no-repeat;
	background-color: #A4A4A4;
	padding: 4px 4px 4px 22px;
}

.menu_button_active a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

#skyscraper {
	padding: 0 22px 20px 22px;;
}

/*-------- Content container en leaderboard ----------*/
#content_container {
	float: right;
	width: 728px;
	padding-right: 10px;
}

#leaderboard {
	width: 728px;
	/*height: 90px; als er geen advertentie is moet de onderstaande content omhoog schuiven, jr*/
	padding: 5px 10px 5px 0;
}

.aankeiler a {
	text-decoration: underline;
	font-weight: bold;
}

/*-------- Linker content + componenten ----------*/
#content_left {
	float: left;
	width: 376px;
	margin-right: 0;
	line-height: 16px;
}

#content_left p {
	padding: 0 0 0px 0;
}

.bluebox {
	border: 2px solid #0096D2;
	margin: 0pt 0pt 10px;
	padding: 2px 10px 5px;
}

.bluebox h1{
	margin-top: 5px;
}

.bluebox ul {
	margin: 0;
	padding: 0;
}

.bluebox li {
	list-style-type: none;
	list-style-position: inside;
}

.bluebox li a{
	font-weight: normal;
	text-decoration: none;
}

.round_corners_top {
	width: 379px;
	height: 25px;
	background-image: url(../media/layout/round_c_top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.round_corners_top h1{
	background-color: #FFFFFF;
	margin: 5px 0 0 11px;
	color: #333333;
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 3px 8px;
	text-transform: none;
	float: left;
	line-height: 12px;
}

.round_corners_middle {
	width: 361px;
	height: auto;
	border-left: 2px solid #DCDCDC;
	border-right: 2px solid #DCDCDC;
	padding: 0 7px 0 7px;
}

.round_corners_middle input, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	width: 200px;
}

.round_corners_middle input.button {
	background: #FFFFFF none repeat scroll 0%;
	border: 1px solid #0096D2;
	color: #0096D2;
	font-weight: bold;
	margin-top :4px;
	padding: 1px 5px;
	width: auto;
}

.round_corners_middle_dark {
	width: 355px;
	background-color: #F4F4F4;
	border-left: 2px solid #DCDCDC;
	border-right: 2px solid #DCDCDC;
	border-top: 4px solid #DCDCDC;
	padding: 15px 10px 0px;
}

.round_corners_middle_dark .date {
	color:#7C7973;
}

#content_left li {
	list-style-type: none;
	list-style-position:inside;
}

#content_left li a{
	font-weight: normal;
	text-decoration: none;
}

.round_corners_bottom {
	width: 379px;
	height: 11px;
	background-image: url(../media/layout/round_c_bottom.gif);
}

.round_corners_bottom_dark {
	width: 379px;
	height: 11px;
	background-image: url(../media/layout/round_c_bottom_dark.gif);
}

.news_header {
	color: #666666;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.usefullLinks {
	margin-right: 30px;
	margin-top: 20px;
	padding: 10px 0pt;
	text-align: center;
	border-top:1px solid #DCDCDC;
}

.author {
	color: #666666;
	font-weight: bold;
}

.agenda_line {
	height: 3px;
	background-color: #C7C7C7;
	width: 100%;
}

#adsense {
	padding: 0pt 2px;
	text-align: left;
}

#index_letters {
	border: 1px solid #0096D2;
	margin-top: 10px;
	text-align: center;
	padding: 4px;
}

.index_letter {
	display: inline;
	padding: 5px;
	font-weight: bold;
}

.index_letter:hover {
	background-color: #CCCCCC;
}

#letter {
	height: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #666;
	border-left: 3px solid #0096D2;
	margin: 10px 15px 0 10px;
	vertical-align: middle;
	padding: 5px;
}


/*-------- Rechter content + componenten ----------*/
#content_right {
	float: right;
	width: 337px;
	line-height: 16px;
}

.poll_box {
	background-color: #BFE5F4;
	border: 2px solid #004CA0;
	padding: 5px;
}

.poll_box h1 {
	font-size: 18px;
	font-style: normal;
	margin-top: 10px;
}

.poll_box img {
	/*height: 36px;*/
	padding: 0 10px 0 0;
	/*width: 140px;*/
	float: right;
}

.poll_box h2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	margin: 0pt 0pt 0px 5px;
}

.bloghoff {
	font-size:11px;
	line-height:140%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.article_right {
	padding: 0 1px 5px 5px;
	line-height: 140%;
}

#content_right p {
	padding: 0 0 20px 0;
}

.squareboardBanner {
	padding: 0 0 20px 0;
}

.itemLink {
	border-top: 1px solid #000000;
	display: table;
	float: left;
	padding: 3px 0pt 0pt;
	text-align: right;
	width: 100%;
}

/*-------- Voor 1 kolom layout ----------*/

.round_corners_top_wide {
	background-image: url(../media/layout/round_c_top_wide.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 25px;
	width: 650px;
}

.round_corners_top_wide h1 {
	background-color: #FFFFFF;
	color: #333333;
	float: left;
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 12px;
	margin: 5px 0pt 0pt 11px;
	padding: 3px 8px;
	text-transform: none;
}

.round_corners_middle_wide {
	border-left: 2px solid #DCDCDC;
	border-right: 2px solid #DCDCDC;
	height: auto;
	padding: 0pt 7px;
	width: 632px;
}

.round_corners_bottom_wide {
	background-image: url(../media/layout/round_c_bottom_wide.gif);
	height: 11px;
	width: 650px;
}

/*-------- Footer ----------*/
#footer {
	clear: both;
	border-top: #CDCDCD 2px solid;
	border-bottom: #CDCDCD 1px solid;
	background-color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

/*----- Twitter styling ------*/

#twitter_update_list{margin:20px 0;padding:0}
#twitter_update_list li{line-height:18px;list-style:none;margin:0;padding:o}

#form-login, #form-login-abonneenummer{display:table}
#form-login label, #form-login input, #form-login .elem, #form-login-abonneenummer label, #form-login-abonneenummer input{float:left;margin:2px 3px}
#form-login label, #form-login-abonneenummer label{clear:left;width:140px}
#form-login input, #form-login-abonneenummer input{width:200px}
#form-login .submit, #form-login .check, #form-login .elem, #form-login-abonneenummer .submit{width:auto}
.error {color:red;}