/* algemeen */
* { 
	padding: 0; 
	margin: 0;
}
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #ffffff;
	text-align: center;
	color: #000000;
}
/* lay-out */
#container {
	width: 988px;
	background-color: transparent;
	background-image: url(../images/bg-tiptop.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	border: 0;
	text-align: left;
} 
#top { 
	background-color: #ffcb04;
	height: 30px;
} 
/* main-menu */
#topmenu {
   position: relative;
	float: left;
	width: 752px;
	margin: 0;
	padding: 0;
   z-index: 2;
} 
#topmenu li{
	margin:0;
	padding: 7px 0 7px 14px;
	list-style:none;
	float: left;
}
#topmenu li a, #topmenu li a:visited{
	width: 174px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #003876;
	text-decoration: none;
}
#topmenu li:hover{
	background-color:#f36f21;
}
#topmenu .active {
	background-color: #f36f21;
	width: 174px;
	padding-top: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #003876;
}
#toprechts {
	float: right;
	width: 214px;
	padding: 3px 8px 2px 2px;
	font-size: 13px;
	color: #003876;
} 
/* zoeken */
#zoeken {
	float: left;
	width: 120px;
	font-size: 13px;
	color: #003876;
}
/* joomfish */
#taal {
	float: right;
}
#taal img {
	padding: 5px 0 0 5px;
   border: 0 none;
}
/* fotobanner */
#header { 
	position: relative;
   background-image: url(../images/header-tt.jpg);
	height: 194px;
   z-index: 1;
} 
#header .moduletable {
   position: absolute;
} 
/* aangesloten bij */
#sgr {
   position: relative;
   float: right;
   background-color: transparent;
	height: 42px;
   width: 72px;
   margin-right: 30px;
   margin-top: 140px;
   z-index: 100;
}
/* linker kolom */
#left {
	float: left;
	width: 170px;
	padding: 0 0 0 20px;
} 
#menu {
	width: 170px;
	background-color: #003876;
	padding: 0 0 15px 0;
}
#menu ul {
	margin: 0;
   background-color: #f36f21;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
	line-height: 2.2em;
}
#menu li {
	border-top: 2px solid #003876;
}
#menu li li {
	background-color: #ffcb04;
         border-top: 2px solid #003876;
}
#menu a {
	display: block;
	width: 162px;
	color: #003876;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}
#menu a:hover {
	background-color: #ffcb04;
}
#menu li li a:hover {
	background-color: #f36f21;
}
#current {
	background-color: #ffcb04;
}
#banner {
	width: 170px;
}
#banner img{
	border: 0;
	padding: 5px 0 0 0;
}
/* rechter kolom */
#rechts {
	float: right;
	width: 184px;
	padding: 0 33px 15px 0;
	margin: 0;
}
#rechts a {
	color: #f36f21;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}
#rechts a:hover {
	color: #ffcb04;
}
#rechts .right {
	text-align: right;
}
/* nieuws */
#rechts .nieuws .content {
	background-color: #ffffff;
	color: #000000;
	padding: 5px 3px 5px 6px;
	font-size: 1.1em;
}
#rechts .nieuws .contentheading {
	font-size: 13px;
	color: #ffcb04;
         font-weight: bold;
	background-color: #003876;
	padding: 6px;
	margin: 0;
}
/* button fotoboek */
#rechts .fotoboek{
	width: 200px;
	height: 30px;
	background-image: url(../images/bg-fotoboek.jpg);
	background-repeat: no-repeat;
	padding: 6px 6px 6px 6px;
	margin: 0;
}
/* button aanbieding */
#rechts .aanbieding{
	width: 200px;
	height: 38px;
	background-image: url(../images/bg-aanbieding.jpg);
	background-repeat: no-repeat;
	padding: 14px 6px 0 6px;
	margin: 0;
}
#rechts .fotoboek a, #rechts .aanbieding a{
	font-size: 13px;
	color: #003876;
}
#rechts .fotoboek a:hover, #rechts .aanbieding a:hover{
	color: #ffcb04;
}
/* main */
#content {
	margin: 0 223px 0 194px;
	padding: 1px 10px;
	background-color: transparent;
	font-size: 1.2em;
} 
.article-content img {
	padding: 10px;
}
/* mail - print buttons */
.buttonheading {
   float: right;
   padding: 0 8px 10px 0;
}
.buttonheading a {
	color: #D9000C;
	text-decoration: none;
   font-weight: bold;
   font-size: 1.2 em;
}
.buttonheading a:hover, a:active {
	color: #ffcb04;
}
/* zoekresultaten */
#searchForm label {
         width: 200px;
}
fieldset {
         border: none;
         padding-bottom: 12px;
}
#searchForm .inputbox, #searchForm .button {
	border: 1px solid #02a6d8;
	padding: 2px;
        vertical-align: middle;
}
#searchForm .button {
	padding: 0 3px 0 3px;
        font-size: 1em;
        font-weight: bold;
	color: #003876;
}
/* algemene opmaak */
p {
	padding: 4px 6px 4px 6px;
}
a {
	color: #D9000C;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFCB04;
}
h1, .componentheading {
	font-size: 1.5em;
   font-weight: normal;
	color: #D9000C;
	padding: 6px 6px 6px 6px;
}
h2 {
	font-size: 1.3em;
   font-weight: normal;
	color: #003976;
	padding: 6px 6px 6px 6px;
}
h4 {
	font-size: 1.1em;
   font-weight: bold;
	color: #003976;
	padding: 6px 6px 0 6px;
}
.kop {
	font-weight: bold;
	color: #D9000C;
}
.componentheading {
	font-weight: bold;
	color: #D9000C;
}
/* footer */
#footer { 
	height: 20px;
	padding: 0;
	background-color: #D9000C;
} 
#bel {
        float: left;
	margin: 0;
        width: 200px;
        height: 100%;
        background-color: #ffcb04;
	color: #003876;
	font-size: 1.4em;
	font-weight: bold;
        text-align: center;
        line-height: 1.3em;
}
#adres {
	margin: 0;
	padding: 2px 0 0 0;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
#copy {
        float: right;
        font-size:0.9em;
        height:15px;
        padding: 4px 34px 0 20px;
}
#copy a {
	color: #ffffff;
}
.clearfloat {
	clear:both;
         height:0;
         font-size: 1px;
         line-height: 0px;
}
/* Tooltips */
.tool-tip {
	background-color: #03a6d8;
	border: 1px solid #ffcb04;
	padding: 5px;
	text-align: left;
}
.tool-title {
   font-weight: bold;
}
/* Print */
.article-content {
	font-size:1.2em;
	text-align: left;
}
