/* ====================================== */
/* Body
/* ====================================== */

body {
	margin: 0;
	padding: 0 0 10px 0;
	font-family: verdana;
	font-size: 11px;
	color: #404040;
	text-align: center;
	line-height: 13px;
}

a {
	color: #00a6d6;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 11px;
}

img {
	display: block;
}

em {
	background: none;
}

/* ====================================== */
/* Containers
/* ====================================== */

.outer-container {
	width: 1009px;
	margin: 0 auto;
	padding:0;
	position: relative;
	text-align: left;
	background: url(/img/achtergronden/bg.gif) repeat-y
}

.inner-container {
	width: 980px;
	margin-left: 14px;
	background: url(/img/achtergronden/bg-container.gif) repeat-y right;
	margin-bottom: 13px;
	position: relative;
}

.inner-container .logo a{
	text-indent: -9999px;
	background: url(/img/algemeen/logo-delta-lloyd.gif) no-repeat;
	width: 131px;
	height: 29px;
	display: block;
	position: absolute;
	left: 20px;
	bottom: 30px;
}

/* ====================================== */
/* Header
/* ====================================== */

.header {
	position: relative;
	height: 80px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.header h1 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.header h1 a {
	position: absolute;
	width: 178px;
	height: 37px;
	display: block;
	background: url(/img/algemeen/logo.gif) no-repeat;
	left: 418px;
	top: 21px;
}

.header h1 a:hover {
	text-decoration: none;
}

.header h1 a span {
	visibility: hidden;
}

/* ====================================== */
/* Sidebar/navigatie
/* ====================================== */

.sidebar {
	width: 245px;
	float: left;
	border-top: 1px solid #00a6d6;
	font-size: 11px;
	position: relative;
	padding-bottom: 100px; /* logo space */
	line-height: 16px;
}

.sidebar a:hover  {
	color: #000000;
	text-decoration: none;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style:  none;
}

.sidebar ul li {
	border-bottom: 1px solid #00a6d6;
	width: 234px;
	padding-left: 11px;
}

.sidebar ul li a {
	padding: 5px 0 5px 8px;
	display: block;
	width: 226px;
	background: url(/img/icons/nav-bullets.gif) no-repeat 0  0;
	color: #00a6d6;
}

/* hover states */ 
 
.sidebar ul li a:hover {
	background: url(/img/icons/nav-bullets.gif) no-repeat 0  -28px;
	font-size: 11px;
}	

/* active states level 1 */
.sidebar ul li.active {
	font-weight: bold;
}	

.sidebar ul li.active ul {
	padding-bottom: 4px;
}

.sidebar ul li.active a {
	background: url(/img/icons/nav-bullets.gif) no-repeat 0  -84px;
}

.sidebar ul li.active a:hover {
	background: url(/img/icons/nav-bullets.gif) no-repeat 0  -84px;
	color: #00a6d6;
}

/* active states level 2 */
.sidebar ul li.active li {
	font-weight: normal;
	padding-left: 8px;
}

.sidebar ul li.active li a {
	background: url(/img/icons/nav-bullets.gif) no-repeat 0  -3px;
	padding: 2px 0 2px 8px;
}

.sidebar ul li.active li a:hover {
	background: url(/img/icons/nav-bullets.gif) no-repeat 0  -31px;
	color: #000000;
}

.sidebar ul li.active li {
	border-bottom: 0px solid #fff;
}

.sidebar ul li.active li.active {
	font-weight: bold;
}

.sidebar ul li.active li.active a:hover {
	color: #00a6d6;
	background: url(/img/icons/nav-bullets.gif) no-repeat 0  -3px;
}



/* ====================================== */
/* Content
/* ====================================== */

.content {
	width: 465px;
	float: left;
	display: inline;
	margin: 0 0 0 13px;
}

.content .sitemaptree {
	padding-left:10px;
}

.column .visual-groot {
	margin-bottom: 2px;
	height: 217px;
	position: relative;
}

.column ul#visuals  img {
	margin: 0;
}

.column ul#visuals {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ====================================== */
/* Content-blokken
/* ====================================== */


/* Content styling white background*/

.content h2 {
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
	margin: 0 0 7px 0;
	padding: 0;
	color: #00a6d6;
}

.content h3 {
	margin: 0 0 7px 0;
	padding: 0;
	font-weight: normal;
	font-size: 13px;
}
		
.content h2.classic {
	font-family: Times new Roman;
	font-size: 17px;
}

.content h3.classic {
	font-size: 15px;
	font-family: Times new Roman;
}

.content p.intro {
	font-weight: bold;
	font-style: italic;
}

.content p.classic {
	font-family: Times new Roman;
	font-size: 12px;
}

.content cite {
	font-family: Times new Roman;
	font-size: 19px;
	line-height: 18px;
}

.content span.blue {
	color: #00a6d6;
}

.content .fill  a:hover, .content .fill  span.white a:hover {
	color: #000;
}	

.content span.white {
	color: #fff;
}	

.content p.leesverder {
	margin-bottom: 0px;
}

.content p.leesverder a {
	margin-bottom: 0px;
	padding-left: 9px;
	background: url(/img/icons/nav-bullets.gif) no-repeat 0 -7px;
}

.content .blok ul {
	margin:0;
	padding: 0 0 0 0;
	list-style: none;
	}
	
.content .blok ul li {
	background: url(/img/icons/blok-ul-bullet.png) no-repeat  0 -1px ;
	padding-left: 10px;
}

.content .blok ol {
	margin: 0 0 0 23px;
	padding: 0 0 5px 0;
}

/* Content styling blue background*/

.content .fill h2, .content .fill h3, .content .fill a  {
	color: #fff;
}

.content .fill p.leesverder  a {
	margin-bottom: 0px;
	background: url(/img/icons/nav-bullets.gif) no-repeat 0 -64px;
}	

.content .fill ul {
	margin:0;
	padding: 0 0 0 0;
	list-style: none;
	}
	
.content .fill ul li {
	background: url(/img/icons/blok-ul-bullet-blue.png) no-repeat  0 0px ;
	padding-left: 10px;
}

.content .fill ol {
	margin: 0 0 0 23px;
	padding: 0 0 5px 0;
}




/* Paragraph style*/

.content p {
	margin-bottom: 7px;
	clear:both;
}


/* fixed position */

.content .textshort  p.leesverder,
.content .textlarge  p.leesverder {
	position: absolute;
	bottom: 11px;
}

/* Blokken */

.content .blok {
	border: 1px solid #00a6d6;
	margin-top: 9px;
	padding: 13px 17px 17px;
	display: inline;
	float: left;
	width: 429px;
	position: relative;
}

/* Extra styling blokken */

.content .small {
	width: 192px;
}

.content .top {
	margin-top: 0px;
}

.content .fill {
	background: #00a6d6;
	border: 1px solid #84d0f0;
	color: #fff;
}

.content .float {
	float: right;
}

/* Fixed height */

.content .textshort {
	height: 119px;
	overflow: hidden;
	padding: 13px 17px 11px;
}

.content .textlarge {
	height: 421px;
	overflow: hidden;
}

.content .imageshortsmall{
	width: 226px;
	height:143px;
	padding: 0;
}

.content .imagelargesmall{
	width: 226px;
	height:451px;
	padding: 0;
}

.content .imageshortwide {
	width: 463px;
	height:143px;
	padding: 0;
}

.content .imagelargewide {
	width: 463px;
	height:451px;
	padding: 0;
}

/* tabellen */
.blok table {
	font-size:11px;
	display:table;
	margin-bottom:0;
	margin-top:0;
	text-indent:0;
	margin-bottom:10px;
	}
	.blok table td {
		font-size:11px;
		padding:2px 8px;
		}


/*options/buttons content styling */

.content .print h2 {
	padding-right: 100px;
}

.content .printbutton ul {
	position: absolute;
	right: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.content .printbutton ul li {
	float: left;
	display: inline;
	margin-left: 5px;
	background: none;
}

.content .printbutton ul li a {
	text-indent: -9999px;
	display: block;
}

.content .printbutton ul li a {
	width: 31px;
	height: 30px;
	background: url(/img/icons/printer.gif) no-repeat;
}

.content img {
	margin: 0;
	padding: 0;	
}



/* ====================================== */
/* Content forms
/* ====================================== */

.content form div input.text {
	height: 22px;
	line-height: 22px;
	border: 1px solid #00a6d6;
	margin-bottom: 15px;
}

.content form div label {
	padding-bottom: 8px;
	display: block;
}

.content form div.vraag label {
	color: #00a6d6;
}

.content form div.voornaam, .content form div.achternaam {
	float: left;
	width: 216px;
}

.content form div.adres, .content form div.huisnummer, .content form div.postcode, .content form div.plaats {
	float: left;
}

.content form div.adres {
	width: 328px;
}

.content form div.postcode {
	width: 110px;
}

.content form div.plaats {
	width: 310px;
}

.content form div.achternaam {
	margin-left: 9px;
	width:200px;
}

.content form div.huisnummer, .content form div.plaats {
	margin-left: 9px;
}

.content form div.email {
	display: block;
	float: none;
	clear:both;
}

.content form div.voornaam input, .content form div.achternaam input {
	width: 205px;
	
}

.content form div.email input.text, .content form div.introductiemail input.text  {
	width: 429px;
}

.content form div.telefoon input.text {
	width: 210px;
}

.content form div.plaats input.text {
	width: 310px;
}

.content form div.postcode input.text {
	width: 100px;
}

.content form div.adres input.text {
	width: 318px;
}

.content form div.huisnummer input.text {
	width: 90px;
}




.content form div.vraag textarea, .content form div.afspraak textarea  {
	width: 429px;
	height: 89px;
	border: 1px solid #00a6d6;
	font-family: verdana;
	font-size: 11px;
	margin-bottom: 12px;
}

.content form div.error {
	float: left;
	width: 300px;
	font-weight: bold;
}

.content form a.button {
	background: #00a6d6;
	color: #fff;
	padding: 7px 30px;
	float: left;
	display: inline;
	margin: 0 0 0 317px;
}

.content form h2.contact {
	font-family: times new roman;
	font-size: 25px;
	font-style: italic;
	color: #484443;
	padding-top: 180px;
}

.content form h2.contact span {
	color: #00a6d6;
	font-size: 12px;
	font-family: verdana;
	font-style: normal;
	font-weight: bold;
}

.content form .formfooter {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 0 17px;
	
}

.content form .error {
	float: left;
	height: 1px;
} 


/* ====================================== */
/* Column
/* ====================================== */


/* Column styling white background*/

.column h2 {
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
	margin: 0 0 7px 0;
	padding: 0;
	color: #fff;
}

.column h3 {
	margin: 0 0 7px 0;
	padding: 0;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
}
		
.column h2.classic {
	font-family: Times new Roman;
	font-size: 17px;
}

.column h3.classic {
	font-size: 15px;
	font-family: Times new Roman;
}

.column p.intro {
	font-weight: bold;
	font-style: italic;
}

.column p.classic {
	font-family: Times new Roman;
	font-size: 12px;
}

.column cite {
	font-family: Times new Roman;
	font-size: 19px;
	color: #fff;
	line-height: 18px;
}

.column span.blue {
	color: #00a6d6;
}

.column span.white {
	color: #fff;
}	

.column p.leesverder {
	margin-bottom: 0px;
}

.column p.leesverder a {
	margin-bottom: 0px;
	padding-left: 9px;
	background: url(/img/icons/nav-bullets.gif) no-repeat 0 -7px;
}

.column  .blok ul {
	margin:0;
	padding: 0 0 0 0;
	list-style: none;
	}
	
.column .blok ul li {
	background: url(/img/icons/blok-ul-bullet-blue.png) no-repeat  0 -1px ;
	padding-left: 10px;
}

.column  .blok ol {
	margin: 0 0 0 23px;
	padding: 0 0 5px 0;
}

.column img {
	margin: 0;
	padding: 0;	
}

/* Content styling blue background*/

.column .fill h2, .column .fill h3, .column .fill a, .column .fill span.blue  {
	color: #00a6d6;
}

.column .fill p.leesverder  a {
	margin-bottom: 0px;
	background: url(/img/icons/nav-bullets.gif) no-repeat 0 -64px;
}	

.column .fill cite {
	color: #00a6d6;
}

.column .fill  ul {
	margin:0;
	padding: 0 0 0 0;
	list-style: none;
	}
	
.column .fill ul li {
	background: url(/img/icons/blok-ul-bullet.png) no-repeat  0 -1px ;
	padding-left: 10px;
}

.column .fill  ol {
	margin: 0 0 0 23px;
	padding: 0 0 5px 0;
}

/**/

.column {
	float: left;
	display: inline;
	margin-left: 13px;
	padding: 1px;
	width: 242px;
}

.column p {
	margin-bottom: 8px;
}

.column .blok {
	padding: 15px 17px 17px;
}

.column .fill {
	background: #ffffff;
}

.column a {
	color: #fff;
}	

.column .last {
}

.column  p.leesverder  a {
	margin-bottom: 0px;
	background: url(/img/icons/nav-bullets.gif) no-repeat 0 -64px;
	color: #fff;
	padding-left: 9px;
}

/* Fixed height */

.column .textshort {
	height: 120px;
	overflow: hidden;
	padding: 13px 17px 10px;
}

.column .textlarge {
	height: 416px;
	height: 419px;
	overflow: hidden;
}

.column .imageshortsmall{
	width: 226px;
	height:143px;
	padding: 0;
}

.column .imagelargesmall{
	width: 226px;
	height:451px;
	padding: 0;
}


.column .quote {
	font-family: times new roman;
	color: #fff;
	font-size: 19px;
	font-style: italic;
	line-height: 25px;
	padding-bottom:0;
}



/* begrippen */ 
.column .begrippen select {
	width:100%;
	padding:1px;
	font-size:11px;
	}
	
#begrip-omschrijving {
	padding:10px;
	padding-bottom:0px;
}

#dropBegrippen {
	position:absolute;
	right:0;
	background-color:#fff;
	cursor:pointer;
	color:#aaa;
	z-index:900;
	padding:6px 10px;
	margin-top:-26px;
	margin-right:1px;

	text-indent:-9000px;
}

p.kiesBegrip a {
	margin:0;
	padding:6px 8px;
	z-index:901;
	height:13px;
	overflow:hidden;
	background:#fff url(/img/icons/dropdown.png) no-repeat 225px 10px;
}

p.kiesBegrip a:hover {
	background:#fff url(/img/icons/dropdown.png) no-repeat 225px -12px;
}

#begrippen {
	background-color:#fff;
	display:none;
	border:1px solid #aaa;
	position:absolute;
	height:0px;
	width:242px;
	overflow:hidden;
	list-style-type:none;
	margin:0;
	padding:0;
	margin-top:-9px;
	margin-left:-1px;

	scrollbar-3dlight-color:#FFFFFF; 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-base-color:#FFFFFF; 
	scrollbar-darkshadow-color:#CDF2FA; 
	scrollbar-face-color:#CDF2FA; 
	scrollbar-highlight-color:#CDF2FA; 
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	
	overflow-x:hidden;
	overflow-y:auto;
	scrollbar-x:hidden;
}
#begrippen li a, .kiesBegrip a {
	display:block;
	padding:6px 8px;
	background:#fff;
	width:226px;
	overflow:hidden;
	color:#00A6D6;
	cursor:pointer;
	border-bottom:1px solid #00A6D6;
}
#begrippen li a {
	width:210px;
}

#begrippen li a:hover, .kiesBegrip a:hover, #begrippen li.selected a {
	text-decoration:none;
	color:#000;
	font-size:11px;
}

#begrippen li.selected a {
	text-decoration:none;
	color:#00A6D6;
	font-size:11px;
	background-color:#E2F8FC;
}



/* ====================================== */
/* Footer
/* ====================================== */

.footer {
	width: 980px;
	border-top: 1px solid #00a6d6;
	margin-left: 13px;
	font-size: 9px;
	line-height: 10px;
}

.footer ul {
	margin: 7px 0 0 14px;
	padding: 0;
	list-style: none;
}

.footer ul li {
	float: left;
	border-left: 1px solid #00a6d6;
	padding: 0 5px 0 6px;
}

.footer ul li.first {
	border-left: 0px solid #fff;
}

.footer a{
	color: #00a6d6;
}

.footer a:hover {
	font-size: 9px;
	color: #000000;
}