@charset "UTF-8";
/* CSS Document */
body { 	background-color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:17px; color:#FFFFFF; }

hr { height:0; border:0; border-top:1px solid #CCCCCC; padding:0; margin:0;}

a img { border:0; }

a:active, a:focus { outline:none; }

#container { position:absolute; left:50%; top:50%; margin-left:-485px; margin-top:-290px; width:970px; height:580px; background:url(../images/bg-container.jpg) repeat-y;}

#footer { position:absolute; left:50%; top:50%; margin-left:-485px; margin-top:290px; padding:5px; width:960px; text-align:right; }
#footer a { color:#333333; text-decoration:none; }
#footer a:hover { text-decoration:underline; }

#intro { position:absolute; left:50%; top:50%; margin-left:-485px; margin-top:-290px; width:970px; height:580px; }
#imageContainer { height:580px; width:970px; margin:0; padding:0; list-style:none; cursor:pointer;}
#imageContainer li { }
#imageContainer img { display:none; position:absolute; top:0; left:0; }

#logo { position:absolute; left:15px; top:0px; width:127px; height:140px; z-index:100; }

#navigatie { position:absolute; top:125px; left:175px; width:795px; }

#navigatie ul { list-style:none; padding:0; margin-top:1px; font-size:12px; }
#navigatie ul li { float:left; }
#navigatie a { color:#666666; text-decoration:none; margin-right:20px; }
#navigatie li.active a { color:#7E184F; }
#navigatie a:hover { color:#7E184F; }

#content { position:absolute; top:150px; height:350px; width:970px; background:url(../images/bg-content.jpg) repeat-y;}

#sub_navigatie { position:absolute; top:100px; left:15px; width:130px; font-size:12px; }
#sub_navigatie ul { list-style:none; padding:0; margin:0; }
#sub_navigatie ul li { margin-bottom:6px; }
#sub_navigatie a { color:#FFFFFF; text-decoration:none; }
#sub_navigatie a.active { color:#7E184F; }
#sub_navigatie a:hover { color:#7E184F; }

h1#heading { position:absolute; top:25px; left:155px; padding:0; margin:0; text-indent:-9000px; overflow:hidden; }
h1#heading.welkom { height:51px; width:112px; background:url(../images/h1-welkom.png) no-repeat;}
h1#heading.menu { height:55px; width:128px; background:url(../images/h1-menu.png) no-repeat;}
h1#heading.wijnen { height:89px; width:204px; background:url(../images/h1-wijnen.png) no-repeat;}
h1#heading.evenementen { height:56px; width:133px; background:url(../images/h1-evenementen.png) no-repeat;}

h1#heading.contact { height:57px; width:89px; background:url(../images/h1-contact.png) no-repeat;}

#txt { position:absolute; left:175px; top:100px; }
#txt ul { list-style:none; padding:0; margin:0; }

#txt .txtcolor { color:#7E184F; }
#txt ul li { }
#txt ul li span.left { float:left; display:block; width:295px;}
#txt ul li span.right { float:right; }

#txt h2 { padding:0; margin:3px 0 3px 0; font-size:13px; font-weight:normal; font-style:italic; color:#7E184F; } 

#txt a { color:#FFFFFF; }

.scrollpane { height:225px; width:390px; overflow:auto; }

#image { position:absolute; left:576px; height:580px; width:396px; }

/* scrollpane */
.osX .jScrollPaneTrack {
	background: url(../images/scroll/osx_track.gif) repeat-y;
}
.osX .jScrollPaneDrag {
	background: url(../images/scroll/osx_drag_middle.gif) 50% 50% no-repeat;
	/*background-color:#FFFFFF;*/
	
}
.osX .jScrollPaneDragTop {
	background: url(../images/scroll/osx_drag_top.gif) no-repeat;
	height: 6px;
}
.osX .jScrollPaneDragBottom {
	background: url(../images/scroll/osx_drag_bottom.gif) no-repeat;
	height: 7px;
}
.osX a.jScrollArrowUp {
	height: 24px;
	background: url(../images/scroll/osx_arrow_up.gif) no-repeat 0 -30px;
}
.osX a.jScrollArrowUp:hover {
	background-position: 0 0;
}
.osX a.jScrollArrowDown {
	height: 24px;
	background: url(../images/scroll/osx_arrow_down.gif) no-repeat 0 -30px;
}
.osX a.jScrollArrowDown:hover {
	background-position: 0 0;
}

.left .jScrollPaneTrack {
	left: 0;
	right: auto;
}
.left a.jScrollArrowUp {
	left: 0;
	right: auto;
}
.left a.jScrollArrowDown {
	left: 0;
	right: auto;
}
/* IE SPECIFIC HACKED STYLES */
* html .osX .jScrollPaneDragBottom {
	bottom: -1px;
}
/* /IE SPECIFIC HACKED STYLES */

/*==========================*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/* end scrollpane */
