html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	width: 100%;
	height: 100%;
}
@import url("/roxen-local/stylesheets/universal/insite.css");
@import url("/roxen-local/stylesheets/elements/control-panel.css");

a.button,
a.button:visited {
	margin: 0 0 1em 0;
	padding: 3px 15px 3px 8px;
	color: #c00;
	background: #fff url('/roxen-local/images/templates/button-href.png') top right no-repeat;
	border: 1px solid #D1D1D1;
	font: bold 10px/12px arial,helvetica,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

a.button:hover {
	color: #c00;
	border: 1px solid #888;
	text-decoration: none;
}

/* === Text & Picture, variant 'Intro' === */

div.intro {
	margin: 0 0 1em 0;
	padding: 0;
}

div.intro h2 {
	font-size: 1em;
}

div.intro h3 {
	font-style: italic;
}

div.intro p {
	font: bold 13px/16px arial, helvetica, sans-serif;
	letter-spacing:1px;
}

a {
	color: #0d55a4;
	text-decoration: underline;
}

a:visited {
	color: #6aa9ee;
}
a:hover, a:focus {
	color: #6aa9ee;
	text-decoration: none;
}

div.teaser-small p.more,
div.teaser-large p.more {
	padding-right: 8px;
	text-align: right;
	background: url('/roxen-local/images/templates/link.png') center right no-repeat;
}

div.teaser-large p.more a {
	color: #0d55a4;
}

div.teaser-large p.more a:visited {
	color: #6aa9ee;
}

h2 {
	margin: 0 0 .25em 0;
	padding: 0;
	color: #c00;
	font-family: arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

h2 a,
h2 a:visited,
h2 a:hover {
	color: #c00;
	text-decoration: none;
}

div.news {
	margin: 0 0 1em 0;
	padding: 0;
	float: right;
	width: 100%;
	width: 570px;
}

div.news h2 {
	float: left;
}

div.news p.date {
	margin: 0;
	padding: 0;
	float: right;
	color: #c00;
	width: auto;
}

div.news p {
	float: left;
	width: 100%;
}

div.news button {
	float: right;
}

#content h3 {
	margin: 0 0 .4em 0;
	padding: 0;
	color: #666;
	font-family: arial, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
	color: #565F69; 
	font-family: arial, sans-serif;
	font-size: 0.775em;
	line-height:1.3em;
}
.document {
	/*display:block;*/
	height:20px;
	margin:0.5em 0 0 1em;
}
/* 	=== PLEASE NOTE ===
	at this moment in time (feb 2007) the p.document entries 
	below are for IE7+ or Moz only. 
*/
p.document a[href $='.pdf'] { 
	padding: 3px 3px 2px 20px;
	height:20px;
	background: transparent url("/roxen-local/images/icons/pdf.gif") no-repeat center left;
}
p.document a[href $='.htm'] { 
   padding: 3px 3px 2px 20px;
   height:20px;
   background: transparent url("/roxen-local/images/icons/external.gif") no-repeat center left;
}
p.document a[href $='.zip'] { 
   padding: 3px 3px 2px 20px;
   height:20px;
   background: transparent url("/roxen-local/images/icons/icon_archive.gif") no-repeat center left;
}
p.document a[href $='.doc'], p.document a[href $='.xml'] { 
   padding: 3px 3px 2px 20px;
   height:20px;
   background: transparent url("/roxen-local/images/icons/icon_doc.gif") no-repeat center left;
}
p.document a[href $='.xml'] { 
   padding: 3px 3px 2px 20px;
   height:20px;
   background: transparent url("/roxen-local/images/icons/icon_xml.gif") no-repeat center left;
}
p.document a[href $='.exe'] { 
   padding: 3px 3px 2px 20px;
   height:20px;
   background: transparent url("/roxen-local/images/icons/icon_exe.gif") no-repeat center left;
}
p.document a[href $='.xls'], p.document a[href $='.xlsx'] { 
   padding: 3px 3px 2px 20px;
   height:20px;
   background: transparent url("/roxen-local/images/icons/icon_xls.gif") no-repeat center left;
}

ul {
	margin: 0 0 1em 2em;
	padding: 0;
}
ul ul {
	margin-top:0.25em;
	margin-bottom:0.25em;
	list-style-type:square;
}

li {
	margin: 0;
	padding: 1px 0;
	color: #7f7f7f;
	color: #565F69;
	font-family: arial, sans-serif;
	font-size: 0.775em;
}
li li {
	font-size: 1em;
}

/*= Table === */
table {
	margin: 0 0 .875em 0;
	padding: 0;
	border: 1px solid #ddd;
	font-size: 1em;
}

table td {
	padding: 2px 5px;
	color: #7f7f7f;
	font-family: arial, sans-serif;
	font-size: 0.6875em;
}

table td.date {
	color: #c00;
	vertical-align: top;
}

table tr.highlight td {
	padding: 1px 5px;
	background: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


/* === Forms === */
form {
	margin: 0 0 20px 0;
	padding: 0;
	width: 350px;
}

form h2 {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

form div {
	margin: 0 0 4px 125px;
	padding: 0;
	position: relative;
	color: #7f7f7f;
	font-family: arial, sans-serif;
	font-size: 0.6875em;
}

form div label {
	position: absolute;
	left: -125px;
	top: 3px;
}

form div.error label {
	color: #c00;
	border-bottom: 2px solid #c00;
}

form div div {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1em;
}

form div div.inline {
	margin-right: 10px;
	display: inline;
}

form div.radio input,
form div.checkbox input {
	margin-right: 5px;
	width: auto;
}

form div.submit {
	text-align: right;
	margin-top:15px;
}

form div.checkbox {
	margin-left: 0;
	margin-bottom: 5px;
}

form div.checkbox label {
	position: static;
}

form div.interesse {
	margin:-10px 0 0 0;
}
form div.interesse label {
	position: relative;
	margin:0 !important;
	display: inline;
}
form input.input:focus, 
form select:focus,
form textarea:focus {
	background:#FFFEF0;
}
form textarea {
	font:normal 1em/110% arial,sans-serif;
	color:inherit;
	border:1px solid #C9C9C6;
	background: #fdfdfd;
	padding:3px;
	width:300px;
	height:80px;
}

form input.input {
	border:1px solid #C9C9C6;
	border-bottom:1px solid #ddd;
	background:#fdfdfd;
	margin:3px;
	padding:3px;
	color:inherit;
	font-size:1em;
	width:200px;
}

form select {
	font-size:0.8em;
	border: 1px solid #C9C9C6;
	border-top-color: #ccc;
	border-left-color: #ccc;
	margin:0 0 0 3px;
	padding:0;
	background: #fdfdfd;
}

form div.submit a.button3, 
form div.submit a.button3:visited {
	font:bold 12px/38px arial,helvetica,sans-serif; 
	/*	de line-height 38px is belangrijk ivm hoogte v/h element 
		+ de visuals zijn ook 38px hoog.*/
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	background:transparent url('/roxen-local/images/repositories/call-to-action/btn_l2.gif') no-repeat scroll left top;
	cursor:pointer;
	display:block;
	margin:0;
	padding:0 0 0 10px;
	border:0;
	width:200px;
}

form div.submit a.button3 span {
	background:transparent url('/roxen-local/images/repositories/call-to-action/btn_r2.gif') no-repeat scroll right top;
	display:block;
	margin:0;
	text-decoration:none;
	vertical-align:middle;
	padding-right:20px;
}

form div.submit a.button3:hover {
	background: url('/roxen-local/images/repositories/call-to-action/btn_l2.gif') no-repeat left -38px;
	color: #c00;
	text-decoration: none;	
	cursor: pointer;
	border:0;
}

form div.submit a.button3:hover span {
	background: url('/roxen-local/images/repositories/call-to-action/btn_r2.gif') no-repeat right -38px;
	color: #c00;
	text-decoration: none;
	vertical-align:middle;
}

/* === Elements === */
/* === Container === */

#logo {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 25px;
	top: 28px;
	width: 56px;
	height: 26px;
}

#logo img {
	margin: 0;
	padding: 0;
	border: 0;
	width: 56px;
	height: 26px;
}

#logo .print {
	display: none;
}

#search-bar {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 32px;
	width: 300px;
	height: 20px;
}

#search-bar form {
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	width: auto;
}

#search-bar input {
	margin: 0 5px 0 0;
	padding: 2px 3px 1px 3px;
	float: left;
	border: 1px solid #d1d1d1;
	font-family: arial, sans-serif;
	font-size: .6875em;
	width: 150px;
	height: 15px;
}

#search-bar button {
	margin: 0;
	padding: 0 3px 1px 3px;
	float: left;
	font-family: arial, sans-serif;
	font-size: .6875em;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #717171;
	background: #fff url('/roxen-local/images/elements/search-bar/button.png') top left repeat-x;
	border: 1px solid #d1d1d1;
	height: 20px;
}

#top-navigation {
	margin: 0;
	padding: 64px 0 0 0;
	text-align: right;
	font-size: .6875em;
	width: 770px;
}
	#top-navigation ul {
		margin: 0;
		padding: 6px 12px 10px 0;
		background: url('/roxen-local/images/elements/top-navigation/background.png') left bottom no-repeat;
		font-size: 1em;
		height: 1em;
	}

		#top-navigation ul li {
			margin: 0;
			padding: 0 8px 0 14px;
			display: inline;
			background: url('/roxen-local/images/elements/top-navigation/bullet.png') left center no-repeat;
			font-size: 1em;
		}

		#top-navigation ul li.first {
			background: transparent;
		}

		#top-navigation ul li a,
		#top-navigation ul li a:visited {
			color: #565f69;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
		}

		#top-navigation ul li a:hover,
		#top-navigation ul li a.current,
		#top-navigation ul li a.current:visited {
			color: #000;
		}
		#top-navigation ul li.solution-selector {
			position: relative;
			z-index: 10;
		}

		#top-navigation ul li.solution-selector div {
			margin: 0;
			padding: 0;
			display: none;
			position: absolute;
			z-index: 10;
			left: 14px;
			top: 14px;
			text-align: left;
			background: #dfe7f0;
			width: 180px;
		}

	body.homepage #top-navigation ul {
	padding-bottom: 6px;
	background: transparent;
}
#sub-navigation {
	margin: 20px 0 1em 0;
	padding: 0 0 303px 0;
	float: left;
	clear: both;
	/* background: url('/roxen-local/images/elements/sub-navigation/background.png') left bottom no-repeat; */
	border-top: 1px solid #dee0e2;
	font-size: 1em;
	width: 180px;
}

#sub-navigation ul {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
}

#sub-navigation li {
	margin: 0;
	padding: 4px 0;
	/* background: url('/roxen-local/images/elements/sub-navigation/bullet.png') 4px 8px no-repeat; */
	border-bottom: 1px solid #dee0e2;
	font-family: arial, sans-serif;
	font-size: .75em;
	line-height: 1.125em;
}

#sub-navigation a,
#sub-navigation a:visited {
	margin: 0;
	padding: 0 0 0 7px;
	color: #333;
	text-decoration: none;
}

#sub-navigation a:hover,
#sub-navigation li.current a,
#sub-navigation li.current a:visited {
	color: #c00;
}
#sub-navigation a:hover {
	text-decoration:underline !important;
}

#sub-navigation li ul {
	margin: 4px 0 0 0;
	padding: 2px 0 0 0;
	border-top: 3px solid #dee0e2;
}
	#sub-navigation li ul li {
		margin: 0;
		padding: 3px 0;
		background: transparent;
		border-bottom: 0;
		font-size: .95em;
	}

	#sub-navigation ul li.current ul li.current a {
		color: #c00 !important;
		text-decoration:underline;
	}
		#sub-navigation li.current ul li.current li.current {
			/* adp vakwijzer > dossiers > levensloopregeling */
			border-bottom:1px solid #e4e4e4;
			border-top: 1px solid #e4e4e4;
			background:#f9f9f9;
		}
			#sub-navigation li.current ul li.current li.current  li  {
				/* adp vakwijzer > dossiers > levensloopregeling > xxx */
				font-size:0.95em;
				line-height:1em;
				border:0;
			}
			#sub-navigation li.current ul li.current li.current  li a {
				/* adp vakwijzer > dossiers > levensloopregeling > xxx */
				padding-left:25px;
			}
			#sub-navigation li.current ul li.current li.current  li.current a {
				/* adp vakwijzer > dossiers > levensloopregeling > xxx */
				color:#c00 !important;
				text-decoration:underline;
			}			
			
		#sub-navigation ul li.current ul li.current ul li a {
		/* adp vakwijzer > dossiers > levensloopregeling */
			color: #8f8f8f !important;
			padding-left:18px;
			text-decoration:none;
		}
		#sub-navigation ul li.current ul li.current ul li a:hover {
		/* adp vakwijzer > dossiers > levensloopregeling */
			color: #c00 !important;
		}		
		
		
		#sub-navigation li ul li.current ul li a:hover {
			color:#c00 !important;
		}
		#sub-navigation ul li.current ul li.current ul li.current a {
			color: #c00;
			text-decoration:underline;
		}
			#sub-navigation ul li.current ul li.current ul li.current ul li  a {
			/* adp vakwijzer > dossiers > levensloopregeling > xxx */
				color: #333;
				padding-left: 20px;
				text-decoration:none;
				font-size:1.1em;
			}
			#sub-navigation ul li.current ul li.current ul li.current ul li  a:visited {
				color: #8f8f8f !important;
			}
			#sub-navigation ul li.current ul li.current ul li.current ul li  a:hover {
				text-decoration:underline;
				color:#c00 !important;
			}
				#sub-navigation ul li.current ul li.current ul li.current ul li .current  a {
					color: #c00 !important;
				}

		#sub-navigation ul ul {
			margin: 4px 0 0 0;
			padding: 2px 0 0 0;
			border:0;
		}
		#sub-navigation ul ul ul {
			margin: 4px 0 0 0;
			padding: 2px 0 0 0;
		}

#sub-navigation li ul li a,
#sub-navigation li ul li a:visited,
#sub-navigation li.current ul li a,
#sub-navigation li.current ul li a:visited {
	padding-left: 13px;
	color: #8f8f8f;
	background: transparent;
}

#sub-navigation li ul li.current a,
#sub-navigation li ul li.current a:visited,
#sub-navigation li ul li.current ul li.current a,
#sub-navigation li ul li.current ul li.current a:visited,
#sub-navigation li ul li a:hover {
	color: #c00 !important;
}
#sub-navigation li ul li.current ul li a,
#sub-navigation li ul li.current ul li a:visited {
    color:#8f8f8f !important;
}


#breadcrumb {
	margin: 0 10px 15px 0;
	padding: 0;
	display: inline;
	float: right;
	width: 570px;
}

/* === List Items === */

#breadcrumb ul {
	margin: 0;
	padding: 0;
	float: left;
	text-indent: 0;
	list-style: none;
}

#breadcrumb li {
	margin: 0 4px 0 0;
	padding: 0 8px 2px 0;
	float: left;
	background: url('/roxen-local/images/elements/breadcrumb/bullet.png') right center no-repeat;
	font-family: arial, sans-serif;
	font-size: .625em;
}

#breadcrumb li.current {
	background: transparent;
}

#breadcrumb a,
#breadcrumb a:visited {
	color: #565f69;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #000;
}

#breadcrumb li.current a,
#breadcrumb li.current a:visited,
#breadcrumb li.current a:hover {
	color: #c00;
	cursor: text;
}

#title {
	margin: 0;
	padding: 0 10px 0 0;
	float: right;
	width: 570px;
}

#title h1 {
	margin: 0 0 .4em 0;
	padding: 0;
	color: #c00;
	font-family: arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

#subtitle {
	margin: 0;
	padding: 0 10px 0 0;
	float: right;
	width: 570px;
}

#subtitle h2 {
	margin: 0 0 1em 0;
	padding: 0;
	color: #7f7f7f;
	font-family: arial, sans-serif;
	font-size: .9em;
	font-weight: normal;
	font-style: italic;
	letter-spacing:0.1em;
}

body.homepage #multimedia {
	margin: 0 3px 0 3px;
	padding: 0;
	display: block;
	float: none;
	width: 764px;
	height: 225px;
}

/* === Container For Other Pages === */
#multimedia {
	margin: 0 10px 1em 0;
	padding: 0;
	display: inline;
	float: right;
	width: 570px;
	height: 250px;
}

#footer {
	margin: 0;
	padding: 18px 0 0 0;
	float: left;
	position: relative;
	color: #81898f;
	background: url('/roxen-local/images/elements/footer/background.png') top left no-repeat;
	font-family: arial, sans-serif;
	font-size: .625em;
	width: 770px;
}

#footer p {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 20px;
	top: 18px;
	font-size: 1em;
}

#footer ul.navigation {
	margin: 0 20px 15px 0;
	padding: 0;
	display: inline;
	float: right;
}

#footer ul.navigation li {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	display: inline;
	/* background: url('/roxen-local/images/elements/footer/bullet.png') left center no-repeat; */
	font-size: 1em;
}

#footer ul.navigation li.first {
	background: transparent;
}

#footer ul.navigation a {
	color: #81898f;
	text-decoration: none;
}
#footer ul.navigation a:hover {
	text-decoration: underline;
}

#footer ul.logos {
	margin: 0 20px 0 0;
	padding: 0;
	display: inline;
	float: right;
	clear: right;
}

#footer ul.logos li {
	margin: 0 0 0 10px;
	margin: 0;
	padding: 0;
	display: inline;
}

#footer ul.logos img {
	margin: 0;
	padding: 0;
	display: inline;
	border: 0;
}

#footer ul.logos a {
	margin: 0 0 0 10px;
	padding: 0;
	display: inline;
	float: left;
}

#footer ul.logos div {
	margin: 0 0 0 10px;
	padding: 0;
	display: inline;
	float: left;
}

#footer ul.logos div a {
	margin: 0 0 3px 0;
	padding: 0;
	display: block;
	float: none;
}

div#handelswet {
	margin:0;
	padding:15px 0 5px 0;
	float: left;
	position: relative;	
	width: 770px;
}
div#handelswet p {
	font-size: .625em;
	font-style:italic;
	text-align:right;
	color:#ccc;
	padding-right:20px;
}

div.site-navigation {
	margin: 0;
	padding: 0 0 .875em 10px;
	position: relative;
	width: 760px;
	height: 170px;
}

div.site-navigation div.item {
	margin: 0 10px 0 0;
	padding: 0;
	position: absolute;
	z-index: 1;
	width: 180px;
	height: 170px;
}

div.site-navigation div.payroll-services {
	left: 10px;
}

div.site-navigation div.human-resource {
	left: 200px;
}

div.site-navigation div.knowledge-center {
	left: 390px;
}

div.site-navigation div.schuif {
	left: 580px;
}
div.site-navigation div.academy {
	left: 580px;
}

div.site-navigation div.item div.content {
	margin: 0 0 8px 0;
	padding: 0;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 20;
	width: 160px;
}

div.site-navigation div.item div.content h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.site-navigation div.item div.content p {
	margin: 0 0 15px 0;
	padding: 0 0 0 52px;
}

div.site-navigation div.payroll-services div.content p {
	background: url('/roxen-local/images/templates/homepage/payroll-services.png') top left no-repeat;
}

div.site-navigation div.human-resource div.content p {
	background: url('/roxen-local/images/templates/homepage/human-resource.png') top left no-repeat;
}

div.site-navigation div.knowledge-center div.content p {
	background: url('/roxen-local/images/templates/homepage/knowledge-center.png') top left no-repeat;
}

div.site-navigation div.schuif div.content p {
	background: url('/roxen-local/images/templates/homepage/picto-de-schuif.png') top left no-repeat;
}
div.site-navigation div.academy div.content p {
	background: url('/repositories/teaser-small/teaser-sm-gezocht.png') top left no-repeat;
}

div.site-navigation div.item a.button {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index:15;
	margin-top:15px;
}

div.site-navigation div.popup {
	margin: 0;
	padding: 0 0 170px 0;
	display: none;
	position: absolute;
	bottom: 0;
	z-index: 2;
	background: #dfe7f0;
	width: 180px;
}

/* === List Level 1 === */

div.site-navigation div.popup ul {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
	width: 180px;
}

div.site-navigation div.popup ul li {
	margin: 0;
	padding: 2px 0 3px 0;
	float: left;
	clear: both;
	background: url('/roxen-local/images/templates/link.gif') 10px 7px no-repeat;
	border-top: 1px solid #fff;
	width: 180px;
}

div.site-navigation div.popup ul li.active {
	padding-bottom: 0;
	background: url('/roxen-local/images/templates/link-active.gif') 10px 7px no-repeat;
}

div.site-navigation div.popup ul li a,
div.site-navigation div.popup ul li a:visited {
	margin: 0 0 0 10px;
	padding: 2px 0 3px 12px;
	color: #0d55a4;
	text-decoration: none;
}

div.site-navigation div.popup ul li a:hover,
div.site-navigation div.popup ul li.active a,
div.site-navigation div.popup ul li.active a:visited {
	color: #c00;
}

/* === List Level 2 === */

div.site-navigation div.popup ul li ul {
	margin-top: 3px;
	display: none;
}

div.site-navigation div.popup ul li.active ul {
	display: block;
}

div.site-navigation div.popup ul li ul li {
	background: #fff;
	font-size: 1em;
}

div.site-navigation div.popup ul li.active ul li a,
div.site-navigation div.popup ul li.active ul li a:visited {
	color: #0d55a4;
	background: transparent;
}

div.site-navigation div.popup ul li.active ul li a:hover {
	color: #c00;
}

div.site-navigation div.solution-selector {
	margin: 0;
	padding: 0 0 170px 0;
	display: none;
	position: absolute;
	z-index: 10;
	bottom: 0;
	background: #dfe7f0;
	width: 180px;
}

div.site-navigation div.solution-selector-without-menu {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 10;
	bottom: 0;
	background: #dfe7f0;
	width: 180px;
	height: 170px;
	height: 160px;
}

/* === Solution Selector: Navigation Items === */

#top-navigation div.solution-selector ul,
html body div.solution-selector ul {
	margin: 0;
	padding: 0;
	background: transparent;
	height: auto;
}

#top-navigation div.solution-selector li,
html body div.solution-selector li {
	margin: 0;
	padding: 0;
	display: block;
	background: transparent url('/roxen-local/images/templates/link.gif') 10px 7px no-repeat;
}

#top-navigation div.solution-selector li.unfolded,
html body div.solution-selector li.unfolded {
	background: transparent url('/roxen-local/images/templates/link-active.gif') 10px 7px no-repeat;
}

#top-navigation div.solution-selector a,
#top-navigation div.solution-selector a:visited,
html body div.solution-selector a,
html body div.solution-selector a:visited {
	margin: 0;
	padding: 2px 0 2px 23px;
	display: block;
	color: #0d55a4;
	border-top: 1px solid #fff;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	width: 157px;
}

#top-navigation div.solution-selector a:hover,
#top-navigation div.solution-selector ul li.unfolded a,
#top-navigation div.solution-selector ul li.unfolded a:visited,
html body div.solution-selector a:hover,
html body div.solution-selector ul li.unfolded a,
html body div.solution-selector ul li.unfolded a:visited {
	color: #c00;
}

/* === Solution Selector: Navigation Items: Sub Navigation Items === */

#top-navigation div.solution-selector ul li ul,
html body div.solution-selector ul li ul {
	display: none;
}

#top-navigation div.solution-selector ul li.unfolded ul,
html body div.solution-selector ul li.unfolded ul {
	display: block;
	background: #fff;
}

#top-navigation div.solution-selector ul li.unfolded ul li,
html body div.solution-selector ul li.unfolded ul li {
	font-size: 1em;
	background: transparent;
}

#top-navigation div.solution-selector ul li.unfolded ul a,
#top-navigation div.solution-selector ul li.unfolded ul a:visited,
html body div.solution-selector ul li.unfolded ul a,
html body div.solution-selector ul li.unfolded ul a:visited {
	color: #0d55a4;
	border-top: 1px solid #dfe7f0;
}

#top-navigation div.solution-selector ul li.unfolded ul a:hover,
html body div.solution-selector ul li.unfolded ul a:hover {
	color: #c00;
}

div.teaser-large {
	margin: 0;
	padding: 14px 0 0 0;
	float: left;
	background: url('/roxen-local/images/templates/seperator.png') top left repeat-x;
	width: 100%;
}

div.teaser-large div.teaser {
	margin: 0;
	padding: 0 0 14px 0;
	float: left;
	clear: both;
	width: 100%;
}

/* === Picture === */

div.teaser-large div.teaser div.picture {
	margin: 0;
	padding: 0;
	float: left;
	width: 80px;
}

div.teaser-large div.teaser div.picture img {
	border: 0;
	width: 70px;
	height: 70px;
}

/* === Content === */

div.teaser-large div.teaser div.content {
	margin: 0;
	padding: 0;
	float: left;
	width: 290px;
}

div.teaser-large div.teaser div.content p {
	margin-bottom: 0;
}

div.teaser-small {
	margin: 0;
	padding: 14px 0 0 0;
	float: left;
	background: url('/roxen-local/images/templates/seperator.png') top left repeat-x;
	width: 100%;
}

div.teaser-small div.teaser {
	margin: 0;
	padding: 0 0 14px 0;
	float: left;
	clear: both;
	width: 100%;
}

div.teaser-small div.teaser div.picture {
	margin: 0;
	padding: 0;
	float: left;
	width: 55px;
}

div.teaser-small div.teaser div.picture img {
	border: 0;
	width: 45px;
	height: 45px;
}

div.teaser-small div.teaser div.content {
	margin: 0;
	padding: 0;
	float: left;
	width: 315px;
}

div.teaser-small div.teaser div.content p {
	margin-bottom: 0;
}

body.homepage div.teaser-small {
	margin: 0 0 0 10px;
	padding: 0;
	background: transparent;
	width: 200px;
}

body.homepage div.teaser-small div.teaser {
	width: 200px;
}

body.homepage div.teaser-small div.teaser div.content {
	width: 145px;
}

div.side-bar {
	margin: 0;
	padding: 0;
	float: right;
	width: 190px;
}

div.call-to-action {
	margin: 0 0 1.25em 0;
	padding: 0;
	float: right;
	border: 1px solid #e36f1e;
	width: 188px;
}

div.call-to-action h2 {
	margin: 0 0 7px 0;
	padding: 2px 0 3px 13px;
	color: #fff;
	background: #e36f1e;
	font-family: arial, sans-serif;
	font-size: 0.8125em;
}

div.call-to-action p {
	margin: 0 0 1.2em 0;
	padding: 0 10px 0 15px;
	color: #666;
	font-family: arial, sans-serif;
	font-size: 0.6875em;
}

div.call-to-action p.phone-number {
	padding: 5px 10px 5px 48px;
	color: #e36f1e;
	background: url('/roxen-local/images/repositories/call-to-action/phone-number.png') 18px center no-repeat;
	font-size: 0.8125em;
	font-weight: bold;
}

div.call-to-action button {
	margin: 0 0 14px 13px;
}
div.call-to-action button:hover { /* might not work in IE */
	cursor:pointer;
}

div.side-note {
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	float: right;
	border: 1px solid #999;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 188px;
}

div.side-note h2 {
	margin: 0;
	padding: 2px 0 3px 13px;
	color: #fff;
	background: #999;
	font-family: arial, sans-serif;
	font-size: 0.8125em;
}

div.side-note img {
	margin: 0 0 7px 0;
	padding: 0;
	border: 0;
	width: 188px;
}

div.side-note p {
	margin: 0 0 7px 0;
	padding: 0 8px 0 13px;
	color: #7F7F7F;
	font-family: arial, sans-serif;
	font-size: 0.6875em;
}

div.side-note button {
	margin: 0 0 7px 18px;
}



/* === Container === */

div.container {
	margin: 0 auto;
	padding: 0 8px;
	position: relative;
	background: url('/roxen-local/images/templates/container.png') top left no-repeat;
	width: 770px;
	height: 100%;
}
#content-wrapper {
	margin: 0;
	padding: 0 10px 0 0;
	float: right;
	width: 570px;
}
#content {
	margin: 0;
	padding: 0;
	float: left;
	width: 570px;
}

body.side-bar #content {
	padding-top: 1em;
	background: url('/roxen-local/images/templates/seperator.png') top left repeat-x;
	width: 370px;
}
button {
	margin: 0;
	padding: 1px 5px;
	color: #717171;
	background: #fff url('/roxen-local/images/templates/button.png') top left repeat-x;
	border: 1px solid #d1d1d1;
	font-family: arial, sans-serif;
	font-size: 0.6875em;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	width: auto;
	height: auto;
	overflow: visible;
}
button:hover {
	cursor:pointer;
}
button.link {
	padding-right: 12px;
	background: #fff url('/roxen-local/images/templates/button-link.png') top right no-repeat;
}
button.link:hover {
	cursor:pointer;
}

#print-information {
	display: none;
}
div.vboutservice {	
	margin:0.5em 0 1.5em 0;
	padding:0;
	border:0;
	clear:both;
}
	div.vboutservice h3 {
		margin:0;
	}
	div.vboutservice img.outservice {
		width:60px;
		height:60px;
		float:left;
		margin:3px 10px 20px 0;
		border:1px solid #333;
	}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url('/revolutie/loading.gif') no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('/revolutie/prevlabel.gif') no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('/revolutie/nextlabel.gif') no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url('/revolutie/closelabel.gif') no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

