/* Styles fuer simpleviewer-Galerien */
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	height: 84%;
	width: 98%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 80%;
	color:	#ddd;
	text-align: center;
	background-color: #181818;
}
div, p {
	margin: 0;
	padding: 0;
}
#overhead {
	height: 6%;
}
#head {
	height: 7%;
}
h1 {
	margin: 0 207px 0 0;
	padding: 0.8em;
	font: 1.7em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #a80;
}
#flashcontent, #flashcontent a:link {
	color: #ddd;
}
#foot {
	height: 8%;
}
#foot p {
	position: absolute;
	bottom: 15px;
	right: 105px;
	width: 100%;
	font: 0.9em Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #a80;
	/* text-align: left;*/
}
p a:link, p a:visited {
	color: #a80;
	text-decoration: none;
}
p a:hover {
	color: #ff0;
	text-decoration: underline;
}
#logo {
	position: absolute;
	bottom: 10px;
	right: 5px;
}
#logo img {
	border: 0;
	height: 30px;
	width: 220px;
}

/* Relativer Tooltip */
a#help, a#help:link, a#help:visited, a#help:active	{
	position: absolute;
	top: 15px;
	right: 30px;
	width: 12px;
	height: 12px;
	border: 0;
	color: #181818;
} 
a#help:hover {
	border: 0;
	background: transparent;
	text-decoration: none;
}
a#help span {
	display: none;
}
a#help:hover span {
	position: absolute;
	display: block;
	top: 20px;
	right: 0;
	border: 1px solid #ddd;
	padding: 0.5em;
	width: 15.5em;
	z-index: 100;
	color: #ddd;
	font: 0.9em Verdana, Geneva, Helvetica, Arial, sans-serif;
	text-align: left;
	background: #282828;
	text-decoration: none;
}
a#help img {
	border: 0;
	width: 12px;
	height: 12px;
	vertical-align: text-bottom;
}
