#inhoudsopgave_foto2 {
border: 1px solid #9c83ba;
}
body,input,select,textarea,td,th,a,p {
	color: #370f66;
	font-family: Helvetica, Arial;
	font-size: 11px;
}
.webservicecat select { width: 100%; }
input,select { 
	background-color: #ffffff;
	border: 1px solid #9c83ba;
	height: 20px;
} 
 
textarea { 
	background-color : #ffffff; 
	scrollbar-track-color : #ffffff;
	border: 1px solid #9c83ba;
} 

body { 
	scrollbar-3dlight-color : #5e388a;
	scrollbar-arrow-color : #5e388a;
	scrollbar-base-color : #5e388a;
	scrollbar-darkshadow-color : #f0ffff;
	scrollbar-face-color : #f0ffff;
	scrollbar-highlight-color : #f0fffe;
	scrollbar-shadow-color : #5E388A;
	scrollbar-track-color : #f0fffe;
	background-color: #f0fffe; 
	margin: 2px;
} 
 
a { 
	text-decoration : none; 
} 
a:hover { 
	color: #9C83BA;
} 

hr {
	color: #5E388A;
	height: 1px;
}
 
td { 
	vertical-align: top;
} 
 
#overzicht { 
	background-color: #ffffff;
	padding-left: 4px;
} 
 
th { 
} 
 
h1, h2, h3, h4, h5, h6 { 
	font-size: 12px;
	color: #370f66;
} 
 
#topmenu_logo { 
	/* Gebruikt voor het positioneren van het logo */ 
	position : absolute; 
	top : 0px; 
	right : 0px; 
} 
 
#topmenu_menu { 
	/* Gebruikt voor het positioneren+layout van het topmenu */ 
	position : absolute; 
	top : 0px; 
	left : 20px; 
} 
 
#topmenu { 
	/* Globale topmenu styles */ 
	margin-top : 0px; 
	margin-left : 0px; 
} 
 
/************/ 
/*  TEKSTEN */ 
/**********/ 
 
#pagelink { 
	color : #FFFFFF; 
	font-weight: bold; 
} 

#pagetitle { 
	color : #FFFFFF; 
	font-weight: bolder; 
} 
 
.box { float: center; text-align: center; width:  }
#boxContent { border: none; background: #3B76B4; color: #ABD0F7; position: relative; left: -2px; top: -2px;}
#boxContainer { position: relative; background: #4B82BD; margin: 4px; }
 
/*********/ 
/*  POLIS */ 
/********/ 
 
#polis_d1 { 
	font-size : 11px; 
} 
 
#polis_d1_value { 
	font-size : 11px; 
	font-weight: bold; 
} 
 
#polis_d2a	{ 
	font-size : 11px; 
} 
 
#polis_d2a_value { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight: bold; 
} 
 
#polis_d2b	{ 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
} 
 
#polis_d3	{ 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
} 
 
#polis_dcomment	{ 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
} 
 
#polis_iframe {
	background-color: #F0FFFE;
	border-color: #5E388A;
	border-style: solid  none solid none;
	border-width: 1px;
	margin-left: 0px;
	margin-right: 0px;
} 

 
/*************/ 
/*  agenda */ 
/*************/ 
 
#kalender 
/*	Globale tab el */ 
{ 
	vertical-align : top; 
} 
 
#kalender_detail { 
	/* detailweergave van kalenderitems */ 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	background-color : transparent; 
} 
#kalender_top 
/*	Het veld waar de huidige maand + jaar in getoond worden */ 
{ 
	border : 1px solid Black; 
	font-size: 10px;
} 
#kalender_top_dag 
/*	De velden waar de dagnaam in getoond wordt */ 
{ 
	border : 1px solid Black; 
	background-color : White; 
	font-weight : bold; 
	font-size: 10px;
} 
#kalender_dag 
/*	Het standaard veld voor een dag */ 
{	 
	background-color : #EDE5DC; 
	table-layout : fixed; 
	font-size: 10px;
} 
#kalender_dag_vandaag 
/*	De huidige dag */ 
{ 
	background-color : #FFE47E; 
	table-layout : fixed; 
	font-size: 10px;
} 
#kalender_dag_weekend 
/*	De zaterdag en zondag */ 
{ 
	background-color : #C9BAAC; 
	table-layout : fixed; 
	font-size: 10px;
} 
#kalender_dag_datum_vandaag 
/*	De huidige datum, valt binnen #kalender_dag_ */ 
{ 
	text-decoration : underline; 
	font-weight : bold; 
	table-layout : fixed; 
	font-size: 10px;
} 
#kalender_dag_datum 
/*	De standaard datum, valt binnen #kalender_dag_ */ 
{ 
	text-decoration : none; 
	font-weight : normal; 
	table-layout : fixed; 
	font-size: 10px;
} 
#kalender_bottom 
/*	De onderkant van de kalender, hierin kunnen een andere maand+jaar geselecteerd worden */ 
{ 
	text-align : center; 
	border : 1px solid Black; 
	font-size: 10px;
} 
#kalender_dag_table { 
	border : 1px solid Black; 
	table-layout : fixed; 
	font-size: 10px;
} 
#kalender_link 
{ 
	font-size: 10px;
} 
 
#error_box_title 
{ 
        border: 1px solid #5E388A;
        background: #CEEBE9;
        text-align: center;
        font-weight: bold;
} 
 
#error_box_body 
{ 
        border: 1px solid #5E388A;
		border-top: 0px;
        background: transparent;
        color: black;
        padding: 5px;
} 
 
#msg_box_title 
{
        border: 1px solid #5E388A;
        background: #CEEBE9;
        text-align: center;
        font-weight: bold;
}

#msg_box_body 
{
        border: 1px solid #5E388A;
	border-top: 0px;
        background: transparent;
        padding: 5px;
}

#polis_blok,#schade_blok
{
	border: 1px solid #A1DAD6;
	border-top: 0px;
	border-right: 0px;
	font-weight : bold;
	padding-left: 4px;
}

/* brief indelingen */
#bi_button {
        font-family : Arial;
        font-size : 8pt;
        border-width : 1;
        border-style : solid;
        background-color : #DADADA;
        width: 80px;
        margin-bottom: 5px;
}
#bi_menu {
        background-color: #CEEBE9;
}
#bi_back {
		background-color: #CEEBE9;
}

#client_box_title
{
        border: 1px solid #5E388A;
        background: #CEEBE9;
        text-align: center;
        font-weight: bold;
}

#client_box_body
{
        border: 1px solid #5E388A;
		border-top: 0px;
        background: transparent;
        color: black;
        padding: 5px;
}

#inhoudoverzicht_align {
	vertical-align : middle;
}

#inhoudoverzicht_topbanner {
	visibility : hidden;
}

#inhoudoverzicht_pagelink { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight: bold; 
} 

#inhoudoverzicht_button {
	width: 0px;
} 

#inhoudoverzicht_pagetitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bolder;
} 

#inhoudoverzicht_left {
	background-color: #000000;
	width: 0px;
}

#inhoudoverzicht_background {
}

#inhoudoverzicht_leftbottom {
	width: 0px;
}

#inhoudoverzicht_bottom {
}

#msgWarning {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #9c83ba;
	padding: 5px;
}

#poliskaart_tabel {
	width: 99%;
	padding-left: 4px;
	margin-left: 4px;
}

#poliskaart_links {
	width: 50%;
	word-break : break-all;
	line-break : strict;
	word-wrap : normal;
	border-bottom: 1px solid #A1DAD6;
	border-left: 1px solid #A1DAD6;
	background-color: #F0FFFE;
	vertical-align: top;
}
	
#poliskaart_rechts {
	width: 50%;
	padding-left : 4px;
	background-color: #FFFFFF;
	border-bottom : 1px solid #A1DAD6;
}

#poliskaart_scheiding {
	background-color: #F0FFFE;
	border-bottom : 1px solid #A1DAD6;
}

.kaarttoevoegen_categoriekop {
	font-weight: bold;
}
