html{
	background-color: #c3cbb5;
}

body {
	margin: 0px;
	background-color: #c3cbb5;
	font-family: 'Trebuchet MS', 'Futura';
	color: #141617;
	overflow: hidden;
	height: 100%;
}

table, tr, td{
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse:collapse;
}

td {
	vertical-align: bottom;
	overflow: hidden;
}

img {
	border: none;
}
a {
	text-decoration: none;
	color: #141617;
}
div {
	position: absolute;
}

.preload {
	visibility: hidden;
}
.enter_arrow {
	bottom: 56px;
	left: 27px;
}
.enter_arrow img {
	width: 15px;
	height: 30px;
}
.headline {
	bottom: 56px;
	left: 47px;
}
.headline img {
	width: 131px;
	height: 30px;
}
.bullet_vertical {
	bottom: 56px;
	left: 190px;
}
.bullet_vertical img {
	width: 5px;
	height: 33px;
}
.navigation{
	bottom: 56px;
	left: 195px;
}
.navigation div {
	position: relative;
	margin-left: 30px;
	float: left;
	/* text-align: center; */
}
.bull_horizontal {
	height: 10px;
}
.bull_contact {
	width: 41px;
	height: 10px;
}

.close {
	position: static;
	margin-top: 8px;
	font-size: 6pt;
}
.close a {
	color: #666;
}

.copyright {
	bottom: 43px;
	left: 46px;
}
.copyright img {
	width: 314px;
	height: 11px;
}


.image_navi {
	position: absolute;
	bottom: 58px;
	left: 10%;
	width: 80%;
	padding: 0px;
	font-size: 12pt;
	text-align: center;
}

.image_navi span {
	cursor: pointer;
}

/* Progressbar */
.progressbar {
	background-color: #c3cbb5;
	color: #141617;
	width: 90px;
	height: 32px;
	font-size: 20pt;
	line-height: 32px;
	position: relative;
}

/* movie (<div>) // has to be adjusted to the movie size! */
.movie {
	position:absolute;
	top: 45%;
	left: 50%;
	width: 614px;
	height: 450px;
	margin-left: -307px; /* set to a negative number 1/2 of your width  */
	margin-top: -225px;  /* set to a negative number 1/2 of your height */
	text-align: center;
}

.contact_info {
	position:absolute;
	top: 45%;
	left: 226px;
	width: 175px;
	height: 315px;
	/* margin-left: -88px; set to a negative number 1/2 of your width  */
	margin-top: -156px;  /* set to a negative number 1/2 of your height */
	text-align: center;
}


#imagenavi {
	bottom: 0px;
	margin-left: 0px;
}

.thumb_div {
	position: relative;
	margin-right: 3px;
}

.thumb {
	margin-top: 3px;
}
#scroll_right {
	height: 130px;
	width: 34px;
	background-color: #c3cbb5;
	display: none;
	cursor: pointer;
}

#scroll_right img {
	margin-left: 10px;
	margin-top: 55px;
}

#scroll_left {
	right: 0px;
	height: 130px;
	width: 34px;
	background-color: #c3cbb5;
	cursor: pointer;
}

#scroll_left img {
	margin-left: 9px;
	margin-top: 55px;
}

/* slideshow.php */
.center{
	left: 50%;
	top: 45%;
	text-align: center;
}

.center_load {
	left: 50%;
	top: 45%;
	width: 59px;
	height: 59px;
	margin-left: -30px; /* set to a negative number 1/2 of your width  */
	margin-top: -30px;  /* set to a negative number 1/2 of your height */
	text-align: center;
}

#slides {
	position: static;
	padding: 0px;
}

#slides img {
	top: 0px;
	left: 0px;
}

#navi a:after {
	content:" ";
}
#navi a.activeSlide {
	color: #2ac922;
}