/* @override http://localhost:3000/stylesheets/stylo.css */

/* @override http://localhost:3000/stylesheets/stylo.css */

body {
	margin: 0;
	color: #5c5c5c;
	padding: 0;
	background-color: white;
	font: 12px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

div.text-centered {
	text-align: center;
	height: 250px;
}

a:link, a:visited {
	text-decoration: none;
	color: #222;
}

a:hover {
	color: #ff9c00;
}

a img {
	border: none;
}

.wa_image_caption {
	font-size: 12px;
	line-height: 16px;
}

#mainnavigation a.active {
	color: #ff9c00;
}

#page {
	margin-left: auto;
	width: 650px;
	padding: 60px 1px 1px;
	background-color: white;
	margin-bottom: 20px;
	margin-right: auto;
	overflow: hidden;
}

.claim {
	text-align: center;
}

div#content {
	float: left;
	width: 520px;
	overflow: hidden;
	padding-top: 2px;
}

div#content.intro {
	margin-left: 75px;
	width: 500px;
	font-size: 18px;
	margin-top: 30px;
}

.text-align-right {
	text-align: right;
}

#logo {
	width: 500px;
	height: 109px;
	margin-bottom: 20px;
	margin-left: 75px;
	background: url(/images/logo.png) no-repeat;
}

#logo a {
	display: block;
	width: 500px;
	height: 109px;
}

#mainnavigation {
	float: left;
	width: 75px;
	font-size: 14px;
	line-height: 18px;
}

#mainnavigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

#mainnavigation ul ul {
	padding-left: 10px;
}

#subnavigation {
	float: left;
	clear: both;
	width: 460px;
}

#subnavigation div {
	float: left;
	width: 230px;
	font-size: 19px;
	padding-bottom: 20px;
	padding-top: 10px;
}

#subnavigation a:link, #subnavigation a:visited  {
	color: #919191;
}

#subnavigation a:hover{
	color: #ffbf5a;
}

#subnavigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footer {
	width: 460px;
	float: left;
	clear: both;
	font-size: 30px;
	padding-top: 10px;
	color: #5c5c5c;
}

#footer a {
	color: #5c5c5c;
}

#footer a:hover {
	color: #ff9c00;
}

#footer div {
	float: left;
	width: 230px;
}

.flash_movie, .audio_player {
	margin-bottom: 10px;
	margin-right: 20px;
}

div.content_images {
	width: 520px;
	overflow: auto;
}

div.bild_text, div.text-block {
	width: 500px;
	padding-right: 20px;
	text-align: justify;
	margin-bottom: 10px;
}

.intro .text-block {
	text-align: center;
}

div.content_images .content_image {
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
	float: left;
}

div.text-block-right {
	float: left;
	clear: both;
	margin-bottom: 10px;
	width: 460px;
	color: #919191;
}

div#copyright_notice {
	width: 460px;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: "Lucida Grande", Lucida, sans-serif;
	color:#919191;
}

h1 {
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

.bild_text h1 {
	clear: none;
	margin-top: 0;
}

div.bild_text_bild {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#overview {
	position: relative;
	height: 324px;
	width: 500px;
	overflow: visible;
}

#overview_track {
	width: 100000px;
	position: absolute;
}

#overview div.overview_thumb {
	width: 110px;
	height: 108px;
	margin-right: 20px;
	position: relative;
	float: left;
}

#overview div.overview_thumb a {
	display: block;
	height: 108px;
}

#overview .overview_block {
	height: 324px;
	width: 520px;
	position: absolute;
}

#overview div.overview_thumb a img{
	border: none;
}

#overview .caption {
	text-align: center;
	font-size: 10px;
	position: absolute;
	bottom: 6px;
	width: 110px;
	height: 15px;
	display: block;
	line-height: 15px;
}

#overview_navigation {
	clear: both;
	position: relative;
	height: 12px;
	width: 500px;
}

#overview_navigation a {
	position: absolute;
	top: 0;
	outline: none;
	width: 17px;
	height: 12px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#overview_navigation a:hover {
	background-position: 0 -14px;
}

#overview_navigation a.right {
	right: 0;
	background-image: url(../images/right-arrow.png);
}

#overview_navigation a.left {
	left: 0;
	background-image: url(../images/left-arrow.png);
}

#movie_navigation {
	position: relative;
	height: 12px;
	font-size: 14px;
	line-height: 12px;
	margin-right: 18px;
	width: 75px;
	float: right;
	margin-bottom: 1em;
}

#movie_navigation a {
	position: absolute;
	width: 17px;
	height: 12px;
	outline: none;
	top: 0;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0px;
}

#movie_navigation a:hover {
	background-position: 0 -14px;
}

#movie_navigation a.left {
	left: 0;
	background-image: url(../images/left-arrow.png);
}

#movie_navigation a.right {
	right: 0;
	background-image: url(../images/right-arrow.png);
}

#movie_navigation a.center {
	left: 23px;
	width: 28px;
	font-size: 12px;
	top: -1px;
}
