﻿/* G-O Portaal CSS */

*{
	font-family: Arial, Sans-Serif !important;
}

body{
    background-color: #e1e2e2 !important;
    margin: 0px;
    padding: 14px 0px 0px 0px;
    
    font-family: Arial, Sans-Serif !important;
}

#wrapper{
    width: 965px;
    margin: 0px auto;
    position: relative;
}

#header{
    width: 965px;
    height: 122px;
    float: left;
    margin: 0px 0px 5px 0px;
}

#topbanner{
    background-repeat: no-repeat;
    border-width: 0px;
    height: 122px;
    float: left;
}

#logo{
    background-repeat: no-repeat;
    border-width: 0px;
    width: 345px;
    height: 122px;
    float: right;
}

#content{
    width:965px;
    float: left;
    background-color: #fff;
    
    background-image: url(images/border_left.gif);
    background-repeat: repeat-y;
    background-position: 222px 0px;
}

#leftbar{
    width: 222px;
    min-height: 150px;
    float: left;
    
    background-image: url(images/kantafronding2.gif);
    background-repeat: no-repeat;
    
	margin-right:2px;
}

div.leftmenu{
	padding: 7px;
	margin: 80px 0px 0px 0px;
	width: 208px;
	
	overflow: hidden;
}

*>div.leftmenu{
	overflow: visible;
}

/* UL MENU */

ul.leftmenu, ul.leftmenu ul{
	margin: 0px;
	padding: 0px;	
	list-style-type: none;
}

ul.leftmenu li{
	padding: 0px;
	margin: 0px;
	width: 100%;
}

ul.leftmenu>li{
	width: auto;
}

ul.leftmenu li a{
	display: block;
	color: gray;
	padding: 4px;
	
	font-size: 16px;
	text-align: right;
	text-decoration: none;
}

ul.leftmenu li ul li a{
	border-bottom-width: 0px !important;
	line-height:20px !important;
}

ul.leftmenu li.selected a{
	font-weight: bold;
}

ul.leftmenu li.selected ul li a{
	font-weight: normal;
	background-color: transparent;
	line-height:20px !important;
}

ul.leftmenu li ul li a{
	font-size: 13px;
	
	padding: 4px 16px 4px 4px;
	background-repeat: no-repeat;
	background-position: 200px 11px;
}

ul.leftmenu li ul li a:hover, ul.leftmenu li ul li.selected a{
	background-color: transparent;
}

ul.leftmenu li ul li.selected a{
	/*font-weight: bold;*/
}

ul.leftmenu li ul li.selected ul li a{
	font-weight: normal
}

ul.leftmenu li ul li ul li a{
	font-size: 13px;
	
	padding: 4px 36px 4px 4px;
	background-repeat: no-repeat;
	background-position: 180px 11px;
}

ul.leftmenu li ul li ul li a:hover, ul.leftmenu li ul li ul li.selected a{
	background-color: Transparent;
	text-decoration: underline;
}

ul.leftmenu li ul li ul li.selected a {
    font-weight: normal;
}


ul.leftmenu li ul li ul li ul li a{
	font-size: 13px;
	padding: 4px 56px 4px 4px;
	background-repeat: no-repeat;
	background-position: 160px 11px;
}

ul.leftmenu li ul li ul li ul li a:hover, ul.leftmenu li ul li ul li ul li.selected a{
	background-color: Transparent;
	text-decoration: underline;
}

ul.leftmenu li ul li ul li ul li.selected a {
    font-weight: normal;
}


/* EINDE UL MENU */

/* SITEMAP */

ul.sitemap li{
	font-size: 15px;
	font-weight: bold;
	margin-top: 30px;
}

ul.sitemap li li{
	margin-left: 20px;
}

ul.sitemap li ul li{
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}

ul.sitemap li ul li ul li{
	font-size: 13px;
	font-weight: normal;
	margin-top: 3px;
}

ul.sitemap li ul li ul li ul li{
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
}

/* EINDE SITEMAP */

#loopingimage{
    width: 222px;
    height: 768px;
    
    background-image: url(images/beeldenloop1.jpg);
}

#topmenu{
    width: 741px;
    height: 29px;
    float: left;
    background-color: #fff;
    border-bottom: 2px solid #e7e7e8;
}

a.hoofdmenu{
    float: left;
    min-width: 30px;
    padding: 5px 12px 6px 13px;
    margin: 1px 0px 1px 1px;
    
    background-color: #d1d2d4;
    color: #545454;
    text-decoration: none;
    font-size: 12px !important;
}

#breadcrumbs{
    width: 722px;
    padding: 8px 7px 0px 12px;
    float: left;
    font-size: 11px;
    color: #b7b9bb;
    margin-bottom:45px;
}

#breadcrumbs a{
    color: #b7b9bb;
    text-decoration: none;
}

#breadcrumbs a:hover{
    text-decoration: underline;
}

#toplinks{
	width: 965px;
	float: left;
	margin-bottom: 5px;	
}

div.topsearch{
	width: 150px;
	height: 17px;
	padding: 1px;
	float: right;

	font-size: 12px;
	color: #000;
	margin-right:25px;
	/*background-color: #d1d2d4;*/
}

div.topsearch input.ms-sbplain{
	font-size: 11px !important;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: top;
	color:#545454;
	border:1px #cbcbcc solid !important;
	
	width: 100px !important;
	height: 14px !important;
	margin: -1px 0px 0px 0px;
	padding: 0px;
	vertical-align:bottom;
}

div.topsearch img{
	margin: 0px 0px 0px 4px;
}


div.topsearch table{
	border-width: 0px;
}

div.topsearch table td{
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	border-width: 0px;
}

div.topsearch td.ms-sbscopes select
{
	display: none;
}

div.toplinks{
	width: 170px;
	height: 17px;
	padding: 1px 0px 1px 10px;
	margin: 0px 0px 0px 14px;
	float: right;
	
	font-size: 12px;
	color: #000;
	/*background-color: #d1d2d4;*/
}

div.toplinks a{
	color: #000;
	text-decoration: none;
}

div.toplinks a:hover{
	text-decoration: underline;
}

#textarea{
    width: 710px;
    padding: 10px 7px 0px 24px;
    float: left;
    
    overflow: hidden;
}

*>#textarea{
	overflow: visible;
}

#textarea #gofooter{
    font-size: 11px ;
    color: #9fa0a2;
    line-height: 14px;
    margin: 0px 0px 5px 0px
}

#textarea #gofooter a{
    color: #9fa0a2;
    text-decoration: none;
}

#gofooterbottom {
	width: 965px;
    float: left;
    background-color: #fff;
    
    background-image: url(images/border_left.gif);
    background-repeat: repeat-y;
    background-position: 222px 0px;
}

#gofooterbottom div.gofooter {
    font-size: 11px;
    color: #9fa0a2;
    line-height: 14px;
    
    width: 710px;
    padding: 0px 0px 5px 0px;
    float: right;
}


/* Rechterbalk */

#rechterbalk {
	float: right;
	width: 170px;
	margin-left: 10px;
}


/* Text Elements */

#textarea{
	font-size: 12px !important;
	line-height: 22px;
	color: #545454 !important;
}

.ms-rteCustom-Hoofding1 ,h1 {
	font-size: 19px !important;
	font-weight: normal !important;
	margin-bottom:27px;
}

.ms-rteCustom-Hoofding2 ,h2 {
	font-size: 14px !important;
}

.ms-rteCustom-Hoofding3 ,h3 {
	font-size: 13px !important;
	font-weight: bold;
	color: #545454;
}

.ms-rteCustom-Hoofding4 ,h4 {
	font-size: 12px !important;
	font-weight: bold;
	color: #545454;
}

.ms-rteCustom-Hoofding5 ,h5 {
	font-size: 12px !important;
	font-weight: normal;
}


#textarea a{
	text-decoration: none;
}

#textarea ul{
	margin: 0px;
	padding: 0px;
}

#textarea ul li{
	list-style-type: none;
	padding: 0px 0px 0px 15px;
	background-repeat: no-repeat;
	background-position: 4px 12px;
}

/* Dagkrant Lijst */
	
div#DagkrantLijstContainer{
	overflow: hidden;
}

div.DagkrantLijst{
	width: 350px;
	float: left;
	margin: 0px 0px 0px -1px;
	overflow: hidden;
	border-left: 1px solid #e5e5e5;
}

div.DagkrantLijstTitel{
	padding: 4px 5px 4px 5px;
	margin: 0px 10px 0px 10px;
	width: 320px;
	color: #000;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
}
		
div.DagkrantArtikel{
	width: 320px;
	height: 255px;
	height: auto;
	
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 0px 10px 0px 10px;
	border-bottom: 1px solid #e5e5e5;
}

div.DagkrantArtikelContent{
	width: 320px;
	height: 220px;
	height: auto;
	
	float: left;
	
	margin: 0px;
	padding: 0px;
}	

div.RollupImage img{
	padding: 2px 3px 2px 3px;
	float: left;
	display: inline;
}

div.Title{
	width: 310px;
	height: 85px;
	height: auto;
	
	padding: 2px 3px 2px 3px;
	float: left;
	display:inline;
}

div.Comment{
	width: 310px;
	/*height: 126px;*/
	padding: 2px 5px 2px 5px;
	float: left;
	display: inline;

	color: #000;
	line-height: 22px;
}

div.DagkrantLeesMeer{
	width: 310px;
	/*height: 20px;*/
	padding: 2px 5px 2px 5px;
	float: left;
	display: inline;
}

div.Title a:link{
	color: #666;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
div.Title a:visited{
	color: #666;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
div.Title a:hover{
	color: #999;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
div.Title a:active{
	color: #999;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}

div.DagkrantLeesMeer a:link{
	color: #c30c4f;
	font-weight: bold;
}
div.DagkrantLeesMeer a:visited{
	color: #c30c4f;
	font-weight: bold;
}
div.DagkrantLeesMeer a:hover{
	color: #c30c4f;
	font-weight: bold;
}
div.DagkrantLeesMeer a:active{
	color: #c30c4f;
	font-weight: bold;
}