@charset "utf-8";
/* CSS Document */

h1 {
	/* font-family:Arial, Helvetica, sans-serif; */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	/* text-transform:uppercase; */
	color: #F16025;
	padding-top: 0px;
	padding-bottom: 6px;
	margin-top: 24px;
	margin-bottom: -6px;
}

h1 .compName {
	color: #000000;
}

h2 {
	/* font-family:Arial, Helvetica, sans-serif; */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	/* text-transform:uppercase; */
	color: #F16025;
	margin-top: 20px;
	margin-bottom: -8px;
}

h2 .compName {
	color: #000000;
}

h2.showcase {
	color: #999999;
}

h3.showcase {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
	margin-top: 20px;
	margin-bottom: -4px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	color: #808080;
	font-size:12px;
}

p .compName {
	color: #F16025;
}

p a {
	color:#F16025;
	padding-bottom: 3px;
	text-decoration:none;
}

p a .compName {
	color:#000000;
}

p a.leesMeer {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/href_pijtlje.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 14px;
}

p a:hover {
	text-decoration: underline;
}

p a.email {
	background-image:none;
}

p.comment, span.comment {
	font-size: 10px;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	color: #808080;
	font-size:12px;
}

.invis {
	display:none;
}

.printLogo {
	display: none;
}

/* MAIN STRUCTURE */

.centerSite {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.logoPos {
	height: 54px;
}

.logoPos img {
	margin-top: 16px;
}

.bannerPos {
	height: 151px;
}

.navPos {
	height: 40px;
}

.contentLeft {
	float:left;
	width:515px;
}

.contentRight {
	width:230px;
	float:right;
}

.clearBoth {
	clear:both;
}

.footer {
	padding-top:6px;
	margin-top:26px;
	margin-bottom: 30px;
	border-top: 1px solid #DDDDDD;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color: #808080;
	font-size:11px;
}

.footer a {
	font-family:Arial, Helvetica, sans-serif;
	color: #808080;
	font-size:11px;
}

.footer a:hover {
	text-decoration: none;
}

.orange {
	color: #F16025;
}

/* HOOFDNAVIGATIE */

#navigation a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 26px;
	color: #6f737E;
	background: url(../images/left-tab.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 14px;
	cursor:pointer;
}

#navigation a span
{
	background: url(../images/right-tab.gif) right top no-repeat;
	padding-right: 14px;
	height: 28px;
}

#navigation a, #navigation a span {
	display: block;
	float: left;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span {
	float: none
}
/* End hide */

#navigation a:hover {
	color: #F16025;
	background: url(../images/left-tab.gif) left top no-repeat;
	padding-left: 14px
}

#navigation a:hover span {
	background: url(../images/right-tab.gif) right top no-repeat;
	padding-right: 14px
}

#navigation span.active {
	color: #F16025;
}

ul#navigation {
	padding: 0;
	margin: 0;
}

#navigation li {
	list-style:none;
	float: left;
	margin: 0;
	height: 28px;
	background: url(../images/tab-bg.gif) right top repeat-x;
	margin-right:4px;
	margin-left: -3px;
}

.subnavcont {
	margin-top: 24px;
	padding-top: 0;
	margin-bottom: 0;
	background:url(../images/contentRight_bg_middle.jpg) repeat-y;
}

.subnavcont ul {
	padding-left:44px;
	background:url(../images/contentRight_bg_top.jpg) center top no-repeat;
	padding-top:26px;
}

.subnavigation {
	list-style-type:circle;
	margin: 0;
	padding: 0;
}

.subnavigationend {
	height: 26px;
	margin: 0;
	padding: 0;
	background:url(../images/contentRight_bg_bottom.jpg) bottom no-repeat;
}

.subnavigation li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 16px;
	padding-bottom: 6px;
}

.subnavigation a:link, .subnavigation a:visited {
	color: #6f737E;
	text-decoration: none;
}

.subnavigation a:hover {
	color: #F16025;
	text-decoration: underline;
}

.subnavigation a#current {
	color: #F16025;
	text-decoration: none;
}

.bannerFlash {
	
}

/* QUOTES */

blockquote {
	font-size:13px;
	color: #6f737E;
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	margin-left: 20px;
	margin-top: 20px;
}

.bqstart {
	font-family:Georgia, "Times New Roman", Times, serif;
	float: left;
	font-size: 400%;
	color: #CCCCCC;
	margin-top:-12px;
	margin-right: 6px;
}

.bqend {
	font-family:Georgia, "Times New Roman", Times, serif;
	float: right;
	font-size: 400%;
	color: #CCCCCC;
	margin-top: -20px;
	margin-left: 6px;
}

p.quotePerson {
	font-style:italic;
	font-weight:bold;
	font-size: 13px;
}

/* IE-6  */
* html body {height: 100%;}

* html #navigation a {
	display: inline-block;
}

* html #navigation a span{
	display: inline-block;
}




