/* External Styles */
@import url('forms.css');

/* Fonts */
@font-face {
	font-family:AGaramondProBold;
	src:url('../fonts/AGaramondPro-Bold.eot');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:AGaramondProRegular;
	src:url('../fonts/AGaramondPro-Regular.eot');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:AGaramondProBold;
	src:url('../fonts/AGaramondPro-Bold.ttf') format("truetype");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:AGaramondProRegular;
	src:url('../fonts/AGaramondPro-Regular.ttf') format("truetype");
	font-weight:normal;
	font-style:normal;
}

body {
	background-image:url(../images/background.png);
	background-repeat:no-repeat;
	background-position:left 45px;
	background-color:#392211;
	overflow:-moz-scrollbars-vertical;
}

html, body {
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%; 
	text-align: left;
}

#background,
#background img {
	position: absolute;
	position:fixed;
	z-index: 100; 
}

#scroller {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	z-index: 200;
}

/*body#next #scroller {
	overflow-y: scroll;
	overflow-x: hidden;
}

body#home #scroller {
	overflow: hidden;
}*/

/* basis */

* {
	margin:0px;
	padding:0px;
}

td, div, th, span {
	vertical-align:top;
	text-align:left;
	border:0px solid #ffffff;
	font-family:Georgia, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#FFF;
}

/* links */

a:link {
	color:#decfae;
	text-decoration:none;
	outline: none;
}

a:visited {
	color:#decfae;
	text-decoration:none;
	outline: none;
}

a:hover {
	color:#fe9b00;
	text-decoration:none;
	outline: none;
}

a:active {
	color:#FFF;
	text-decoration:none;
	outline: none;
}

/* opsommingen */

ul,
ol {
	margin-left:20px;
	margin-bottom:15px;
}

ul li {
	list-style-type:square;
}

/* afbeeldingen */

img {
	border:none;
}

/* invoervelden */

input {
	width:200px;
	border:1px solid #808080;
	background:none;
	color:#333333;
}

textarea {
	width:200px;
	border:1px solid #808080;
	color:#333333;
}

input[type=submit],
button,
.button {
	width:200px;
	border:1px solid #808080;
	background:none;
	background-color:#004c9;
	color:#333333;
}

input[type=checkbox],
input[type=radio] {
	float:left;
	width:12px;
	height:12px;
	margin-top:2px;
	margin-right:10px;
}

hr {
	color:#cccccc;
	border:none;
	border-top:1px solid #cccccc;
	height:1px;
}

/* container */

div#maincontainer {
	float:left;
	position:absolute;
	width:100%;
	min-height:100%;
}

div#container {
	float:left;
	width:840px;
}

/* left */

div#left {
	float:left;
	position:relative;
	width:193px;
	margin-left:40px;
	z-index:5;
}

/* left - logo */

div#left div#logo {
	position:relative;
	float:left;
	width:190px;
	height:110px;
	background-image:url(../images/left_back.png);
	z-index:15;
}

div#left div#logo a {
	display:block;
	width:190px;
	height:110px;
	background-image:url(../images/logo_kraakvers.png);
	background-repeat:no-repeat;
}

/* left - mainmenu */

div#left div#mainmenu {
	float:left;
	position:relative;
	top:-27px;	
	width:193px;
	margin-bottom:-27px;
	padding-top:25px;
	background-image:url(../images/mainmenu_item_home.png);
	background-repeat:no-repeat;
	background-position:0px 0px;	
	z-index:10;
}

div#left div#mainmenu div.no1,
div#left div#mainmenu div.no2,
div#left div#mainmenu div.no3,
div#left div#mainmenu div.act1,
div#left div#mainmenu div.act2,
div#left div#mainmenu div.act3 {
	width:173px;
	padding-top:10px;
	padding-left:20px;
	padding-bottom:7px;
	background-image:url(../images/mainmenu_item.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	font-size:14px;
	font-weight:bold;
	font-family:AGaramondProBold;
}

div#left div#mainmenu div.no1 a,
div#left div#mainmenu div.no2 a,
div#left div#mainmenu div.no3 a,
div#left div#mainmenu div.act1 a,
div#left div#mainmenu div.act2 a,
div#left div#mainmenu div.act3 a {
	color:#000000;
	text-decoration:none;
}

div#left div#mainmenu div.act1 a,
div#left div#mainmenu div.act2 a,
div#left div#mainmenu div.act3 a {
	color:#fe9b00;
	font-weight:bold;
	text-decoration:none;
}

div#left div#mainmenu div.act1,
div#left div#mainmenu div.no2,
div#left div#mainmenu div.act2,
div#left div#mainmenu div.no3,
div#left div#mainmenu div.act3 {
	width:173px;
	padding-left:20px;
	background-image:url(../images/submenu.png);
	background-repeat:no-repeat;
	background-position:0px 0px;	
}

div#left div#mainmenu-bottom {
	float:left;
	width:193px;
	height:45px;
	background-image:url(../images/mainmenu_bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

/* right */

div#right {
	float:left;
	left:-3px;
	width:603px;
	margin-top:0px;
}

/* right - pathway */

div#right div#pathway {
	float:left;
	width:563px;
	height:29px;
	padding-top:50px;
	padding-left:40px;
	color:#FF6600;
	font-size:11px;
}

div#right div#pathway a {
	color:#FFF;
	text-decoration:none;
}

body#home div#right div#pathway {
	visibility:hidden;
	display:none;
}

/* right - content */

div#right div#verstop100 {
	position:absolute;
	top:76px;
	left:737px;
	right:0px;
	width:99px;
	height:97px;
	background-image:url(../images/vers_top_100.png);
	background-repeat:no-repeat;
	z-index:300;	
}

body#next div#right div#verstop100 {
	visibility:hidden;
	display:none;
}

body#home div#right div#content-top {
	margin-top:79px;
}

div#right div#content-top {
	float:left;
	width:603px;
	height:32px;
	background-image:url(../images/content_top.png);
	background-repeat:no-repeat;	
}

div#right div#content {
	float:left;
	width:523px;
	min-height:285px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:30px;
	background-image:url(../images/content_mid.png);
	background-repeat:repeat-y;
}

body#home div#right div#content {
	min-height:287px;	
	padding-bottom:0px;
}

body.form div#right div#content {
	float:left;
	width:563px;
	padding-left:20px;
	padding-right:20px;
}

div#right div#content ul,
div#right div#content ol {
	margin-left:0px;
	margin-bottom:25px;
}

div#right div#content ul li {
	padding-left:15px;
	list-style-type:none;
	background-image:url(../images/arrow_orange.png);
	background-repeat:no-repeat;
	background-position:0px 8px;
	font-size:14px;
	line-height:24px;
}

div#right div#content ul li a {
	text-decoration:none;
}

div#right div#content-bottom {
	float:left;
	width:603px;
	height:8px;
	margin-bottom:150px;
	background-image:url(../images/content_bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

body#home div#right div#content-bottom {
	visibility:hidden;
	display:none;
}

/* right - contentfooter */

div#right div#content-footer {
	float:left;
	position:relative;
	width:573px;
	height:73px;
	padding-top:10px;
	padding-left:30px;
	background-image:url(../images/content_footer.png);
	background-repeat:no-repeat;
}

body#next div#right div#content-footer {
	visibility:hidden;
	display:none;
}

/* footer */

div#footer-container {
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	height:112px;
	background-image:url(../images/footer.png);
	background-repeat:repeat-x;
	z-index:10;
}

/* footer - info */

div#footer-container div#info {
	position:absolute;
	top:-72px;
	width:230px;
	height:232px;
	overflow:hidden;
}

div#footer-container div#info h5,
div#footer-container div#info P {
	position:relative;
	top:-21px;
	margin-left:35px;
	font-size:15px;
}

div#footer-container div#info P {
	color:#FFF;
}

div#footer-container div#info h5 {
	position:relative;
	left:-12px;
	padding-left:12px;
	background-image:url(../images/arrow_orange_double.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
}

div#footer-container div#info h5 a {
	color:#fe9b00;
	text-decoration:none;
}

/* footer - tabs */

div#footer-container div#tabs {
	position:absolute;
	top:-57px;
	left:0px;
	bottom:0px;
	width:100%;
	height:78px;
}

div#footer-container div#tabs ul {
	margin:0px;
	margin-right:140px;
}

div#footer-container div#tabs ul li {
	float:right;
	width:112px;
	height:78px;
	margin-left:20px;
	list-style-type:none;
}

div#footer-container div#tabs ul li a {
	display:block;
	width:112px;
	height:40px;
	margin-top:40px;
	background-image:url(../images/tab_twitter.png);
	background-repeat:no-repeat;
	text-align:center;
}

div#footer-container div#tabs ul li a:hover {
	display:block;
	width:112px;
	height:78px;
	margin-top:2px;
	background-image:url(../images/tab_twitter.png);
	background-repeat:no-repeat;
}

div#footer-container div#tabs ul li a#nieuw {
	background-image:url(../images/tab_nieuw.png);
	background-repeat:no-repeat;
}

div#footer-container div#tabs ul li a#duurzaam {
	background-image:url(../images/tab_duurzaam.png);
	background-repeat:no-repeat;
}

div#footer-container div#tabs ul li a#twitter {
	background-image:url(../images/tab_twitter.png);
	background-repeat:no-repeat;
}

div#footer-container div#content {
	float:left;
	width:100%;
}

/* footer - info */

div#footer-container div#contact-container {
	position:absolute;
	width:540px;
	height:88px;
	left:20%;
	margin-top:24px;
}

div#footer-container div#contact-container div#newsletter {
	float:left;
	width:270px;
	padding-top:20px;
}

div#footer-container div#contact-container div#contact {
	float:left;
	width:270px;
	padding-top:20px;
}

div#footer-container div#contact-container div#newsletter table td,
div#footer-container div#contact-container div#contact table td {
	width:130px;
	border-collapse:collapse;
}

div#footer-container div#contact-container div#newsletter h5,
div#footer-container div#contact-container div#contact h5 {
	margin-bottom:5px;
	color:#fe9b00;
	font-size:13px;
}

div#footer-container div#contact-container div#newsletter,
div#footer-container div#contact-container div#contact,
div#footer-container div#copyright,
div#footer-container div#contact-container div#newsletter P,
div#footer-container div#contact-container div#contact P,
div#footer-container div#copyright P {
	color:#937f72;
	font-size:10px;
}

div#footer-container div#contact-container div#newsletter P,
div#footer-container div#contact-container div#contact P,
div#footer-container div#copyright P {
	margin-bottom:0px;
}

div#footer-container div#contact-container div#newsletter a,
div#footer-container div#contact-container div#contact a {
	padding-left:12px;
	background-image:url(../images/arrow_white.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	color:#FFF;
	text-decoration:none;
}

/* footer - copyright */

div#footer-container div#copyright {
	position:absolute;
	top:-5px;
	right:0px;
	width:370px;
	height:25px;
	margin-top:24px;
	padding-top:64px;
	padding-right:5px;
	background-image:url(../images/zwanenberg_logo.png);
	background-repeat:no-repeat;
	background-position:top right;
}

div#footer-container div#copyright a {
	color:#FFF;
	text-decoration:none;
}

/* opmaak */

P {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#FFF;
	margin-bottom:20px;
}

P I {
	font-size:18px;
	font-style:normal;
	margin-bottom:20px;
}

body#home P {
	margin-bottom:30px;
}

P.align-left {
	text-align:center;
}

P.align-right {
	text-align:center;
}

P.align-right {
	text-align:right;
}

H1 {
	margin-bottom:15px;
	padding-bottom:20px;
	background-image:url(../images/h1_border.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	color:#FFF;
	font-family:AGaramondProRegular, Georgia, Arial;
	font-size:20px;
	font-weight:normal;
	font-style:normal;
	text-transform:uppercase;
}

body.form H1 {
	float:left;
	width:563px;
	background-image:url(../images/h1_border_long.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

H1 strong,
H1 b {
	font-weight:normal;
	color:#fe9b00;
}

H2 {
	margin-bottom:12px;
	color:#fe9b00;
	font-family:AGaramondProRegular, Georgia, Arial;
	font-size:16px;
	font-weight:normal;
	font-style:normal;
	text-transform:uppercase;
}

H3 {
	color:#fe9b00;
	font-family:AGaramondProRegular, Georgia, Arial;
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	text-transform:none;
}

H4 {
	color:#FF6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	margin-bottom:0px;
}

H5 {
	color:#fe9b00;
	font-size:15px;
	font-weight:normal;
	font-family:AGaramondProRegular, Georgia, Arial;
	font-style:normal;
	margin-bottom:0px;
	text-transform:uppercase;
}

H6 {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	margin-bottom:0px;
}

/* TTNEWS */

div.news-list-container hr,
div.news-list-item hr,
div.news-single-item hr {
	margin-top:10px;
	margin-bottom:10px;
	color:#d1d1d1;
	border:none;
	border-top:1px solid #d1d1d1;
	height:1px;
	clear:both;
}

div.news-list-container,
div.news-list-item,
div.news-single-item {
	width:523px;
	border:none;
	background:none;
}

div.news-list-item {
	margin-bottom:15px;
	clear: both;
}
div.news-list-item img {
	float: right;
	margin: 5px 0px 10px 15px;
}

div.news-list-item h3 {
	margin-bottom:0px;
	font-size:16px;
	color:#fe9b00;
}

div.news-list-item a {
	text-decoration:underline !important;
}

div.news-single-img {
	float: right;
	margin: 5px 0px 10px 15px;
	}

div.timedata {
	color:#999999;
	font-size:11px;
}

div.news-single-backlink {
	margin:0px;
	padding:0px;
	font-size:12px;
}

div.news-single-backlink a {
	text-decoration:none;
}

div.news-single-backlink a:hover {
	color:#6a6a6a;
}

span.news-list-morelink {
	display:block;
	margin:0px;
	margin-top:15px;
	padding:0px;
	font-size:12px;
}

span.news-list-morelink a {
	text-decoration:none;
}

/* news homepage */

div.news-latest-item {
	float:left;
	width:540px;
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:1px solid #dacdb5;
}

div.second-item {
	border:0px !important;
}

div.news-latest-item div.timedata {
	float:left;
	width:105px;
	padding-left:15px;
	background-image:url(../images/arrow_orange.png);
	background-repeat:no-repeat;
	background-position:0px 6px;	
	color:#ff9800;
	font-size:13px;
	text-transform:uppercase;	
}

div.news-latest-item div.title {
	float:left;
	width:420px;
	color:#8b836c;
	font-size:13px;
	text-transform:uppercase;
}

div.news-latest-item div.title a {
	float:left;
	color:#8b836c;
	text-decoration:none;
}

div.news-latest-item div.title a:hover {
	color:#000000;
}

/* TTNEWS - Navigation */
div.tx-ttnews-browsebox {
	margin-top: 25px;
	border-bottom: 1px solid #cccccc;
}

div.tx-ttnews-browsebox table {
	float: right;
	position: relative;
	top: -40px;
}

span.tx-ttnews-browsebox-strong {
	font-weight: bold;
}

div.tx-ttnews-browsebox td {
	padding: 0px;
	border: 1px solid #999999;
}

div.tx-ttnews-browsebox td * {
	padding: 0px;
	margin: 0px;
}

div.tx-ttnews-browsebox td a {
	padding: 1px 5px 1px 5px;
	display: block;
	text-decoration: none ! important;
}

/* search */

div.tx-indexedsearch-browsebox ul.browsebox {
	float:left;
	width:670px;
	margin-bottom:15px;
}

div.tx-indexedsearch-browsebox ul.browsebox li {
	float:left;
	padding:0px !important;
	padding-right:15px !important;
	background:none !important;
}

div.tx-indexedsearch-res {
	float:left;
	width:670px;
}

input.tx-indexedsearch-searchbox-button {
	float:left;
	margin:0px;
}

/* -- smoothgallery -- */

div.tx-rgsmoothgallery-pi1 {
	position:relative;
	float:left;
	width:550px;
	height:208px;
	border:none;
	background-color:#FFFFFF;
	z-index:50;
}

div.tx-rgsmoothgallery-pi1 * {
	border:none !important;
}

#rglbCenter,
#rglbBottom,
.carousel,
a.carouselBtn {
	background-color:#FFFFFF !important;
}

a.carouselBtn,
span.number {
	color:#000000 !important;
}

#rglbCloseLink {
	background-image:url(../images/lightbox/closelabel.gif) !important;
	background-repeat:no-repeat;
}

#rglbPrevLink:hover,
.jdGallery a.left,
* html .jdGallery a.left,
* html #rglbPrevLink:hover {
	background-image:url(../images/lightbox/prevlabel.gif) !important;
}

#rglbNextLink:hover,
.jdGallery a.right,
* html .jdGallery a.right,
* html #rglbNextLink:hover {
	background-image:url(../images/lightbox/nextlabel.gif) !important;
}

.jdGallery a.open:hover,
* html .jdGallery a.open:hover { 
	background-image:url(../images/default/enlarge.png) !important;
}

.jdGallery .loadingElement,
.rglbLoading {
	background-color:#FFFFFF !important;
	background-image:url(../images/lightbox/loader.gif) !important;
}

/* FLV */

div.tx-flvplayer2-pi1 {
	margin-bottom:15px;
}	

/* mooslide */

div.mooslidepositioncenter {
	width:1250px;
	height:225px;
	position:relative;
	overflow:hidden;
}

div.mooslidepositioncenter * {
	width:1250px;
}

div.mooslidepositioncenter img {
	position:relative;
	left:-5px;
	top:-3px;
}

div.mooslidepositioncenter div.csc-header a,
div.mooslidepositioncenter div.csc-textpic-text a {
	position:relative;
}

div.mooslidepositioncenter div.csc-textpic-text {
	position:relative;
	top:-165px;
	left:855px;
	margin-bottom:-200px;
	width:250px !important;
	height:60px !important;
	padding:10px !important;
	background-image:url(../images/mooslide_back.png);
	background-repeat:no-repeat;
}

div.mooslidepositioncenter div.csc-textpic-text P {
	margin:0px;
	color:#012442;
	font-size:14px;
}

div.mooslidepositioncenter div.csc-textpic-text P strong,
div.mooslidepositioncenter div.csc-textpic-text P b {
	float:right;
	display:block;
	position:relative;
	top:25px;
	width:44px;
	height:14px;
	margin-right:-10px;
	background-color:#10415c;
	text-align:center;
	color:#FFF;
}

div#mooslidebuttons226 {
	position:relative;
	top:200px;
	width:174px;
	height:20px;
	margin:0px;
	padding:0px;
	padding-left:750px;
	background:none;
}

div#mooslidebuttons226 div#mooslideprev226,
div#mooslidebuttons226 div#mooslidenext226 {
	position:relative;
	float:left;
	width:30px;
	height:20px;
	margin:0px;
	padding:0px;
}

div#mooslidebuttons226 div#mooslideprev226 {
/*	background:none;
	background-image:url(../images/mooslide_back.png);
	background-repeat:no-repeat;*/
}

div#mooslidebuttons226 div#mooslidenext226 {
/*	background:none;
	background-image:url(../images/mooslide_back.png);
	background-repeat:no-repeat;*/
}

/* -- Google Maps --*/

#gmapDirHead {
	margin-bottom:30px !important;
}

form#gmapDirTo P,
form#gmapDirFrom P {
	margin-bottom:0px;
}

label.gmapDirLabel {
	width:100px;
}

input.gmapTextBox,
input.gmapDirButton {
	float:left;
	width:125px;
	margin-bottom:5px !important;
}

input.gmapDirButton {
	width:132px;
	margin:0px !important;
	clear:both;
	border:1px solid #808080;
	background:none;
	background-color:#af2317 !important;
	color:#FFFFFF;
	font-size:11px;
}

div.gmapDirLabel {
	width:100%;
	clear:both;
}
