/* @group center */



#center
{
	width: 846px;
	margin:0 auto;
	
	
	background: url(/cottyn/images/bg-content.gif) repeat-y 0 0;

	
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
}

#center #logo_link
{
	display: block;
	width: 214px;
	height: 86px;
	position: absolute;
	margin: 0 0 0 12px;
	text-indent: -99999px;
}


#center #taalkeuze
{
	width: 846px;
	height: 27px;
	background: url(/cottyn/images/logo-top.jpg) no-repeat 0 0;
}

#center #taalkeuze ul
{
	height: 27px;
	width: 836px;
}

#center #taalkeuze ul li
{
	display: inline;
}

#center #taalkeuze ul li a:link,
#center #taalkeuze ul li a:visited
{
	display: block;
	float: right;
	height: 27px;
	padding: 0 6px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 27px;
}

#center #taalkeuze ul li a:hover
{
	background: url(/cottyn/images/hover-taalkeuze.gif) no-repeat center bottom;
}

#center #taalkeuze ul li a.active
{
	background: url(/cottyn/images/hover-taalkeuze.gif) no-repeat center bottom;
}


#center #logo
{
	height: 85px;
	width: 846px;
	background: url(/cottyn/images/logo.jpg) no-repeat 0 0;
}

#center #logo #land
{
	height: 85px;
	float: right;
	margin: 0 15px 0 0;

}

#center #logo_bottom
{
	width: 846px;
	height: 182px;
	background: url(/cottyn/images/i/header1.gif) no-repeat 0 0;
}
#center #logo_bottom.header1 {
	background: url(/cottyn/images/i/header1.gif) no-repeat 0 0;
}
#center #logo_bottom.header2 {
	background: url(/cottyn/images/i/header2.gif) no-repeat 0 0;
}
#center #logo_bottom.header3 {
	background: url(/cottyn/images/i/header3.gif) no-repeat 0 0;
}
#center #logo_bottom.header4 {
	background: url(/cottyn/images/i/header4.gif) no-repeat 0 0;
}
#center #logo_bottom.header5 {
	background: url(/cottyn/images/i/header5.gif) no-repeat 0 0;
}
#center #logo_bottom.header6 {
	background: url(/cottyn/images/i/header6.gif) no-repeat 0 0;
}
#center #logo_bottom.header7 {
	background: url(/cottyn/images/i/header7.gif) no-repeat 0 0;
}
#center #logo_bottom.header8 {
	background: url(/cottyn/images/i/header9.gif) no-repeat 0 0;
}
#center #logo_bottom.header9 {
	background: url(/cottyn/images/i/header9.gif) no-repeat 0 0;
}
#center #logo_bottom.header10 {
	background: url(/cottyn/images/i/header10.gif) no-repeat 0 0;
}
#center #logo_bottom.header11 {
	background: url(/cottyn/images/i/header11.gif) no-repeat 0 0;
}
#center #logo_bottom.header12 {
	background: url(/cottyn/images/i/header12.gif) no-repeat 0 0;
}

#center #logo_bottom .left
{
	
}

#center #logo_bottom .right
{
	width: 305px;
	height: 182px;
	position: absolute;
	margin: 0 11px 0 0;
	margin:0 0 0 530px;
	font-family: "Times New Roman", Georgia, Times, serif;
	text-transform: uppercase;
	background: url(/cottyn/images/bg-right.jpg) no-repeat 0 0;
}

#center .right .wrapper
{
	position: absolute;
	width: 265px;
	margin: 60px 0 0 20px;
}

#center #logo_bottom .right h1
{
	font-size: 15px;
	margin: 0 0 15px 0;
}

#center #logo_bottom .right h1 span
{
	font-size: 10px;
}

#center #logo_bottom .right p
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#center #size_changer
{
	width: 295px;
	height: 15px;
	position: absolute;
	margin: 160px 0 0 0;
}

#center #size_changer li
{
	display: inline;
}

#center #size_changer span
{
	float: right;
	margin-left: 10px;
}

#center #size_changer span.form
{
}

#center #size_changer span.form input {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10px;
	border: 0px;
}
a.headertitlelink {
	color: #fff;
	text-decoration: none;
}
a.headertitlelink:hover {
	color: #fff;
	text-decoration: underline;
}
#center #size_changer a:link,
#center #size_changer a:visited
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0 2px;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	display:inline;
}

/* @end */

/* @group menu */

#menu
{
	width: 846px;
	height: 38px;
	
	background: url(/cottyn/images/bg-menu.gif) no-repeat 0 0;
}
#menu ul
{
	margin: 0 0 0 12px;
	height: 38px;
	width: 823px;
}

#menu ul li
{
	display: inline;
}
#menu a:link,
#menu a:visited
{
	display: block;
	float: left;
	text-align: center;
	height: 38px;
	line-height: 38px;
	text-decoration: none;
	font-family: "Times New Roman", Georgia, Times, serif;
	color: #00394d;
	background: url(/cottyn/images/menu-spacer.jpg) no-repeat right top;
	text-transform: uppercase;
	width: 117px;
}

#menu a.last
{
	background: none;
}

#menu a.active
{
		background: url(/cottyn/images/menu-hover.jpg) no-repeat center top;
}

#menu a:hover
{
		background: url(/cottyn/images/menu-hover.jpg) no-repeat center top;

}

/* @end */

/* @group content */

#content
{
	background: url(/cottyn/images/bg-content.gif) repeat-y 0 0;
	color: #00384f;
	height: 100%;
	
}

/* @group left */

#content .left
{
	width: 197px;
	position: relative;
	float: left;
	margin: 0 0 0 12px;
	display: inline; /* for IE6, double margin bug - the basterd (by frederik) */

}

#content .left ul
{
	margin: 9px 0 0 0;
}


#content .left li,
#content .left li li
{
	display: inline;
}

#content .left a:link,
#content .left a:visited
{
	display: block;
	background: url(/cottyn/images/bg-submenu.gif) repeat-x left bottom;
	/*border-bottom: 1px dashed #cbcbcb;*/
	text-decoration: none;
	color: #938e88;
	font-family: "Times New Roman", Georgia, Times, serif;
	text-transform: uppercase;
	padding: 4px 0 4px 15px;
	line-height: 18px;
	white-space: normal;
	width: 182px;
	font-size: 11px;
}

#content .left li li a:link,
#content .left li li a:visited
{
	display: block;
	line-height: 18px;
	border-bottom: none;
	text-decoration: none;
	color: #938e88;
	font-family: "Times New Roman", Georgia, Times, serif;
	padding: 4px 0 4px 30px;
	width: 167px;
	text-transform: uppercase;
	font-size: 10px;
	background: none;
}

#content .left li li a:hover
{
	color: #03374f;
}

#content .left li ul
{
	background: url(/cottyn/images/bg-submenu.gif) repeat-x left bottom;
}

#content .left a.last
{
	background: none;
}

#content .left a.active
{
	color: #03374f;
	background: url(/cottyn/images/bg-submenu.gif) repeat-x left bottom;
}

#content .left ul li li a.active
{
	color: #03374f;
	background: none;
}


#content .left ul a:hover
{
	color: #03374f;
}

#slogan
{
	width: 197px;
	background:#ecebe9;
	margin: 15px 0 0 0;
	color: #678993;
	padding: 20px 0;
	bottom: 0;
	position: relative;
	font: 15px/20px "Times New Roman", Georgia, Times, serif;
	text-transform: uppercase;
}

#content .left #slogan .wrapper
{
	margin: 0 0 0 20px;
	width: 157px;
}

/* @end */

/* @group right */

#content .right
{
	width: 627px;
	position: relative;
	margin: 0 0 0 209px;
}

#content .right .rwrapper
{
	margin: 20px 0 0 30px;
	width: 567px;
	line-height: 20px;
	padding:  0 0 40px 0;
}

#content .right .rwrapper #map
{
	float: left;
	width: 278px;
	height: 181px;
	margin: 0 20px 0 0;
	background: url(/cottyn/images/map.jpg) no-repeat 0 0;
}

#content .right .rwrapper #foto
{
	float: left;
	width: 160px;
	height: 160px;
	margin: 0 20px 0px 0;
}

#content .right .rwrapper p
{
	margin: 0 0 15px 0;
}


#content .right .rwrapper p.head
{
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

#content .right .rwrapper h1
{
	margin: 15px 0 15px 0;
	height: 25px;
	font-weight: bold;
	font-size: 16px;
	background: transparent url(/cottyn/images/spacer-large.jpg) no-repeat left bottom;
}

#content .right .rwrapper h2
{
	margin: 15px 0 5px 0;
	color: #a29d96;
	height: 25px;
	text-transform: uppercase;
	background: transparent url(/cottyn/images/spacer-large.jpg) no-repeat left bottom;
	font-size: 10px;
}

#content .right .rwrapper h3
{
	margin: 15px 0 5px 0;
	font-size: 10px;
	font-weight: bold;
	background: transparent url(/cottyn/images/spacer-large.jpg) no-repeat left bottom;
	
}

#content .right .rwrapper ul
{
	margin: 0 0 20px 30px;
}
#content .right .rwrapper ul li ul
{
	margin: 0;
	list-style-type: circle;
}

#content .right .rwrapper a:link,
#content .right .rwrapper a:visited
{
	color: #03374f;
	text-decoration: none;
}

#content .right .rwrapper a:hover
{
	text-decoration: underline;
}

/* @end */

/* @group breadcrumbs */

#content .right #breadcrumbs
{
	color: #a09d96;
	text-transform: uppercase;
	height: 40px;
	width: 625px;
	background: url(/cottyn/images/bg-breadcrumbs.jpg) no-repeat 0 0;
	line-height: 35px;
}

#content .right #breadcrumbs span
{
	margin: 0 0 0 15px;
}



#content .right #breadcrumbs a:link,
#content .right #breadcrumbs a:visited
{
	text-decoration: none;
	color: #a09d96;
	font: 10px "Times New Roman", Georgia, Times, serif;
}

#content .right #breadcrumbs a:hover
{
	text-decoration: underline;
}

/* @end */

/* @group misc */

#content .right .rwrapper .nieuwsbrief h2
{
	background: none;
	margin: 0;
	padding: 0;
}

#content .right .rwrapper .nieuwsbrief p
{
	margin: 0;
	padding: 0;
	line-height: normal;
}

#content .right .rwrapper .nieuwsbrief 
{
	background: transparent url(/cottyn/images/spacer-large.jpg) no-repeat left bottom;
	height: 50px;
	margin: 0 0 15px 0;
}

#content .right .rwrapper .nieuwsbrief .pdf
{
	width: 38px;
	height: 39px;
	float: left;
	margin: 0 10px 0 0;
}

.pspacer
{
	background: transparent url(/cottyn/images/p-spacer.jpg) no-repeat 0 0;
	height: 1px;
	border: none;
}

.large
{
	background: transparent url(/cottyn/images/spacer-large.jpg) no-repeat 0 0;
	height: 1px;
	border: none;
}

.vcard
{
	background: url(/cottyn/images/vcard.jpg) no-repeat 0 10px;
	padding: 14px 0 10px 35px;
	line-height: 30px;
}

#content .right .rwrapper  i
{
	color: #a09c96;
}

#content .right .rwrapper .hl
{
	color: #0083a9;
}

/* @end */

#footer
{
	position:absolute;
	width: 846px;
	bottom:0; /* stick to bottom */
	background: url(/cottyn/images/bg-footer.gif) no-repeat 0 0;
	height: 46px;
}

/* @end */

.headerlink {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
.headerlink:hover {
	text-decoration: underline;
}

#disclaimer {
	float: right;
	color: #fff;
	margin: 34px 10px 0px 0px;
	font-size: 10px;
}
a.footerlink, a.footerlink:hover {
	text-decoration: none;
	color: #fff;
}
a.footerlink:hover {
	color: #ccc;
}
a.countrylink {
	color: #ccc;
}
.printicon {
	margin-top: 9px;
}
#content .right .rwrapper ul, #content .right .rwrapper ol {
	list-style-type: disc;
	padding: 10px 10px;
}
#content .right .rwrapper ul li {
	list-style-type: disc;
}
#content .right .rwrapper ol li {
	list-style-type: disc;
}
#content .right .rwrapper ul li ul li {
	list-style-type: circle;
}
#content .right .rwrapper ul li ul li ul li{
	list-style-type: square;
}
#advocaten_list{
	float: right;
	background-color: #ccc;
	padding: 5px 5px 5px 5px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#content .right .rwrapper #advocaten_list ul{
	color: #ff00ff;
	list-style-type: none;
	margin: 5px 5px 5px 5px;
	padding: 0;
}
#content .right .rwrapper #advocaten_list ul li{
	list-style-type: none;
}

#advocaten_list strong {
	font-weight: bold;
	text-decoration: underline;
	
}