/* Style Sheet Print */
#inhalt {
	font-size: 0.8em;
}
#breadcrumb, #menu ul li.suche input, #navigation li {
	font-size: 0.9em;
}

#functions li, .galerietext, #inhalt .mehrinfos {
  font-size: 0.8em;
}

#footer, #url, #menu ul {
	font-size: 0.75em;
}

.galeriecopyright {
  font-size: 0.7em;
}

/* Style Sheet  Farben etc. */
body {
	background: #fff;	
	color: #000;
	font-family: Verdana, Arial, sans-serif;
}
a:link, a:visited, a:active, a:hover {
	color: #0000ff;
	text-decoration: underline;
}

/* Abmessungen */

#main {
	width: 97%;
	border: 0;
	margin-left: 2em;
	margin-right: 1em;
}

#logo {
  clear: both;
  float: right;
  text-align: right;
  width: 150px;
  height: 110px;
}

#logo img {
  width: 140px;
  height: auto;
  margin-right: 5px;
}

#panorama, #menu, #submenu {
	height: 0;
	overflow: hidden;
  display: none;
}

#inhalt {
	border-top: 1px solid #000;
	width: 97%;
	padding: 10px 0px 0px 0px;
	clear: both;
	margin-bottom: 20px;
}
#breadcrumb {
	padding: 8px 0px 12px 0px;
	color: #000;
}
#url {
	color: #000;
	background: #fff;
	text-align: left;
	clear: both;
	padding: 20px 0 20px 0;
}
@media print
{
  #url {
  	display: none;
  }
}
#footer {
	color: #000;
	background: #fff;
	text-align: left;
	clear: both;
	border-top: 1px solid #000;
}
/* Farben und Schriften */

#breadcrumb a, #url a, #footer a {
	color: #000;
	text-decoration: none;
}
