﻿/* G-O Portaal CSS */

*{
	font-family: Arial, Sans-Serif !important;
}

/* BEGIN Banner fixes */
/* Lost probleem op, dat lijst (ul en ol) niet naast banners verschijnt
maar lege regels laat tot onder de banners */
#GoOpsommingFx {
 	float:left;
 	overflow:hidden;
 	width:520px;
}

*> #GoOpsommingFx { /*IE 6 bugfix */
 	float:left;
 	overflow:visible;
 	width:520px;	
}
/* EINDE Banner fixes */

body{
    /*background-color: #e7e7e8;*/
    background-color: #e7e7e7;
    margin: 0px;
    padding: 14px 0px 0px 0px;
    
    font-family: Arial, Sans-Serif !important;
}

#wrapper{
    width: 965px;
    margin: 0px auto;
    position: relative;
}

#toplinks{
	width: 965px;
	float: left;
	margin: -5px 0px 5px 0px;
}

div.topsearch{
	width: 150px;
	height: 17px;
	padding: 1px;
	float: right;
	
	font-size: 12px;
	color: #000;
}

div.topsearch input.ms-sbplain{
	font-size: 12px !important;
	border-width: 0px;
	vertical-align: top;
	
	width: 100px!important;
	height: 14px !important;
	margin: -3px 0px 0px 0px;
	padding: 1px;
}

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 3px 1px 10px;
	margin: 0px 0px 0px 14px;
	float: right;
	
	font-size: 12px;
	color: #000;
	text-align: right;
}

div.toplinks a{
	color: #545454 !important;
	text-decoration: none;
}

div.toplinks a:hover{
	text-decoration: underline;
}

#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: 400px;
    height: 400px;
    float: left;
    padding-right: 2px;
}

*>#leftbar{
	height: auto;
}

div.leftmenu{
	padding: 7px;
	margin: 32px 0px 0px 0px;
	width: 208px;
}

/* 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: #a7a7a8;
	border-bottom: 1px solid #a7a7a8;
	padding: 4px;
	
	font-size: 16px;
	text-align: right;
	text-decoration: none;
}

ul.leftmenu li ul li a{
	border-bottom-width: 0px;
}

ul.leftmenu li.selected a{
	font-weight: bold;
}

ul.leftmenu li.selected ul li a{
	font-weight: normal;
	background-color: transparent;
}

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.selected ul li ul li a{
	font-weight: normal
}

ul.leftmenu li ul li ul li ul li a{
	font-size: 13px;
	padding: 4px 50px 4px 4px;
	background-repeat: no-repeat;
	background-position: 165px 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{
	background-image: url(images/afronding_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
    width: 927px;
    height: 29px;
    padding: 0px 0px 0px 38px;
    float: left;
    background-color: #fff;
    border-bottom: 2px solid #e7e7e8;
}

a.hoofdmenu{
    float: left;
    min-width: 30px;
    padding: 5px 18px 6px 19px;
    margin: 1px 1px 1px 0px;
    
    background-color: #d1d2d4;
    color: #545454;
    text-decoration: none;
    font-size: 12px !important;
}

#breadcrumbs{
    width: 722px;
    padding: 8px 7px 0px 12px;
    float: left;
    font-size: 10px;
    color: #b7b9bb;
}

#breadcrumbs a{
    color: #b7b9bb;
    text-decoration: none;
}

#breadcrumbs a:hover{
    text-decoration: underline;
}

#textarea{
    width: 710px;
    padding: 10px 7px 0px 24px;
    float: left;
}

#textarea #gofooter{
    font-size: 11px !important;
    color: #9fa0a2;
    line-height: 14px;
    margin: 0px 0px 5px 0px
}

#textarea #gofooter *{
    font-size: 11px !important;
}

#textarea #gofooter a, #gofooterbottom div.gofooter a{
    color: #8e9093;
    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 !important;
    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{
	color: #545454 !important;
	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;
	margin: 0px 0px 0px -11px;
	width: 540px;
}

div#DagkrantLijstContainer div.DagkrantLijst{
	width: 270px;
	float: left;
	margin: 0px 0px 0px -1px;
	overflow: hidden;
	border-left: 1px solid #e5e5e5;
}

div#DagkrantLijstContainer div.DagkrantLijstTitel{
	padding: 4px 5px 4px 5px;
	margin: 0px 10px 0px 10px;
	width: 241px;
	color: #000;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
}
		
div#DagkrantLijstContainer div.DagkrantArtikel{
	width: 240px;
	height: 255px;
	height: auto;
	
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 0px 10px 0px 10px;
	border-bottom: 1px solid #e5e5e5;
}

div#DagkrantLijstContainer div.DagkrantArtikelContent{
	width: 239px;
	height: 220px;
	height: auto;
	
	float: left;
	
	margin: 0px;
	padding: 2px 13px 2px 2px;
}	

div#DagkrantLijstContainer div.RollupImage img{
	padding: 2px 3px 2px 3px;
	float: left;
	display: inline;
}

div#DagkrantLijstContainer div.Title{
	width: 239px;
	height: 85px;
	height: auto;
	
	padding: 2px 3px 2px 3px;
	/*float: left;*/
	display:inline;
}

div#DagkrantLijstContainer div.ClearDiv{
	display: inline;
}

div#DagkrantLijstContainer div.Comment{
	width: 239px;
	/*height: 126px;*/
	clear: none;
	padding: 2px 5px 2px 5px;
	/*float: left;*/
	display: inline;

	color: #000;
	line-height: 22px;
}

div#DagkrantLijstContainer div.DagkrantLeesMeer{
	width: 303px;
	/*height: 20px;*/
	padding: 2px 5px 2px 5px;
	float: left;
	display: inline;
}

div#ScholenDagkrantLijstContainer{
	width: 520px;
}

div#ScholenDagkrantLijstContainer div.DagkrantLijstTitel{
	display: none;
}

div#ScholenDagkrantLijstContainer div.DagkrantArtikel{
	border-top: 1px solid #e5e5e5;
	padding: 5px 5px 5px 5px;
	margin: 0px 10px 0px 10px;
	clear: both;
}


/* BEGIN banners */
/* Gebruik: Banners rechts op de pagina weer geven */

/* ruimte voorzien voor de banners */
div.BannersRechts {
	float:right;
	width:148px;
	margin-right:8px;
	height:auto;
}
/* links op de img mogen niet onderlijnd worden */
div.BannersRechts a { 
	text-decoration:none;
	border: none !important;
}

/* ruimte onder de image voorzien en eventuele borders weghalen */
div.BannersRechts a img { 
	border:0px;
	margin-bottom:15px;
}

div.BannersRechts div.BannersRechtsBeheer a { 
	text-decoration:none;
	border: none !important;
}

/* ruimte onder de image voorzien en eventuele borders weghalen */
div.BannersRechts div.BannersRechtsBeheer a img { 
	border:0px;
	margin-bottom:15px;
}

/* EINDE banners */

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;
}

/*BEGIN homepagina link */
#MakeHomepage{
	text-align:right;
    font-size: 10px;
    margin-top:-70px;
	margin-bottom:40px;
}

#MakeHomepage a:active, #MakeHomepage a:link, #MakeHomepage a:visited{
    border-bottom-width:0px !important;
    text-decoration:none;
}
#MakeHomepage a:hover{
    border-bottom-width:0px !important;
    text-decoration:underline;
}
div.nobgcolor div.DagkrantLijst div.DagkrantLijstTitel {
	background-color:#fff;
}

/* EINDE homepagina link */

/* Einde Dagkrant Lijst */
/* Backup van het linkermenu op aspMenu
a.linkermenu1, a.linkermenu2, a.linkermenu3{
	display: block;
	color: #a7a7a8;
	padding: 4px 4px 4px 4px;
	
	text-align: right;
	text-decoration: none;
}

a.linkermenu1{
	font-size: 16px !important;
	border-bottom: 1px solid #a7a7a8 !important;
	
	width: 200px;
}

a.linkermenu1.linkermenuSelected{
	font-weight: bold;
}

a.linkermenu2{
	font-size: 13px !important;
	
	padding: 4px 16px 4px 4px;
	background-repeat: no-repeat;
	background-position: 200px 11px;
}

a.linkermenu2.linkermenuHover, a.linkermenu2.linkermenuSelected{
	background-color: Transparent;
}

a.linkermenu2.linkermenuSelected {
    font-weight: bold;
}

a.linkermenu3{
	font-size: 13px !important;
	
	padding: 4px 36px 4px 4px;
	background-repeat: no-repeat;
	background-position: 180px 11px;
}

a.linkermenu3.linkermenuHover, a.linkermenu3.linkermenuSelected{
	background-color: Transparent;
	text-decoration: underline;
}

a.linkermenu3.linkermenuSelected{
    font-weight: bold;
}
*/

