body {
 	margin: 0px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #666666;
}
body a {
	text-decoration: underline;
	color: #666666;
}

.inputbutton {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #78C026;
	border: 1px solid #FFFFFF;
	font-weight:bold;
}

.entrydate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/images/date.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 60px;
	width: 60px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #FFFFFF;
}

.entrytime {
	color: #666666;
	white-space: nowrap;
	margin-top: 10px;
	font-size: 17px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial;
	text-transform: lowercase;
}

.introtitle {
	font-family: "Trebuchet MS", Arial;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 22px;
}

.crumbs
{
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	color: #666666;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #666666;
}

.crumbs a {
	text-decoration: none;
	color: #666666;
}
.crumbs a:hover {
	font-weight:bold;
}

.header {
	height: 150px;
}

.mainitem {
	border:1px solid #DDDDDD;
	margin:5px;
	padding:5px;
	background-image: url(/images/back.gif);
	background-repeat: repeat-x;
}

.persmenu {
	position:absolute;
	width:350px;
	height:200px;
	z-index:auto;
	float: right;
	text-align: left;
	top: 155px;
	right: 5px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #999999;
	padding: 5px;
}

.persclose {
	width:15px;
	height:15px;
	float: right;
	top: 5px;
	right: 5px;
	text-align: center;
	clear:both;
}

.persclose a {
	font-size: 12px;
	color: #999999;
	text-decoration:none ;
}	


.blogsframe {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	width: 140px;
	height: 15px;
	display: block;
	overflow: hidden;
}


.tabactive {
	width:80px; 
	background-color:#5C5C5C; 
	border-top: 1px solid #5C5C5C;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #5C5C5C;
	padding-top:3px;
	text-align:center;
	font-weight:bold;
	font-size: 11px;
	padding-bottom:2px;
}

.tabinactive {
	width:80px; 
	background-color:#8F8F8F; 
	border-top: 1px solid #5C5C5C;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #5C5C5C;
	padding-top:3px;
	text-align:center;
	font-size: 11px;
	padding-bottom:2px;
}

.tabactive a {
	color:#EEEEEE;
	text-decoration:none; 
}

.tabinactive a {
	color:#EEEEEE;
	text-decoration:none; 
}

.tabinactive a:hover {
	color: #666666;
}

.introtext {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	height: 16px;
}

.introtext a {
	text-decoration: underline;
	color: #FFFFFF;
}

.topheader {
	font-family: "Trebuchet MS", Arial;
	font-size: 24px;
	font-weight: normal;
	text-transform: lowercase;
	color: #666666;
	height: 24px;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
}

.topper {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	border:1px solid #CCCCCC;
}

.toptext {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #FFFFFF;
	height: 28px;
	overflow: hidden;
	padding: 5px;
	margin-top: 10px;
	font-weight: bold;
	border:1px solid #CCCCCC;
	background: #FF9A00;
}

.toptext a {
	color: #FFFFFF;
}

.logintext {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #FFFFFF;
	padding-right: 10px;
}
.logintext a {
	color: #FFFFFF;
}

.loggedintext {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #FFFFFF;
	padding-right: 10px;
	margin-top: 10px;
}
.loggedintext a {
	color: #FFFFFF;
}

.editcontainer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 4px;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	border: 1px solid #EEEEEE;
}

.entrycontainer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 4px;
	clear: both;
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.contentcontainer {
	margin: 0px;
	width: 100%;
	padding: 0px;
}
.maincontainer {
	width: 95%;
	float: left;
	clear: both;
}

.clipcontainer {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	text-transform: lowercase;
	color: #666666;
	height: 18px;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
	display:block;
}

.clipcontainer a {
	text-decoration: none;
	color: #666666;
}

.clipcontainer a:hover {
	text-decoration: none;
	color: #333333;
	font-weight:bold;
}

.clipcontainer b {
	color: #F89735;
}

.entryblog {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	text-transform: lowercase;
	padding-left: 75px;	
}

.entryblog a {
	color: #999999;
}

.meerwoorden {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #FF9A00;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
}
.meerwoorden a {
	color: #FF9A00;
	text-decoration: none;
}

.entryactions {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	text-transform: lowercase;
	padding-left: 75px;
	padding-top: 5px;
	clear: both;
}

.entryactions a {
	color: #999999;
}

.entryactions a:hover {
	color: #F89735;
}

.entrytitel {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	color: #666666;
	height: 24px;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
}
.entrytitel a {
	text-decoration: underline;
	color: #666666;
}
.entrytitel a:hover {
	color: #F89735;
	text-decoration: none;
}

h1 {
	font-family: Georgia,"Times New Roman",serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	color: #666666;
	height: 24px;
	overflow: hidden;
}
h1 a {
	text-decoration: underline;

		color: #F89735;
}
h1 a:hover {
	color: #666666;

		text-decoration: none;
}

.menucontainer {
	float: left;
	width: 180px;
	padding-top: 20px;
}
.menuitem {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	width: 160px;
	padding: 5px;
	margin: 5px;
	margin-bottom: 0px;
	background-image: url(/images/back.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
}

.menuitem a {
	text-decoration: none;
	color: #999999;
}

.menuitem a:hover {
	text-decoration: none;
	color: #F89735;
}

.menuitem img {
	float: right;
}

.menuitemorange {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	width: 160px;
	padding: 5px;
	margin: 5px;
	margin-bottom: 0px;
	border: 1px solid #999999;
	background-color: #F89735;
}

.menuitemorange a {
	text-decoration: none;
	color: #FFFFFF;
}

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

.menuitemorange img {
	float: right;
}

.channel {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	width: 160px;
	padding: 5px;
	margin: 5px;
	margin-bottom: 0px;
	border-bottom: 1px solid #CCCCCC;
}

.channel a {
	text-decoration: none;
	color: #999999;
}

.channel a:hover {
	text-decoration: none;
	color: #F89735;
	margin-left:1px;
	display:block;
}


.calendarcontainer {
	color: #999999;
	width: 160px;
	height: 160px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #CCCCCC;
}

.sidebarcontainer {
	color: #999999;
	width: 160px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #CCCCCC;
}

.sidebarcontainer a {
 	margin: 0px;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
.sidebarcontainer a:hover {
 	margin: 0px;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
	text-decoration:underline;
}

.sidebarcontainerright {
	color: #999999;
	width: 336px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #CCCCCC;
}

.sidebarcontainerright a {
 	margin: 0px;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
.sidebarcontainerright  a:hover {
 	margin: 0px;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
	text-decoration:underline;
}

.searchcontainer {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	width: 160px;
	padding: 5px;
	margin: 5px;
	margin-top: 0px;
	border: 1px solid #CCCCCC;
}

.searchcontainer .inputbutton {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #F89735;
	border: 1px solid #666666;
}

.searchcontainer .inputtext {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width: 90px;
}

.blogscontainer {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	width: 160px;
	height: 300px;
	overflow: auto;
	padding: 5px;
	margin: 5px;
	margin-top: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.clippingscontainer {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #999999;
	width: 160px;
	height: 300px;
	overflow: auto;
	padding: 5px;
	margin: 5px;
	margin-top: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align:left;
}

.autoclippingsscontainer {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #999999;
	width: 160px;
	height: 300px;
	overflow: auto;
	padding: 5px;
	margin: 5px;
	margin-top: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align:left;
}

.myblogscontainer {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #999999;
	width: 160px;
	height: 300px;
	overflow: auto;
	padding: 5px;
	margin: 5px;
	margin-top: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align:left;
}

.blogscontainer a {
	color: #999999;
	text-decoration: none;
}

.inputtext {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	width: 100px;
	border: 1px solid #CCCCCC;
}

.inputbutton-disabled {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}

.googlebutton {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FF9A00;
	border: 1px solid #CCCCCC;
}

.googletext {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

.searchentry {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #666666;
	margin-top: 5px;
	width:140px;
	overflow:hidden;
	height: 30px;
}
.searchentry a {
	text-decoration: none;
	color: #666666;
}

.searchentry .nobr {
	height: 15px;
	width: 140px;
	overflow: hidden;
} 

.entrytext {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #666666;
	padding-left: 75px;
	padding-right: 10px;
	margin-top: 5px;
}
.entrytext a {
	text-decoration: none;
	color: #666666;
}

.entrytext .imgcontainer {
	width:54px;
	height: 54px;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	float: left;
	margin-right:5px;
}
.entrytext .imgcontainer img {
	border: 1px solid #DDDDDD;
	margin: 2px;
}

.pages {
    padding: 1em 1em 2em 1em;
    margin: 1em 0;
    font-size: 85%;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center; 
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}

.pages span.current {
    border: 1px solid #666666;
    font-weight: bold;
    background: #666666;
	color: #fff;
	margin-top:4px;
}

.pages a {
    border: 1px solid #666666;
    text-decoration: none;
    color: #666;
	margin-top:4px;
}

.pages a:hover {
    border-color: #666666;
}

.pages a.nextprev {
    font-weight: bold;
	margin-top:4px;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
    border: 1px solid #ddd;
    color: #999;
	margin-top:4px;
}

.cal-head
{
	background-color: #EEEEEE;
	color:            #666666;
	font-family:      "Trebuchet MS", Arial;
	font-size:        12px;
	font-weight:      bold;
	font-style:       normal;
}

.cal-head a
{
	color: #666666;
	text-decoration: none;
}

.cal-content
{
	color:            #666666;
	font-family:      Arial;
	font-size:        10px;
	font-weight:      normal;
	font-style:       normal;
}
.cal-today
{
	color:            #F89735;
	font-family:      Arial;
	font-size:        10px;
	font-weight:      bold;
	font-style:       normal;
	background-color: #EEEEEE;
}


.disctext {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 10px;
}
.disctext a {
	color: #FFFFFF;
}

.disckop {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #CCCCCC;
	padding-right: 10px;
	padding-top:5px;
	font-weight: bold;
}

.advertentie336-old {
	width: 336px;
	display: block;
	float: left;
	margin-right: 10px;
	clear: right;
	position: static;
	clip: rect(auto,auto,auto,auto);
	background-color: #FFFFFF;
}
.advertentie336 {

}

.newsframe .newsframeleft {
	background-image: url(/images/left.gif);
	background-repeat: no-repeat;
	height: 165px;
	width: 13px;
	float: left;
}
.newsframe .newsframeright {
	background-image: url(/images/right.gif);
	background-repeat: no-repeat;
	height: 165px;
	width: 13px;
	float: right;
	clear: none;
	position: relative;
}
.newsframe {
	height: 165px;
	width: 100%;
	background-image: url(/images/mid.gif);
	background-repeat: repeat-x;
}
.newsframe .kop {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: bold;
	text-transform: lowercase;
	text-align: center;
	height: 30px;
	overflow: hidden;
}
.newsframe .text {
	text-align: left;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	height: 15px;
	overflow: hidden;
	margin-top:2px;
}
.newsframe .text a {
	text-align: left;
	color:#666666;
	text-decoration:none
}

    #tabsB {
      float:left;
      width:975px;
      font-size:93%;
      line-height:normal;
      }
    #tabsB ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("/images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("/images/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }

    #tabsB a span {float:none;}

    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }