.clear {
	clear: both;
}
.displaynone {
	display: none;
}

body {
	text-align: center;
	background-color: #fff;
}
#wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#apart{
	color: #00A0C6;
	font-size: 12px;
	font-style: italic;
}
#top {
	height: 79px;
	background-image: url(../img/top.jpg);
	background-position: left;
	background-position: top;
	background-repeat: no-repeat;
}
#flash {
	height: 210px;
	padding-left: 10px;
	background-image: url(../img/background.jpg);
}
#menu {
	height: 28px;
	background-image: url(../img/menu_background.jpg);
}
#main {
	padding: 0 10px 0 10px;
	background-color: #fff;
	background-image: url(../img/background.jpg);
}
#bottom {
	height: 110px;
	background-image: url(../img/bottom.jpg);
	background-position: left;
	background-position: bottom;
	background-repeat: no-repeat;
}
/* main */
#main div.left {
	width: 220px;
	float: left;
}
#submenuwrapper {
	padding-top: 20px;
	padding-left: 10px;
}
#main div.right {
	width: 739px;
	float: left;
}
#main div.right div.pageitems{
}
#main div.right div.pageitems div.pageitem {
	float: left;
}
#main div.right div.pageitems div.pageitem div.text {
	color: #fff;
	float: left;
	width: 410px;
}
#main div.right div.pageitems div.pageitem div.text a {
	color: #00A0C6;
	text-decoration: underline;
}
#main div.right div.pageitems div.pageitem div.text a:hover {
	color: #00A0C6;
	text-decoration: underline;
}
#main div.right div.pageitems div.pageitem div.text p {
	margin-bottom: 10px;
}
#main div.right div.pageitems div.pageitem div.text div.text {
	float: none;
	margin-top: 5px;
}
#main div.right div.pageitems div.images {
	float: left;
	/* margin-right: 30px; */
}
#main div.right div.pageitems div.images div.imageunit {
	margin-left: 20px;
	margin-bottom: 20px;
}
#main div.right div.pageitems div.images div.imageunit div.imagetext {
	font-size: 12px;
	color: #00A0C6;
	margin-left: 10px;
}
/* -- gallery -- */
#main div.gallery {
	width: 650px;
	height: 500px;
	margin-left: auto; 
	margin-right: auto;
	padding-left:220px;
	padding-top: 23px;
}
/* -- detail -- */
#gallerydetail {
}

#gallerydetail div.gallerydetailwrapper {
}

#main div.gallery div.pageitems{
}
#main div.gallery div.pageitems div.pageitem {
    float: left;
}
#main div.gallery div.pageitems div.pageitem div.text {
    float: left;
    width: 410px;
}
#main div.gallery div.pageitems div.pageitem div.text p {
    margin-bottom: 10px;
}
#main div.gallery div.pageitems div.pageitem div.text div.text {
    float: none;
    margin-top: 5px;
}
/* -- top -- */
#main div.gallery div.pageitems div.pageitem table.indextop {
	margin-top: 15px;
	width: 620px;
}
#main div.gallery div.pageitems div.pageitem table.indextop td {
}
#gallerydetail div.gallerydetailwrapper table.indextop td.previous,
#main div.gallery div.pageitems div.pageitem table.indextop td.previous,
#gallerydetail div.gallerydetailwrapper table.indextop td.next,
#main div.gallery div.pageitems div.pageitem table.indextop td.next {
	width: 120px;
}
#gallerydetail div.gallerydetailwrapper table.indextop td.next,
#main div.gallery div.pageitems div.pageitem table.indextop td.next {
	text-align: right;
}
#main div.gallery div.pageitems div.pageitem table.indextop td.previous a {
	background-image: url(../img/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	text-decoration: none;
	line-height: 30px;
	margin-left: 7px;
}
#main div.gallery div.pageitems div.pageitem table.indextop td.next a {
	background-image: url(../img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 30px;
	padding-right: 12px;
	margin-right: 7px;
	text-decoration: none;
	line-height: 30px;
}
#main div.gallery div.pageitems div.pageitem table.indextop td.navigation
{
	text-align: center;
}
#main div.gallery div.pageitems div.pageitem table.indextop td.navigation a {
	padding: 0 3px;
	margin: 0 3px;
	text-decoration: none;
	line-height: 30px;
	
}
#main div.gallery div.pageitems div.pageitem table.indextop td.navigation span.current {
	background-color: #00A0C6;
	color: #fff;
	padding: 0 3px;
	line-height: 18px;
}
/* -- middle -- */
#main div.gallery div.pageitems div.pageitem table.indexmiddle {
	margin: 5px 2px;
}
#main div.gallery div.pageitems div.pageitem table.indexmiddle td.item {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#main div.gallery div.pageitems div.pageitem table.indexmiddle td.item div.caption {
	clear: both;
	text-align: center;
}
#main div.gallery div.pageitems div.pageitem table.indexmiddle td.item div.imagetext {
	font-size: 12px;
	color: #8F0000;
	margin-left: 10px;
}
#main div.gallery div.pageitems div.pageitem table.indexmiddle td.item a,
#main div.gallery div.pageitems div.pageitem table.indexmiddle td.item div.border img,
#main div.gallery div.pageitems div.pageitem table.indexmiddle td.item img {
	margin: 0;
	padding: 0;
}
#main div.gallery div.pageitems div.pageitem table.indexmiddle td.item img,
#main div.gallery div.pageitems div.pageitem table.indexmiddle td.item div.border img
{
	float: none;
}
#main div.gallery div.pageitems div.pageitem table.indexmiddle td.item div.caption {
}
#main div.gallery div.pageitems div.pageitem table.indexmiddle td.item div.caption div {
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}
div.fototext {
	margin: 10px auto;
}

#gallerydetail div.gallerydetailwrapper table.indextop td.navigation {
	text-align: center;
}

#gallerydetail div.gallerydetailwrapper table.indextop {
	width: 610px;
}
#gallerydetail div.gallerydetailwrapper div.galdetailholder {
	  width: 620px;
	  height:300px;
}
#gallerydetail div.gallerydetailwrapper div.galdetailholder table.galdetail{
    margin-left: auto;
	margin-right: auto;
}
#gallerydetail div.gallerydetailwrapper div.galdetailholder table.galdetail td.galdetail div.border2{
	position: absolute; 
}
#submenu div.menuitems {
	padding-left: 30px;
}
div.right div.pageitems {
	padding: 25px 0 0 0;
}
div.right div.pageitems div.images div.border {
	position: absolute;
}
div.right div.pageitems div.images div.image {
	margin-top: 10px;
	margin-left: 20px;
	z-index: -1;
}
/* video */
#main div.movie {
	padding-top: 25px;
	padding-left: 35px;
}
#main div.movie div.pageitems div.pageitem div.text {
	float: left;
	width: 390px;
	margin-right: 20px;
	margin-bottom: 25px;
}
#main div.movie div.pageitems div.pageitem div.text a {
	font-weight: bold;
}
#main div.movie div.pageitems div.pageitem div.text a:hover {
}
#main div.movie div.pageitems div.pageitem div.text p {
/*	margin-bottom: 8px; */
}
#main div.movie div.pageitems div.pageitem div.text div.text {
	float: none;
	margin-top: 5px;
}
#main div.movie div.pageitems div.pageitem div.text div.text a {
	float: none;
	margin-top: 5px;
}
#main div.movie div.pageitems div.pageitem div.text div.text a:hover{
	float: none;
	margin-top: 5px;
}
/* menukaart */
div.menukaart div.title {
	font-size: 18px;
	font-weight: normal;
	color:#00A0C6;
}
div.menukaart div.centered{
	text-align: center;
}
div.menukaart div.gerecht div.text {
	float: left;
	width: 420px;
}
div.menukaart div.gerecht div.text p {
	/* margin-bottom: 5px; */
}
div.menukaart div.gerecht div.text div.text {
	float: none;
	margin-top: 5px;
}
div.menukaart div.header {
	border-bottom: 1px solid #00A0C6;
	margin-right: 15px;
}
div.menukaart div.gang div.header h1.centered{
	width: 405px;	
	text-align: center;
}
div.menukaart div.gang div.header h1 {
	float: left;
	height: 28px;
	line-height: 25px;
	color: #00A0C6; 
}
div.menukaart div.gototop {
	float: right;
	height: 20px;
	line-height: 20px;
}
div.menukaart div.gototop a {
	color: #00A0C6;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
}
div.menukaart div.gang{
	padding-top: 10px;
}
div.menukaart div.gang div.header {
	margin-bottom: 5px;
	padding-top: 0;
	clear: both;
}
div.menukaart div.gang div.gangleft {
	width: 410px;
	float: left;
}
div.menukaart div.gang div.gangleft div.gerecht {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.menukaart div.gang div.gangright {
	width: 300px;
	float: left;
}
div.menukaart div.gang div.gangright div.border {
	position: absolute;
}
div.menukaart div.gang div.gangright div.menukaart_image {
	margin-top: 10px;
	margin-left: 20px;
	z-index: -1;
}
div.menukaart div.gang div.gangright div.menukaart_image div.caption {
	font-style: italic;
}
/* bottom */
#bottom div.adresgegevens {
		color: #fff;
		text-align: center;
		padding-top: 75px;
}
