@import url(reset.css);
A
{
	color: #404040;
}
SMALL
{
	color: #999999;
}
UL, LI
{
	padding: 0;
	margin: 0;
}
H1, H2, H3, H4
{
	padding: 0;
	margin: 0;
}
P
{
	margin-bottom: 10px;
}
BODY
{
	background-image: url(/images/zeitungen.png);
	background-attachment: fixed;
	font-family: Sans-serif;
	color: #000000;
	font-size: 14px;
}
HR
{
	background: #000000;
	height: 1px;
	border: 0 none;
}
#tester 
{
    display: none;
	color: white;
}
#shell
{
	display: block;
	position: relative;
	margin: 0 auto;
	min-width: 1000px;
	max-width: 1100px;
	width: expression(document.body.clientWidth < 1000 ? "998px" : "auto" ); 
	width: expression(document.body.clientWidth > 1000 ? "1098px" : "auto" ); 
}
#container
{
	display: block;
	top: 0;
}
#container #user_string
{
	display: block;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	color: rgba( 0, 0, 0, 0.3 );
}
#user_string A
{
	color: rgba( 0, 0, 0, 0.3 );
}
#topmenu1
{
	display: block;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 195px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #000000;
	width: 900px;
	-webkit-box-shadow:  0px 2px 1px 1px #404040;
    box-shadow:  0px 2px 1px 1px #404040;
}
#topmenu1 ul
{
	margin-left: 10px;
	list-style-type:none;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	text-transform:uppercase;
	background-color: #FFFFFF;
	width: auto;
}
#topmenu1 ul li
{
	width: auto;
	display:block;
	float:left;
	margin-right: 4px;
	border-radius: 5px 5px 5px 5px;
	padding: 5px 10px 5px 10px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #696969;
	
	font-weight: none;	
	font-size: 12px;	
	text-decoration: none;	
    -moz-box-shadow:    inset 0 0 2px #000000;
    -webkit-box-shadow: inset 0 0 2px #000000;
    box-shadow:         inset 0 0 2px #000000;
	
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px rgba(0,0,0,0.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	background-color: #696969;
}
#topmenu1 ul li a
{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#topmenu1 ul li a:hover
{
	text-decoration: underline;
	background-color: #696969;
}
#topmenu1 ul li :hover
{
	text-decoration: underline;
	background-color: #696969;
}
#breadcrumb
{
	list-style-type: circle;
	width: 800px;
	font-size: 0.825em;
	padding: 10px;
}
#breadcrumb LI
{
	display: inline;
	width: 800px;
}
#nav
{
	width: 180px;
	margin-top: -10px;
	margin-left: 0px;
}
#nav LI UL LI
{
	font-weight: normal;
}
#nav a
{
	color: #404040;
	font-size: 12px;
	text-decoration: none;
}
#nav a:hover
{
	text-decoration: underline;
}
#left_nav
{
	display: block;
	position: absolute;
	top: 85px;
	width: 180px;
	margin-left: 5px;
	font-weight: bold;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #404040;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow:  0px 0px 1px 1px #404040;
    box-shadow:  0px 0px 1px 1px #404040;
}
#left_nav a
{
	color: #404040;
	font-size: 12px;
	text-decoration: none;
}
#left_nav a:hover
{
	text-decoration: underline;
}
#left_nav #home 
{
	padding-bottom: 5px;
	padding-top: 20px;
	margin-bottom: 32px;
	margin-top: 17px;
}
#left_nav #home1
{
	padding-bottom: 5px;
	border-bottom-style: dashed ; 
	border-bottom-color: #000000; 
	border-bottom-width: 1px;
}
#left_nav #home2
{
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: dashed ; 
	border-bottom-color: #000000; 
	border-bottom-width: 1px;
}
#left_nav #uitleg 
{
	padding-left: 15px;
	padding-top: 15px;
	color: #F75D59;
}
#left_nav #home a
{
	color: rgba( 0.5, 0.8, 0.2, 0.3 );
	font-weight: strong;
	font-size: 12px;
	text-decoration: none;
	padding-left: 16px;
}
#left_nav #home A:hover
{
	color: #000000;
	font-weight: strong;
	text-decoration: underline;
}
#wrap
{
	display: inline;
	position: absolute;
	width: 1100px;
}
#topleft
{
	background-color: #000000;
}
#topbox
{
	display: block;
	margin-left: 0px;
	width: 1100px;
	height: 90px;
	text-align: none;
	margin-bottom: 5px;
}
#topbanner
{
	display: block;
	margin-left: 195px;
	width: 905px;
	height: 90px;
	text-align: none;
	margin-bottom: 5px;
}
#header
{
	display: block;
	float: left;
	margin-bottom: 0px;
	margin-left: 195px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	background-color: #FFFFFF;
	width: 890px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 10px 10px 0px 0px;
	-webkit-box-shadow:  0px 0px 1px 1px #404040;
    box-shadow:  0px 0px 1px 1px #404040;
}
#header #search
{
	display: block;
	background-color: #FFFF;
	float: right;
	padding-right: 35px;
	padding-top: 10px;
}
#header #search #search_phrase
{
	margin-top: 5px;
	font-family: Sans-serif;
	font-size: 12px;
	padding-right: 15px;
}
#header #search .search_box
{
	width: 200px;
	border: 1px solid #B3C6FF;
	border-radius: 5px;
}
#header #search .submit
{
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px rgba(0,0,0,0.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	background-color: #696969;
	border-radius: 5px;
	color: #FFFFFF;
}
#header #search .submit:hover, #header #search .submit.hover
{
	background-color: #696969;
}
#wrapper
{
	display: block;
	float: left;
	margin-bottom: 0px;
	margin-left: 195px;
	padding: 15px 30px 30px 10px;
	background-color: #FFFFFF;
	width: 860px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow:  0px 5px 1px 1px #404040;
    box-shadow:  0px 5px 1px 1px #404040;
}
#content
{
	display: inline;
	float: left;
	width: 545px;
	margin-right: 20px;
	line-height: 1.5em;
	padding: 0px 20px 0px 0px;

}
#content #article_post 
{
	margin-top: 20px;
}
#content #article_post form fieldset ul li label
{
	display: block;
	width: 150px;
	margin-top: 5px;
}
#content #article_post form fieldset ul li input.submit
{
	display: block;
	width: 150px;
	margin-top: 10px;
}
#content #placeholder
{
	margin-top: 15px;
	margin-right: 0px;
}
#content #placeholder img
{
	border: 2px;
	border-color: #000000;
}
#content #content_heading H1
{
	width: 562px;
	font-size: 19px;
	font-family: Helvetica, Arial, Sans-serif;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1.2;
	margin-bottom: 5px;
	
	font-weight: bold;
	position: relative;
	/*border: 2px solid #FF8040;*/
	border: 2px solid #000000;
	border-radius: 0px 10px 0px 0px;
	padding: 5px 8px 8px 10px;
	/*background-color: #FF8040;*/
	background-color: #000000;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #000000;
	margin-left: -10px;
}
#content #content_heading H1 img
{
	margin-bottom: -4px;
	margin-right: 1px;
}
#content #feed
{
	clear: both;
	margin-top: 20px;
	float: right;
}
#content SMALL A
{
	color: #36539D;
}
#content P
{
	margin-bottom: 5px;
}
#content .addthis_toolbox
{
	margin-top: -27px;
	margin-left: 350px;
}
#content .addthis_toolbox a
{
	text-decoration: none;
}
#content .addthis_toolbox a:hover
{
	text-decoration: underline;
}
#content #like
{
	float: right;
	margin-top: 20px;
	margin-right: 50px;
}
#content #read_more
{
	display: block;
	margin-top: 10px;
	margin-left: -10px;
	/*background-color: #FF8040;*/
	background-color: #000000;
	height: 20px;
	border: 10px solid #000000;
	border-radius: 0px 0px 10px 0px;
}
#content #read_more A
{
	text-align: center;
	margin-top: 15px;
	text-decoration: none;
	font-size: 18px;
	color: #FFFFFF;
}
#content #read_more A:hover
{
	text-decoration: underline;
}
.article .fb-comments
{
	margin-top: 20px;
}
.article #comments
{
	margin: 0;
}
.article #comments LI
{
	margin-top: 20px;
	font-size: 12px;
}
.article #comments LI SMALL
{
	padding: 5px;
	background-color: #F1F1F1;
}
.article TEXTAREA
{
	margin-top: 10px;
	width: 455px;
	height: 100px;
}
.article INPUT
{
	margin-top: 10px;
	float: right;
}
.article .newsfeed
{
	margin-top: 0px;
}
.article .newsfeed .related
{
	margin-left: 0px;
}
.article .vote
{
	border: 1px solid #B7CCE0;
	float: left;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	width: 50px;
	background-color: #EEEEEE;
}
.article SMALL
{
	display: block;
	font-size: 10px;
}
.article H1
{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 17px;
}
.article H1 a
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
	position: relative;
	left: 0px;
	top: 0px;
}
.article H1 a:hover
{
	text-decoration: underline;
}
.article P, .article DIV, .article UL
{
	margin-left: 0px;
}
.categorylist
{
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.categorylist LI
{
	line-height: 1.4em;
	margin-bottom: 0px;
	min-height: 2px;
	padding: 1px 0;
	font-size: 12px;
}
.categorylist A
{
	color: #105CB6;
	font-weight: normaal;
	text-decoration: none;
}
.sourcelist
{
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.sourcelist LI
{
	line-height: 1.4em;
	margin-bottom: 0px;
	min-height: 2px;
	padding: 1px 0;
	font-size: 12px;
}
.sourcelist A
{
	color: #105CB6;
	font-weight: normaal;
	text-decoration: none;
}
.related_header
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	margin-bottom: -5px;
	margin-top: 40px;
	font-size: 18px;
	left: 0px;
	top: 0px;
}
.newsfeed
{
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0px;
	vertical-align: middle;
}
.newsfeed #banner
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.newsfeed LI
{
	line-height: 1.4em;
	margin-bottom: 0px;
	min-height: 2px;
	padding: 1px 0;
	font-size: 12px;
}
.newsfeed A
{
	color: #105CB6;
	font-weight: normaal;
	text-decoration: none;
}
.newsfeed A:visited
{
	color: #787878;
	text-decoration: none;
}
.newsfeed A:hover
{
	text-decoration: underline;
}
.newsfeed LI .vote
{
	border: 1px solid #B7CCE0;
	float: left;
	margin-left: -70px;
	padding: 5px;
	text-align: center;
	width: 50px;
	background-color: #EEEEEE;
	font-size: 12px;
}
#content .newsfeed LI .vote SMALL A
{
	color: #105CB6;
}
.newsfeed LI SMALL
{
	display: block;
	font-size: 12px;
	padding-top: 5px;
	color: #666666;
}
#content .newsfeed LI SMALL A
{
	color: #BBB;
	font-weight: normal;
}
.newsfeed LI IMG
{
	position: middle;
	top: 5px;
	margin-right: 2px;
}
.newsfeed .more
{
	margin-bottom: 2px;
	min-height: 0;
	border-top: 0;
	padding: 4px 0;
	text-align: right;
	margin-left: -10px;
}
.newsfeed .heading
{
	font-weight: bold;
	margin-left: -20px;
	margin-top: 0px;
	border-top: 0;
	min-height: 0;
}
.newsfeed .heading A
{
	font-family: Helvetica, Arial, sans-serif;
	color: #FF801A;
}
.newsfeed .tweet
{
	color: #999999;
}
.newsfeed .tweet A
{
	color: #000000;
}
.newsfeed .related
{
}
.newsfeed .related LI
{
	min-height: 0;
	font-size: 10px;
	border: 0;
	margin-left: 20px;
	margin-bottom: 0px;
	padding: 0;
}
.newsfeed .related LI A
{
	color: #105CB6;
	font-weight: normal;
}
.newsfeed .related LI SMALL
{
	display: inline;
	font-size: 10px;
}
#content #pagination
{
	display: inline;
	list-style-type: none;
	font-size: 11px;
}
#content #pagination #previouspage
{
	float: left;
}
#content #pagination #nextpage
{
	float: right;
}
#sidebar
{
	display: inline;
	float: left;
	width: 270px;
}
#user
{
	border: 3px solid #000000;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 7px;
	margin-top: 0px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-image: url(/images/background6.png);
	margin-left: 0px;
	width: 288px;
}
#user A
{
	color: #105CB6;
	text-decoration: none;
}
#user A:hover
{
	text-decoration: underline;
}
#user #userfeeds_titel
{
	margin-top: 25px;
	text-decoration: none;
	color: #404040;
}
#user #user_feeds
{
	margin-bottom: 10px;
	margin-top: -3px;
}
#user #user_feeds p
{
	margin-bottom: 10px;
	margin-top: 5px;
}
#user #user_feeds img
{
	margin-left: 3px;
}
#user #favcats_titel
{
	margin-top: 5px;
	text-decoration: none;
	color: #404040;
}
#user #favcats_titel img
{
	margin-left: 3px;
}
#user #fav_cats
{
	margin-bottom: 10px;
	margin-top: -3px;
}
#user #fav_cats img
{
	margin-left: 1px;
}
#user  input.submit
{
	margin-top: 5px;
	margin-bottom: 2px;
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px rgba(0,0,0,0.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	background-color: #696969;
	border-radius: 5px;
	color: #FFFFFF;
}
#user input.submit:hover
{
	background-color: #696969;
}
#user input.textbox
{
	margin-top: 1px;
	border: 1px solid #B3C6FF;
	border-radius: 5px;
}
#user #profile_options
{
	margin-top: 10px;
}
#user #profile_options A
{
	width: 70px;
	height: 25px;
	font-size: 13px;
	margin-right: 3px;
	padding: 1px 3px 1px 3px;
	
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px rgba(0,0,0,0.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	background-color: #696969;
	border-radius: 5px;
	color: #FFFFFF;
}
#user #profile_options A:hover
{
	background-color: #696969;
	text-decoration: none;
}
#user UL LI
{
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: -3px;
	list-style-type:none;
}
#user SMALL, #user SMALL A
{
	color: #999999;
	font-size: 10px;
}
#sidebar #popular_posts
{
	padding: 0px;
	font-size: 12px;
	width: 285px;
	position: relative;
	left: 0px;
	top: 0px;
}
#article_topbanner
{
	margin-top: 25px;
}
#article_horizontalbanner
{
	margin-top: 35px;
	margin-bottom: -15px;
}
#popular_posts #sidebar_aanbevelen
{
	margin-top: 0px;
	font-weight: bold;
	color: #404040;
}
#popular_posts #refresh
{
	margin-top: 0px;
}
#popular_posts #sidebar_social
{
	margin-top: 3px;
	background-color: #FFFFFF;
}
#sidebar_sociale .g-plusone
{
	float: left;
}
#sidebar_social .fb-like
{
	float: right;
	margin-top: 2px;
	margin-right: -12px;
}
#popular_posts #sidebar_topbanner
{
	margin-top: 10px;
	margin-bottom: 10px;
}
#popular_posts #article_topbanner
{
	margin-top: 10px;
}
#popular_posts #article_bottombanner
{
	margin-top: 10px;
}
#popular_posts .autorefresh
{
	border: 3px solid #000000;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 7px;
	margin-top: 0px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-image: url(/images/background6.png);
	margin-left: 0px;
	width: 288px;
}
#popular_posts .refreshinterval
{
	width: 35px;
	height: 17px;
	border-radius: 4px;
	border: 1px solid #000000;
}
#popular_posts .instellen
{
	width: 75px;
	height: 20px;
	margin-top: 7px;
	
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px rgba(0,0,0,0.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	background-color: #696969;
	border-radius: 5px;
	color: #FFFFFF;
}
#popular_posts .instellen:hover, #popular_posts .instellen.hover
{
	background-color: #696969;
}
#popular_posts .stoppen
{
	width: 60px;
	height: 20px;
	border: 1px solid #000000;
	margin-top: 7px;
	
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px rgba(0,0,0,0.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	background-color: #696969;
	border-radius: 5px;
	color: #FFFFFF;
}
#popular_posts .stoppen:hover, #popular_posts .stoppen.hover
{
	background-color: #696969;
}
#popular_posts .sidebar_buienradar
{
	border-radius: 0px 0px 4px 4px;
	border: 3px solid #000000;
	padding: 4px 4px 4px 4px;
	background-image: url(/images/background6.png);
	margin-left: 0px;
	margin-bottom: 7px;
	width: 288px;
}
#sidebar #sidebar_linkpartners
{
	margin-left: 0px;
	padding: 5px;
	border: 3px solid #000000;
	border-radius: 0px 0px 10px 10px;
	background-image: url(/images/background6.png);
	list-style-type:none;
	width: 283px;
}
#sidebar #sidebar_linkpartners UL
{
	list-style-type:none;
}
#popular_posts #sidebar_linkpartners UL LI
{
	line-height: 1.5em;
	margin-bottom: 0px;
	min-height: 0px;
	margin-left: 0px;
	font-size: 12px;
	padding: 1px 0;
}
#popular_posts #sidebar_linkpartners A
{
	color: #105CB6;
	font-weight: bold;
	text-decoration: none;
}
#popular_posts #sidebar_linkpartners A:hover
{
	text-decoration: underline;
}
#popular_posts #sidebar_linkpartners LI IMG
{
	line-height: 0.5em;
	margin-right: 5px;
}
#popular_posts #google_badge
{
	margin-left: 0px;
	margin-top: 10px;
	width: 288px;
}
#popular_posts .newsfeed
{
	margin-left: 0px;
	margin-bottom: 7px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 3px solid #000000;
	border-radius: 0px 0px 10px 10px;
	background-image: url(/images/background6.png);
	width: 288px;
}
#popular_posts .newsfeed LI
{
	line-height: 1.5em;
	margin-bottom: 0px;
	min-height: 0px;
	margin-left: 0px;
	font-size: 12px;
	padding: 1px 0;
}
#popular_posts .newsfeed LI IMG
{
	line-height: 0.5em;
	top: 5px;
	margin-right: 2px;
}
#popular_posts .newsfeed A
{
	color: #105CB6;
	font-weight: bold;
}
#popular_posts .newsfeed A:visited
{
	color: #787878;
	text-decoration: none;
}
#popular_posts .newsfeed A:hover
{
	text-decoration: underline;
}
#popular_posts .newsfeed LI SMALL
{
	display: block;
	font-size: 12px;
}
#popular_posts .newsfeed LI SMALL A
{
	color: #36539D;
}
#left_nav #sidebar_skycraper
{
	margin-top: 15px;
	margin-left: 10px;
}
#left_nav #google_skycraper
{
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 15px;
}
#sidebar H2
{
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 18px;
	position: relative;
	left: 0px;
	top: 0px;
	border: 2px solid #000000;
	border-radius: 10px 10px 0px 0px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
	background-color: #000000;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #000000;
	width: 280px;
}
#user_form
{
	display: inline;
	float: left;
	width: 545px;
	margin-right: 40px;
	line-height: 1.5em;
}
#user_form H1
{
	width: 562px;
	font-size: 19px;
	font-family: Helvetica, Arial, Sans-serif;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1.2;
	margin-bottom: 5px;
	
	font-weight: bold;
	position: relative;
	/*border: 2px solid #FF8040;*/
	border: 2px solid #000000;
	border-radius: 0px 10px 0px 0px;
	padding: 5px 8px 8px 10px;
	/*background-color: #FF8040;*/
	background-color: #000000;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #000000;
	margin-left: -10px;
}
#user_form  input.submit
{
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px rgba(0,0,0,0.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	background-color: #696969;
	border-radius: 5px;
	color: #FFFFFF;
}
#user_form  input.submit:hover
{
	background-color: #696969;
}
#user_form #content_heading
{
	display: block;
	background-color: #C4E1F2;
	margin-left: 0px;
	border-radius: 0px 10px 0px 10px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
#user_form #content_heading H1
{
	font-size: 19px;
	font-family: Helvetica, Arial, Sans-serif;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1.2;
	margin-bottom: 15px;
	margin-top: 25px;
	margin-left: 20px;
	
	font-weight: bold;
	position: relative;
	border: 2px solid #C4E1F2;
	border-radius: 10px;
	padding: 5px 5px 5px 5px;
	background-color: #C4E1F2;
	color: #115D8C;
	text-shadow: 1px 1px 3px #FFFFFF;
}
#user_form FORM
{
	margin-top: 30px;
}
#user_form INPUT, SELECT, TEXTAREA
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	margin-bottom: 10px;
}
#user_form FIELDSET LEGEND
{
	font-size: 15px;
	font-weight: bold;
	color: #23238E;
}
#user_form FORM DIV LABEL
{
	display: block;
	width: 150px;
	margin-top: -5px;
}
#error
{
	display: inline;
	float: left;
	width: 525px;
	margin-right: 40px;
	line-height: 1.5em;
	background-color: #FFFFE1;
	border: 1px solid #FF0000;
	color: #666666;
	padding: 10px;
}
#error P
{
	margin-bottom: 20px;
}
#success
{
	display: inline;
	float: left;
	width: 525px;
	margin-right: 40px;
	line-height: 1.5em;
	background-color: #FFFFE1;
	border: 1px solid #DDDDDD;
	color: #666666;
	padding: 10px;
}
#success P
{
	margin-bottom: 20px;
}
#footer
{
	clear: both;
	width: 1060px;
	color: #666666;
	font-size: 11px;
	height: 20px;
	padding: 10px 20px;
	text-align: right;
}
#categorytext
{
	margin-top: 50px;
	color: #666666;
	font-size: 12px;
	border: 1px solid #000000;
	padding: 4px;
	border-radius: 10px 10px 10px 10px;
}
#categorytext h1
{
	margin-top: 5px;
	color: #115D8C;
	font-size: 15px;
	font-weight: bold;
}

@media screen and (max-width: 1000px) {
    /* 1. De Sidebar volledig verwijderen op mobiel */
    #sidebar { display: none !important; }

    /* 2. De Hamburgermenu Knop stylen */
    #mobile-menu-toggle {
        display: block !important;
        background: #000;
        color: #fff;
        padding: 10px;
        text-align: left;
        cursor: pointer;
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 10000;
        border-radius: 5px;
        width: 50px;
    }
    #mobile-menu-toggle span {
        display: block;
        width: 25px;
        height: 3px;
        background: #fff;
        margin: 4px 0;
    }
    #mobile-menu-toggle small { font-size: 8px; display: block; text-align: center; }

    /* 3. Het Menu (left_nav) ombouwen naar mobiel menu */
    #left_nav {
        display: none; /* Standaard verborgen, opent via de knop */
        position: fixed !important;
        top: 60px !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 9999 !important;
        background: #fff !important;
        overflow-y: auto !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }

    /* 4. De Artikelen (wrapper) bovenaan zetten en breed maken */
    #shell, #container, #wrap { width: 100% !important; min-width: 0 !important; }
    
   /* Logo en Topbox fix */
    #topbox {
        width: 100% !important;
        height: auto !important;
        padding: 50px 10px 10px 10px !important; /* Ruimte bovenin voor hamburger */
        box-sizing: border-box;
        text-align: center; /* Logo in het midden op mobiel */
    }

    #topbox img, #header img {
        max-width: 90% !important; /* Zorgt dat het logo nooit buiten beeld loopt */
        height: auto !important;   /* Behoudt de verhoudingen */
        display: inline-block;
    }

    /* Als je logo als achtergrondafbeelding in #topbox staat: */
    #topbox {
        background-size: contain !important; /* Zorgt dat de achtergrond krimpt */
        background-position: center !important;
    }
    
    #header, #wrapper {
        width: 98% !important;
        margin: 5px auto !important;
        float: none !important;
        padding: 10px !important;
        box-sizing: border-box !important;
    }

    #content {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
    }

    #content #content_heading H1 {
        width: 100% !important;
        font-size: 1.1em !important;
        margin-left: 0 !important;
        line-height: 1.2 !important;
    }

    /* 5. Onnodige zaken verbergen voor snelheid */
    #topbanner, #breadcrumb, #topmenu1, #footer { display: none !important; }


    /* 6. Letters groter maken voor mobiel comfort */

    /* 1. Basis tekst: groot maar zeer compact */
    BODY, #content, .article P {
        font-size: 16px !important;
        line-height: 1.2 !important; /* Veel strakker op elkaar */
    }

    /* 2. Nieuwslijst items: haal de loze ruimte weg */
    .newsfeed LI {
        padding: 5px 0 !important; /* Minimale ruimte tussen items */
        margin: 0 !important;
        line-height: 1.1 !important; /* Extreem compact voor koppen */
        border-bottom: 1px solid #ddd !important; /* Dun scheidingslijntje */
    }

    /* 3. De titels in de lijst */
    .newsfeed A, .article H1 a {
        font-size: 16px !important;
        font-weight: bold !important;
        line-height: 1.1 !important;
        display: inline-block !important;
        margin-bottom: 2px !important;
    }

    /* 4. De snippets (de 140 tekens tekst) */
    .article P, #content P {
        font-size: 15px !important;
        line-height: 1.2 !important;
        margin-top: 2px !important;
        margin-bottom: 8px !important;
    }

    /* 5. De bronvermelding (SMALL) */
    .newsfeed LI SMALL, SMALL {
        font-size: 12px !important;
        line-height: 1 !important;
        margin-top: 0 !important;
    }

    /* 6. Haal de extra margins van de koppen af */
    #content #content_heading H1 {
        padding: 5px 10px !important;
        line-height: 1.1 !important;
    }}