html {
	overflow-y: scroll;
}

body {	
	background: white url('../images/layout/background_middle.png') repeat-y top center;
}

body.iframe-layout {
	background: white;
	margin: 20px;
}

#world {
	width: 970px;
	margin: 30px auto;
	position: relative;
/*	border: 1px solid blue;*/
}

#header-container {
/*	border: 1px solid green;*/
	margin-bottom: -530px;
	height: 530px;
	margin-left: -28px;
	margin-right: -28px;
	background: white url('../images/layout/background.png') no-repeat top center;
}

#header {
	background: white url('../images/layout/header.png') no-repeat top center;
/*	width: 970px;*/	
	height: 155px;
	position: relative;
}

#header a {
	position: absolute;
	display: block;
/*	border: 1px solid green;*/
	top: 10px;
	left: 597px;
	width: 326px;
	height: 126px;
}

#menu {
/*	margin-top: -375px;*/
	background-color: #400018;
	height: 27px;
	padding-right: 32px;
}

#facebook-menu ul.sf-menu {
	margin-left: 0;
}

#menu #facebook-button #facebook-like {
	display: none;
	position: absolute;
	top: 27px;
	right: 0;	
}

#menu #facebook-button #facebook-like .top {
	height: 2px;
	border-right: 2px solid #400018;
}
#menu #facebook-button #facebook-like .content {
	background-color: #400018;
	padding: 5px;
/*	border-right: 2px solid #400018;*/
}

#content {
	margin: 32px;
	min-height: 440px;
}

#menu-margin {
	height: 70px;
	background: transparent url('../images/layout/menu_margin_background.png') repeat-x;
}

#footer-menu {
	margin: 13px 32px;
	height: 15px;	
}

#footer-menu div {
	float: left;
	margin-left: 25px;
	height: 15px;	
}

#footer-menu div.fm_zur_gondel {
	margin-left: 0;
}
#footer-container {
/*	border: 1px solid blue;*/
	height: 330px;
	margin-top: -330px;
	margin-left: -28px;
	margin-right: -28px;
	background: transparent url('../images/layout/background.png') no-repeat bottom center;
}
#footer {
	background: transparent url('../images/layout/footer_background.png') repeat-y;
/*	margin-top: 294px;*/
/*	margin-left: 28px;*/
	height: 36px;
}

/**********/
#content table td {
	border: 0;
	padding: 3px 5px 3px 0;
}
.gallery-page #slide-container {
	width: 444px;
/*	height: 333px;*/
	height: 400px;;
}

.gallery-page .content-column {
	float: left;
	width: 400px;
}

.gallery-page .gallery-column {
	float: right;
	width: 452px;
}

.gallery-page .gallery-thumbnails {
	margin-top: 4px;
}

.gallery-page .gallery-thumbnails a {
	float: left;
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 4px 4px 0;
	padding: 0;
}

div.table-page.partner-links {
	width: 650px;
}
div.table-page.partner-links td.image {
	width: 95px;
}
div.table-page.partner-links td.text-left {
	width: 200px;
	min-width: 200px;
	text-align: left;
}
div.table-page.partner-links td.text-right {
	width: 330px;
	text-align: left;
}

.tile-page {
	width: 800px;
}
div.tiles div.tile {
	float: left;
	margin-right: 15px;
}

.text-only {
	width: 600px;
}

#contact-map #map-canvas {
	width: 444px;
	height: 444px;
	border: 1px solid #c0c0c0;
}

.maps-headline {
	font-weight: bold;
	margin-right: 20px;
}

.clear {
	clear: both;
}

.flash-error {
	color: red;
}

.flash-notice {
	color: green;
}

.guestbook-entry,
.blog-entry {
	border-top: 1px solid silver;
	padding-top: 10px;
	margin-top: 20px;
}

/*** menu ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	margin-left:       32px;
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */	
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {	
	float:			left;
	position:		relative;
}
.sf-menu a {	
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			27px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	line-height: 27px;
/*	margin-bottom:	1em;*/
}
.sf-menu a {
/*	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*/
/*	padding: 		.75em 1em;*/
	text-decoration:none;
	
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}
.sf-menu li li a, .sf-menu li li a:visited {
	text-transform: none;
	padding: 0 10px;
}
.sf-menu li ul {
	background: transparent url('../images/layout/menu_ul_background.png') no-repeat top left;
	padding: 6px 4px;
	line-height: 20px;
	margin-left: -2px;
}
.sf-menu li.right-menu {
	float: right;
	width: 59px;
	padding: 0;
	margin: 0;
}
.sf-menu li.right-menu ul {
	width: 300px !important;
	background: transparent url('../images/layout/menu_ul_background_right.png') no-repeat top right;
	margin-left: -248px;
}
.sf-menu li ul ul {
	background: #400018;
	margin-left: 4px;
}
.sf-menu a {
	cursor: pointer;
}
.sf-menu li {
/*	padding-left: 10px;*/
/*	background:		#BDD2FF;*/
}
.sf-menu li li {
/*	background:		#41021a;	*/
}
.sf-menu li li li {
/*	background:		#9AAEDB;*/
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
/*	background:		#610126;*/
	outline:		0;
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background:		#610126 url('../images/layout/menu_hover_background.png') right center no-repeat;
	outline:		0;

}
.sf-menu.right-menu li li:hover, .sf-menu.right-menu li li.sfHover,
.sf-menu.right-menu li li a:focus, .sf-menu.right-menu li li a:hover, .sf-menu.right-menu li li a:active {
	background:		none;

}



/*** arrows **/
.sf-menu a.sf-with-ul {
/*	padding-right: 	2.25em;*/
	padding-right: 30px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-menu.right-menu a.sf-with-ul {
	padding-right: 0;
}
.sf-sub-indicator {
	position:		absolute;
	display:		none;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

#print-banner {
    display: none;
}