
/*@charset "utf-8";*/
/* CSS Document */

/*------------------------------- CSS reset ---------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0;
	padding: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}
a, object {
	outline: none;
}
.clear {
	clear: both;
}

div p { margin: 11px 0; }

/*------------------------------- Body ---------------------------------*/

body {
	background: url(/images/grv/css/bg.gif) no-repeat center top #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color:#5c5c5c;
	font-size:11px;
	line-height:14px;
}

html, body, #container { height: 100%;}

body > #container { height: auto; min-height: 100%;}


/*------------------------------- Headings ---------------------------------*/

h1 { color: #383838; font-family: Georgia; font-size: 24px; font-weight: bold; line-height: 18px; }
h1:hover { font-family: Georgia; font-weight: bold; color: #0076ac; font-size: 24px; }

h2 { color: #383838; font-family: Georgia; font-size: 18px; font-weight: bold; line-height: 18px;}
h2:hover { font-family: Georgia; font-weight: bold; color: #0076ac; font-size: 18px; }

h3 { color: #383838; font-family: Georgia; font-size: 15px; font-weight: bold; padding: 5px 0; }
h3:hover { font-family: Georgia; font-weight: bold; color: #0076ac; font-size: 15px; }

h4 { color: #383838; font-family: Georgia; font-size: 12px; font-weight: bold; }
h4:hover { font-family: Georgia; font-weight: bold; color: #0076ac; font-size: 12px; }

/* USED ??
h5 { color: #006076; font-family: Verdana; font-size: 14px; }
h6 { color: #006076; font-family: Georgia; font-size: 12px; }
*/

/*------------------------------- Container ---------------------------------*/

#container {
	margin: 0 auto;
	width: 990px;
}

/*------------------------------- Header ---------------------------------*/

#header {
	width: 980px;
	height: 206px;
	margin: 0 5px;
	/*background: url(/images/grv/css/headerBg.gif);*/
}
#header .leaderboard {
	height: 177px;
	width: 982px;
	padding: 0px 4px 4px 0px;
}
#logo {
	width: 454px;
	height: 67px;
	padding: 0 0 0 10px;
}

/*------------------------------- Menu ---------------------------------*/

#menu {
	width: 626px;
	height: 27px;
}
#menu li {
	float: left;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	font-family: Georgia;
}
#menu li a, #menu li a:visited {
	float: left;
	height: 18px;
	padding: 3px 9px 0;
	color: #5c5c5c;
	text-decoration: none;
	font-family: Arial;
	font-variant: small-caps;
	font-size: 13px;
}
#menu li a:hover { color: #0076AC; }
#menu li a.last { border-right: none;}

#menu li.active a
{
	color: #fff;
	background-color: #0076AC;
}

/*------------------------------- Main ---------------------------------*/

#main {
	margin: 0 5px;
}

/*------------------------------- Content ---------------------------------*/

#content {
	float: left;
	width: 618px;
	margin: 23px 0 0 8px;
}

#content_adverteren {
	float: left;
	width: 618px;
	margin: 0px 0 0 8px;
}

#content_digikrant {
	float: left;
	width: 960px;
	margin: 23px 0 0 8px;
	color: #333333;
	font-size:12px;
	line-height:20px;
}

#form_digikrant input.button
{
    border: 0px;
    background:transparent url(/images/grv/css/readdigikrantButton.gif) no-repeat scroll left top;
    height:28px;
    width:118px;
    text-indent:-9999px;
}

/*--- leadarticle ---*/
#leadarticle {
	width: 618px;
	margin: 0 0 7px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #0076AC;
}
	#leadarticle h1 a { color: #006076; text-decoration: none;}
	#leadarticle h1 a:hover { color: #333;}

#leadarticle .date {
	font-family: Arial;
	font-size: 9px;
	/*color: #fff;
	background-color: #0076AC;*/
	color: #0076AC;
	background-color: #fff;
	margin: 5px 0 0 0;
	padding: 2px;
}
#leadarticle .date img {
display:inline;
padding: 0 0 3px 10px;
vertical-align:middle;
}
#leadarticle .message {
	float: left;
	width: 350px;
	margin: 0 18px 0 0;
}
#leadarticle .img {
	float: left;
	width: 250px;
	height: 190px;
	margin-top: 12px;
}
#leadarticle .more,
.article .more {
	clear: both;
	width: 89px;
	height: 28px;
	background: url(/images/grv/css/moreButton.gif);
	text-indent: -9999px;
	cursor: pointer;
}
#leadarticle .more a,
.article .more a { display: block;}

#leadarticle .more_react {
	clear: both;
	width: 147px;
	height: 28px;
	background: url(/images/grv/css/moreButton_react.gif);
	text-indent: -9999px;
	cursor: pointer;
}
#leadarticle .more_react a { display: block;}

/*--- subarticles ---*/
#subarticles {
	float: left;
	width: 618px;
	margin: 0 10px 0 0;	
}
#subarticles .article {
	margin-bottom: 10px;
	border-bottom: 1px solid #0076AC;
}
	#subarticles .article h2 a { color: #006076; text-decoration: none;}
	#subarticles .article h2 a:hover { color: #333;}
	
#subarticles .article .date {
	width: 330px;
	font-family: Arial;
	font-size: 9px;
	/*color: #fff;
	background-color: #0076AC;*/
	color: #0076AC;
	background-color: #fff;
	margin: 5px 0 0 0;
	padding: 2px;
}
#subarticles .article .date img {
display:inline;
padding: 0 0 3px 10px;
vertical-align:middle;
}
#subarticles .article .message {
	float: left;
	width: 462px;
	margin: 0 16px 0 0;
}
#subarticles .article .message a, 
#article_detail .message a { color: #5c5c5c; text-decoration: none;}

#subarticles .article .message a:hover, 
#article_detail .message a:hover { color: #0076ac; }


#subarticles .article .message_wide {
	float: left;
	width: 490px;
	margin: 0 16px 0 0;
}
#subarticles .article .message_wide a { color: #5c5c5c; text-decoration: none;}
#subarticles .article .message_wide a:hover { color: #0076ac; }

#subarticles .article .img {
	float: left;
	width: 140px;
	height: 105px;
	margin: 5px 0 5px 0;
}

#subarticles .article .message_wide .more_react
{
    clear: both;
	width: 147px;
	height: 28px;
	background: url(/images/grv/css/moreButton_react.gif);
	text-indent: -9999px;
	cursor: pointer;
    margin-bottom: 5px;
}

#subarticles .article .message_wide .more_react a
{
display: block;
}

/*--- skyscraper ---*/
.skyscraper {
	float: left;
	width: 120px;
	height: 600px;
	margin: 8px 0 0 0;
	border: 0px solid red;
}

#article_detail .message .skyscraper
{
float: right;
clear: both;
}

/*--- headlines ---*/
#headlines {
	width: 486px;
	margin: 10px 0;
}
#headlines li { margin: 2px 0;}
#headlines li a {
	color: #006076;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia;
	text-decoration: none;
}
#headlines li a:hover { color: #333;}


/*------------------------------- Sidebar ---------------------------------*/

#sidebar {
	float: left;
	width: 335px;
	padding: 0 0 0 19px;
	background: url(/images/grv/css/sidebarBg.gif) no-repeat left top;
}	

/*--- top ---*/
#top {
	position: relative;
	width: 335px;
	height: 30px;
	margin: -32px 0 0 0;
}
#top h4 {
	height: 29px;
	color: #FFF;
	font-size: 22px;
}

/*--- top digikrant---*/
#top_digikrant {
	position: relative;
	top: 36px;
	width: 335px;
	height: 58px;
	float: right;
}
#top_digikrant h4 {
	height: 29px;
	color: #FFF;
	font-size: 22px;
}	
	

/*--- nav ---*/
#nav {
	width: 335px;
	height: 29px;
}
#nav li {
	float: left;
	height: 15px;
	padding: 5px 8px 0 0;
	color: #01A0C5;
	font-size: 12px;
	font-weight: bold;
}
#subnav {margin: 0 0 10px 0;}
#subnav li
{
float: left;
	height: 15px;
	padding: 5px 8px 0 0;
	color: #01A0C5;
	font-size: 12px;
	font-weight: bold;
}

#nav li a, #subnav li a 
{
    margin: 0 5px 0 0;
	color: #01A0C5;
	text-decoration: none;
	
}

#nav li a:hover, #subnav li a:hover 
{ 
    color: #333;
}

/*--- digikrant ---*/
#digikrant {
	width: 335px;
	min-height: 110px;
	background: #CCECF3;	
}
#digikrant .img {
	float: left;
	width: 82px;
	height: 110px;
}
#digikrant .info {
	float: left;
	width: 250px;
	height: 110px;
	padding: 4px 0 0 0;
}
#digikrant .info h3 { color: #01A0C5; font-size: 20px;}
#digikrant .info h4 { color: #006076; font-size: 24px; line-height: 20px;}
#digikrant .info p { color: #006076; font-size: 12px; margin: 10px 0 6px 0;}

#digikrant .moreDigikrant {
	width: 118px;
	height: 28px;
	background: url(/images/grv/css/moreDigikrant.gif);
	text-indent: -9999px;
	cursor: pointer;
}
	#digikrant .moreDigikrant a { display: block;}

/*--- rss ---*/
#rss {
	width: 335px;
}
#rss .dePers {
	width: 291px;
	height: 28px;
	margin: 14px 0 8px 0;
}
#rss .items {
	margin: 0 0 18px 0;
}
#rss .items h5 {
	color: #006076;
	font-size: 13px;
	line-height: 11px;
}
#rss .items h5 a{
	color: #006076;
	font-size: 13px;
	line-height: 11px;
	text-decoration: none;
}
#rss .items small {
	color: #01A0C5;
	font-size: 11px;
}
#rss .items p {
	margin: 0;
	color: #333;
	font-size: 12px;
}

/*--- rss headlines ---*/
#rssHeadlines {
	width: 335px;
	margin: 15px 0;
}
#rssHeadlines li { margin: 2px 0;}
#rssHeadlines li a {
	color: #006076;
	font-size: 14px;
	text-decoration: none;
}
#rssHeadlines li a:hover { color: #333;}

/*--- rectangle ---*/
.rectangle  {
	width: 335px;
}

#article_detail .date 
{
	font-family: Arial;
	font-size: 9px;
	/*color: #fff;
	background-color: #0076AC;*/
	color: #0076AC;
	background-color: #fff;
	margin: 5px 0 0 0;
	padding: 2px;
}

#article_detail .message {
	margin: 0;
}
#article_detail .message .img {
	float: right;
	width: 250px;
	/*height: 190px;*/
	margin: 0 0 25px 25px;
}

#reactions
{
	width: 485px;
	padding-top: 10px;
}

#reactions, #reactionsView
{
	margin-top: 10px;
	border-top: 1px solid #0076AC;
}

form#reactionsForm
{
margin: 5px 0 0 0;
}

form#reactionsForm label
{
}

form#reactionsForm dd img
{
margin: 5px 0 5px 0;
}

form#reactionsForm input.button
{
border: 0px;
background:transparent url(/images/grv/css/reactButton.gif) no-repeat scroll left top;
height:24px;
width:79px;
text-indent:-9999px;
}

.errorText
{
color: red;
}

#reactionsView h2
{
	margin: 15px 0 10px 0;
}

#reactionsView ul li
{
	margin: 0 0 18px 0;
}

#reactionsView ul li strong
{
	color: #01a0c5;
}

#reactionsView ul li div
{
	background-color: #e5f5f9;
	padding: 3px;
}


#reactionsView ul li div p
{
	margin: 0px;
	padding: 0px;
}

/*********************************pagina navigatie****************************/
ul.paginate
{
	text-align:center;
	margin: 15px 0 0 0;
	font-size: 12px;
	color:#333333;
}

.paginate 
{
	margin: 0pt;
	padding: 0pt 0pt 10px 10px;
	text-align: center;
}

.paginate ul, .paginate li 
{
	display: inline;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

#subarticles .paginate a:link, 
#subarticles .paginate a:visited,
.paginate a:link, 
.paginate a:visited 
{
	background-color: #01A0C5;
	color: #fff;
	font-weight: normal;
	margin: 0pt;
	padding: 3px 7px 4px;
	text-decoration: none;
	font-weight: bold;
}

#subarticles .paginate a.current:link, #subarticles .paginate a.current:visited, #subarticles .paginate a:hover, #subarticles .paginate a.arrow1:hover, #subarticles .paginate a.arrow2:hover,
.paginate a.current:link, .paginate a.current:visited, .paginate a:hover, .paginate a.arrow1:hover, .paginate a.arrow2:hover 
{
	background-color: #006076;
	color: #fff;
	font-weight: bold;
}

#home_intro
{
	float: left;
	border-right: 1px solid #0076AC;
	width: 309px;
	padding: 0 8px 0 0;
}

#home_highlight
{
width: 618px;
border: 1px solid #0076AC;
background-color: #DEDEDE;
margin: 5px 0 5px 0;
overflow:hidden;
}

#home_highlight .home_highlight_content
{
margin: 10px 5px;
float: left;
width: 300px;
}

#home_highlight .home_highlight_content a, #home_highlight .home_highlight_content a:visited
{
color: #0076AC;
text-decoration:none;
}

#home_highlight .home_highlight_youtube
{
margin: 10px 4px 5px 0;
float: right;
padding-left: 4px;
border-left:1px solid #0076AC;
}


#gemeente_listing
{
	width: 292px;
	padding: 0 0 0 8px;
	float: right;
}

#gemeente_listing h1 a { color: #006076; text-decoration: none;}
#gemeente_listing h1 a:hover { color: #333;}

#gemeente_nav {
	margin: 6px 0 0 0;
}

#gemeente_nav li {
	height: 15px;
	padding: 5px 8px 0 0;
	color: #01A0C5;
	font-size: 12px;
	font-weight: bold;
}

#gemeente_nav li a
{
    margin: 0 5px 0 0;
	color: #5c5c5c;
	text-decoration: none;
	
}

#gemeente_nav li a:hover
{ 
    color: #0076ac;
}

#search
{
	height: 30px;
	border-top: 1px solid #0076AC;
	padding-top: 5px;
}

#search h3
{
    display: inline;
    line-height: 25px;
}

#search form
{
float: right;
}

#partijen,
#links,
#rss,
#agenda,
#gemeente
{
	margin: 10px 0;
	border-top: 1px solid #0076AC;
}
#aftellen
{
	border-bottom: 1px solid #0076AC;
}

#partijen a, #partijen a:visited,
#links a, #links a:visited,
#rss a, #rss a:visited,
#agenda a, #agenda a:visited
{
color: #0076AC;
text-decoration: none;
}

#partijen a:hover,
#links a:hover,
#rss a:hover,
#agenda a:hover
{
color: #5c5c5c;
text-decoration: none;
}

#flashContainer { float:right; }

#rss div
{
    float: right;
}

#rss div a img
{
    padding: 4px 0 0 0;
}

#agenda span
{
margin: 0 4px 0 0;
}

#agenda span.lokatie
{
float:right;
}

.back, .add
{
    float:right;
    text-decoration:none;
    color:#0076AC;
}

ul#list_agenda
{
list-style-type: disc;
margin: 0 0 0 10px;
}
/*------------------------------- Clearfix ---------------------------------*/

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac */
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
 
     

