﻿/*** RESET ***/
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
p
{
	margin-top: 10px;
	margin-bottom: 10px;
}
img
{
    border: 0;
}
a {
	text-decoration: none;
	color: #495231;
}
a:hover {
	color: #495231;
	text-decoration: underline;
}

body{
	font-family: Times, Serif;
	font-size: 1em;
	line-height: 1.2em;
	background: #70613a url("../images/bg.jpg") no-repeat top center;
	color: #495231;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

a:active { outline: 0; }

.clearfloats {clear: both;}

/*** END RESET ***/

/*** BASIC LAYOUT ***/

#welkomcontainer 
{
	width: 481px;
	margin: 0 auto;
	margin-top:80px;
}

#container 
{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#binnen 
{
	background: url("../images/binnenbg.png") no-repeat top center;
	height: 636px;
	width: 889px;
	position: absolute;
	left: 0;
	top: 0;
}

/*** WELKOM ***/

#welkom 
{
	background: url("../images/welkombg.png");
	height: 371px;
	width: 481px;
}

#bookonline 
{
	text-align: center;
	margin-top: 10px;
}

#bookonline a
{
	text-decoration: none;
}

#bookonline a:hover
{
	text-decoration: none;
}

#talenwelkom
{
	margin: 30px 0 0 94px;
}

#talenwelkom ul li
{
	float: left;
	padding: 0 3px 0 3px;
}

#footerwelkom 
{
	text-align: center;
	font-size: 0.65em;
	color: #879637;
	text-transform: uppercase;
	margin-top: 20px;
}

#footerwelkom a
{
	color: #879637;
}

#bystardekk 
{
	text-align: center;
}

#bystardekk a
{
	color: #495231;
	font-size: 0.6em;
	font-weight: bold;
}

#bystardekk a:hover
{
	text-decoration: none;
}

/*** BINNEN ***/

#sidebar 
{
	float: left;
	width: 430px;
	position: relative;
	z-index: 10;
}

#logo 
{
	margin: 30px 0 0 18px;
	height: 236px;
	width: 260px;
}

#footer 
{
	margin: 30px 0 0 60px;
	font-size: 0.7em;
	text-transform: uppercase;
	line-height: 14px;
}

#main 
{
	float: left;
	width: 540px;
	position: relative;
	z-index: 10;
	margin-top: 13px;
}

#quicklinkbar 
{
	color: #6c4b1d;
	float: right;
}

#quicklinkbar ul li
{
	float: left;
}

#quicklinkbar ul li  a
{
	color: #6c4b1d;
	text-decoration: none;
}

#quicklinkbar ul li  a:hover
{
	color: #6c4b1d;
	text-decoration: none;
}

#talen 
{
	float: right;
	margin-left: 18px;
	margin-top: 6px;
}

#talen ul li 
{
	float: left;
	padding: 0 2px 0 2px;
	border-right: 1px solid #6c4b1d;
	color: #6c4b1d;
	height: 12px;
}

#talen ul li a 
{
	color: #6c4b1d;
	text-decoration: none;
	position: relative;
	top: -6px;
}

#talen ul li a:hover
{
	color: #6c4b1d;
	text-decoration: none;
}

#content 
{
	margin-top: 100px;
	margin-left: 60px;
}

.border
{
	height: 1px;
	background-color: #cbd0ba;
	width: 100%;
	margin-top: 6px;
	margin-bottom: -8px;
}

#menu ul li 
{
	float: left;
	padding-right: 6px;
}

#menu ul li a, #menu ul li a:hover
{
	text-decoration: none;
}

#submenu 
{
	margin-top: 10px;
}

#submenu ul li 
{
	float: left;
	padding-right: 3px;
}

#submenu ul li a,#submenu ul li a:hover
{
	text-decoration: none;
}

.maintitle 
{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1em;
	font-weight: normal;
}

.maintext 
{
	font-size: 0.75em;
	line-height: 17px;
}

#fotoslider 
{
	margin-left: -32px;
	margin-top: 20px;
}

.jcarousel-skin-mine .jcarousel-container-horizontal {
    width: 468px;
    padding: 20px 28px 20px 28px;
}

.jcarousel-skin-mine .jcarousel-clip-horizontal {
    width:  468px;
    height: 102px;
}

.jcarousel-skin-mine .jcarousel-item {
    width: 117px;
    height: 102px;
}

.jcarousel-skin-mine .jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    right: 5px;
    width: 13px;
    height: 34px;
    cursor: pointer;
    background: url("../images/next.png") no-repeat 0 0;
}

.jcarousel-skin-mine .jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: 5px;
    width: 13px;
    height: 34px;
    cursor: pointer;
    background: url("../images/prev.png") no-repeat 0 0;
}

