/* Seiteneinstellungen */
html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: scroll;
}
/* Schrift und Farbe, Ränder */
body, #container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	line-height: 16px;
	text-align: center;
}
#bgimg {
	height: 242px;
	width: 500px;
	top: 0px;
	left: 0px;
	padding-top: 100px;
}
#container {
	position: absolute;
	width: 100%;
	background: none;
	top: 0px;
	left: 0px;
}
#main {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 90px;
	padding: 0px;
	height: auto;
	text-align: left;
}
#middle{
	padding-bottom: 20px;
	width: 500px;
	float: right;
}
/* Banner */
#banner {
	height: 380px;
	width: 160px;
	float: left;
}
h1, .headline {
	padding: 10px;
	margin: 0px;
	font-size: 11px;
	margin-bottom: 40px;
}
h1 {
	font-weight: bold;
}
#middle .headline, #middle h1 {
	padding-left: 0px;
	margin-bottom: 48px;
}
#middle h1{
	margin-bottom: 64px;
}
/* Navigation */
#nav {
	overflow: visible;
	width: 140px;
	clear: both;
	margin: 0px;
	padding: 10px;
	background-image: none;
	padding-top: 0px;
}
#nav ul, #sub ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: none;
	margin-bottom: 10px;
	line-height: 14px;
}
#nav ul li {
	font-weight: bold;
	cursor: pointer;
	padding-top: 10px;
}
#nav ul li ul {
	border: none;
	padding: 0px;
	margin: 0px;
}
#nav ul li ul li {
	font-weight: normal;
	padding: 0px;
	padding-bottom: 5px;
}
#sub {
	width: 200px;
	float: right;
	margin: 0px;
	margin-left: 20px;
}
#sub ul li {
	font-weight: normal;
	cursor: pointer;
	margin-left: 10px;
	padding-top: 10px;
}
form {
	margin: 0px;
	padding: 0px;
}
a, a:link, a:active, a:visited {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #990;
}
li a, li a:link, li a:active, li a:visited {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
li a:hover, #act, #sact {
	font-weight: normal;
	color: #990;
}
.headline a, headline a:hover {
	color: #000;
}
#teaser {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #000;
	margin-top: 20px;
	padding-top: 12px;
	font-weight: bold;
}
hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #000;
	height: 1px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 12px;
}
.date {
	font-style: italic;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}
/* Galerie */
#motioncontainer {
	position: relative;
	overflow: hidden;
}
#motiongallery {
	 position: absolute;
	 left: 0;
	 top: 0;
	 white-space: nowrap;
}
#trueContainer {
	white-space: nowrap;
}
