body {
	background: #aedfe4 url(images/back.jpg) repeat-x top;
	margin : 0px;
    overflow-y: scroll;
}

img {
	border : 0px;
}

#wrapper {
	width : 780px;
	margin-left: -390px;
	position: absolute;
	left: 50%;
}

#top {
	background: url(images/top.jpg) no-repeat top;
	width : 780px;
	height : 142px;
	vertical-align : bottom;
	margin-left: -390px;
	position: absolute;
	left: 50%;
	top : 0px;
}

#top ul {
	margin : 0px;
	padding: 116px 28px 0px 23px;
	list-style-type : none;
}

#top li {
	display : inline;
	vertical-align : middle;
}

#top img {
	margin-left : 7px;
}

#bottom {
	background: url(images/bottomshadow.jpg) no-repeat top;
	height : 10px; overflow: hidden;
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

#middle {
	background : white url(images/shadowback.jpg) repeat-y top;
	margin : 142px 0px 0px 0px;
	padding: 0px;
}

#leftshadow {
	float : left;
	width : 10px;
	height : 100%;
	overflow : hidden;
}

#rightshadow {
	float : right;
	width : 10px;
	height : 100%;
	overflow : hidden;
}

#main {
	margin : 0px 27px 0px 27px;
	padding : 20px 0px 0px 0px;
	width : 720px;
}

#leftcol {
	font : 10px Arial;
	color : #666666;
	margin : 0px;
	width : 160px;
	text-align : center;
	float: left;
}

#leftcol a {
	color : #666666;
	text-decoration : none;
} #leftcol a:hover {
	color : #222222;
} #leftcol a:active {
	color : #222222;
} #leftcol a:visited {}

#leftcol ul {
	font : bold 10px/18px Arial;
	margin : 0px;
	padding : 10px 10px 5px 10px;
	list-style-type : none;
	text-align : left;
	background : #832C1A;
}

#leftcol ul li{
	padding-bottom: 5px;
}

#leftcol ul a {
	color : white;
	text-decoration : none;
} #leftcol ul a:hover {
	color : white;
	text-decoration : underline;
} #leftcol ul a:active {
	color : white;
	text-decoration : underline;
} #leftcol ul a:visited {}

#leftcol ul ul {
	color : #CCCCCC;
	margin : 0px;
	padding : 0px;
	font : 10px/18px Arial;
}

#leftcol ul ul li{
	padding-bottom: 0px;
}

#leftcol ul ul a {
	color : #CCCCCC;
	text-decoration : none;
} #leftcol ul ul a:hover {
	color : #CCCCCC;
	text-decoration : underline;
} #leftcol ul ul a:active {
	color : #CCCCCC;
	text-decoration : underline;
} #leftcol ul ul a:visited {}

#leftcol p {
	margin : 15px 0px 15px 0px;
}

#content {
	font : 11px/16px Arial;
	text-align : justify;
	color : black;
	margin : 0px 0px 0px 0px;
	width : 540px;
	float: right;
}

#content h1 {
	margin : 0px 0px 10px 0px;
	font : bold 17px Arial;
	color : #832C1A;
	text-align : left;
}

#content h2 {
	margin : 15px 0px 3px 0px;
	font : bold 14px Arial;
	color : #224e5f;
	text-align : left;
}

#content h3 {
	margin : 0px 0px 0px 0px;
	padding-top: 10px;
	font : bold 12px Arial;
	color : #224e5f;
	text-align : left;
}

#content p {
	margin : 0px 0px 10px 0px;
}

#content a {
	color : #397790;
	text-decoration : none;
} #content a:hover {
	color : #832C1A;
} #content a:active {
	color : #832C1A;
} #content a:visited {}

#content a.bestelknop {
	color : white;
	font-weight : bold;
	padding : 5px 10px 5px 10px;
	background : #397790;
	text-decoration : none;
} #content a.bestelknop:hover {
	background : #832C1A;
} #content a.bestelknop:active {
	background : #832C1A;
} #content a.bestelknop:visited {}

#content .blue { color : #397790; }

#content td {
	font : 11px/16px Arial;
	text-align : justify;
	vertical-align : top;
	color : black;
}

#content img {
	border : 0px;
}

#carousel-wrapper {
    width: 498px;
	height: 100px;
	overflow: hidden;
	float: left;
}
#carousel-left {
	border-right: 1px solid #DDD;
	margin: 5px 0 5px 0;
	width: 20px;
	display : block;
	height: 90px;
	float: left;
	text-align: center;
}
#carousel-right {
	border-left: 1px solid #DDD;
	margin: 5px 0 5px 0;
	width: 20px;
	display : block;
	height: 90px;
	float: left;
	text-align: center;
}
#carousel-content {
	width: 2500px;
}
#carousel-content .slide {
	float: left;
	width: 140px;
	height: 90px;
	margin: 5px 0 5px 0;
}
#carousel-border-bottom {
	clear: both;
	width: 540px;
	border-top: 1px solid #DDD;
}
#holder {
	border-top : 1px solid #DDD;
	border-bottom : 1px solid #DDD;
	width: 540px;
	height: 259px;
	float: left;
}

#holder img {
	padding: 5px 0 5px 0;
}