html{
	height: 100%;
	margin:0;
	padding:0;
}

body,td{
		font-family: arial, sans-serif;
		font-size: 15px;
		font-weight: normal;
		color: #81190D;
		vertical-align: top;
}

table{
	border-collapse: collapse;
	width: 100%;
 }
 
/* ####### STRAMIEN #########################*/

table.container {
/* Buitenste container voor website */
        position: relative;
        margin: 0 auto;
        width: 980px;
        height: 500px;
        padding:0px;
        border: 1px solid #777777;
}

td.topbar{
	height: 80px;
	width:980px;
	background-color: #dddddd;
	border-bottom: 1px solid #81190D;
}

td.content{
    background-color: #eeeeee;
    width: 730px;
    padding: 10px;
}
div.separator{
	background-color: #f3e1e1;
	color: #555555;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer{
	font-size: 9px;
	color: white;
	text-align:center;
	background-color:#cccccc; 
	border-top: 1px solid #81190D;
}
/* ####### SERVICEMENU #########################*/

.servicemenu{
	white-space:nowrap;
	vertical-align: bottom;
}
.servicemenu ul{
	display: inline;
}
.servicemenu ul li{
	list-style-type: none;
	float: right;
	margin: 0px 15px 0px 0px;
	font-weight: bold;
}
.servicemenu a:link{
	color:#81190D;
	text-decoration:none;
	font-weight:bold;
}
.servicemenu a:visited{
	color:#81190D;
	text-decoration:none;
	font-weight:bold;
}

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

.servicemenu a:active{
	color:#81190D;
	text-decoration:none;
	font-weight:bold;
}

/* ####### ZOEKEN #########################*/
form#search{
	margin-left: 10px;
	margin-top: 10px;
 }
/* ####### MENU #########################*/

td.menu{
        background-color: #81190D;
        width: 250px;
        vertical-align: top;
}

table.menu{
        width: 248px;
}

td.menu_1{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	padding-left: 10px;
}

td.menu_1_Selected{
	text-align:right;
	background-color: #f3e1e1;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
}

td.menu_2{
	padding-left: 30px;
	background-color: #f3e1e1;
	text-align:right;
	padding-right: 6px;
}

td.menu_2_Selected{
	text-align:right;
	background-color: #f3e1e1;
	padding-right: 6px;
}

.menu_1 a:link{
	color: white;
	font-weight: bold;
	font-family: arial,sans-serif;
	font-size: 14px;
}
.menu_1 a:visited{
	color: white;
	font-weight: bold;
	font-family: arial,sans-serif;
	font-size: 14px;
}
.menu_1 a:hover{
	color: #f30d0e;
	font-weight: bold;
	font-family: arial,sans-serif;
	font-size: 14px;
}
.menu_1 a:active{
	color: white;
	font-weight: bold;
	font-family: arial,sans-serif;
	font-size: 14px;
}
.menu_1_Selected a:link{
	color: #81190D;
	text-decoration:none;
	font-weight:bold;
	font-size: 15px;
}
.menu_1_Selected a:visited{
	color:#81190D;
	text-decoration:none;
	font-weight:bold;
	font-size: 15px;
}
.menu_1_Selected a:hover{
	color:#81190D;
	text-decoration:none;
	font-weight:bold;
	font-size: 15px;
}
.menu_1_Selected a:active{
	color:#81190D;
	text-decoration:none;
	font-weight:bold;
	font-size: 15px;
}

.menu_2 a:link{
	color:#555555;
	text-decoration:none;
	font-weight:bold;
	font-size: 13px;
	margin-right: 15px;
}
.menu_2 a:visited{
	color:#555555;
	text-decoration:none;
	font-weight:bold;
	font-size: 13px;
	margin-right: 15px;
}
.menu_2 a:hover{
	color:#f30d0e;
	text-decoration:none;
	font-weight:bold;
	font-size: 13px;
	margin-right: 15px;
}
.menu_2 a:active{
	color:#555555;
	text-decoration:none;
	font-weight:bold;
	font-size: 13px;
	margin-right: 15px;
}
.menu_2_Selected a:link{
	color:#81190D;
	text-decoration:none;
	font-weight:bold;
	font-size: 14px;
}
.menu_2_Selected a:visited{
	color:#81190D;
	text-decoration:none;
	font-weight:bold;
	font-size: 14px;
}
.menu_2_Selected a:hover{
	color:#81190D;
	text-decoration:none;
	font-weight:bold;
	font-size: 14px;
}
.menu_2_Selected a:active{
	color:#81190D;
	text-decoration:none;
	font-weight:bold;
	font-size: 14px;
}

/* ####### CONTENT #########################*/

.kop{
	color: #81190D;
	font-weight: bold;
	font-size: 32px;
}

.nomargin{
	display: inline;
	margin:0px;
}

.lijnboven {
	border-top: 1px solid #777777;
	width:100%;
	padding-top:5px;
}

.lijnonder {
	border-bottom: 1px solid #777777;
	width:100%;
	padding-bottom:5px;
}
/* =====pagina titels ==========*/
	.pageTitle{
		width: 100%;
		color: #555555;
		font-weight: bold;
		font-size: 22px;
		border-bottom: 1px solid #777777;
		margin: 5px 0px 10px 0px;
	 }
/* ===================================*/

.description {
	font-style: italic;
	margin: 0px 0px 5px 0px;
 }

.itemList{
	/* opsomming van content-items */
}
.itemList .linkItem, .itemList .serviceItem, .itemList .newsItem,  .itemList .infoItem{
	/* items binnen een lijst */
	margin-bottom: 10px;
	border-bottom: 1px solid #f8f8f8;
 }

.itemList .headline {
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.itemList .description {
	font-style: italic;
	padding; 0px 0px 0px 0px;
	margin: 0px 0px 5px 10px;
}

.itemList .tekst{
	padding; 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}
.itemList .url{
	padding; 0px 0px 0px 0px;
	margin: 0px 0px 5px 10px;
}

/* ####### inlineframe #########################*/

.inlineframe{
	position:relative;
	float: right;
	background-color: #f3e1e1;
	padding: 5px;
	margin: 3px;
	border: 1px solid #81190D;
	width: 200px;
	color: #81190D;
	clear: right;
 }
 .inlineframe img{
 	width: 190px;
  }
 .inlineframe span{
 	color: #555555;
 	margin-right: 5px;
  }
 .inlineframe ul{
 	margin:0px 0px 0px 16px;
 	padding:0px 0px 0px 0px;
  	marker-offset: 2px; 
  }

/* ####### Hyperlinks #########################*/

a:link{
	color:#023cc3;
	text-decoration:none;
}
a:visited{
	color:#023cc3;
	text-decoration:none;
}
a:hover{
	color:#f5780c;
	text-decoration:none;
}
a:active{
	color:#023cc3;
	text-decoration:none;
}

