@CHARSET "UTF-8";

html {
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: #282828;
	background-image: url("/docroot/annawachberger.ch/imgs/bg.jpg");
	background-position: 50% center;
	background-repeat: no-repeat;
	height: 100%;
}
		
html,body {
	margin: 0;
	padding: 0;
}

body {
}


#backgroundContainer {
	position: fixed;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;		
	top: 0;
	left: 0;
}

#backgroundContainer {
	z-index: 1;
}

#background {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -800px;
	margin-top: -1197px;
	width: 1600px;
	height: 2394px;
}
		
#background img {
	width: 100%;
	height: 100%;
	display: block;
}

#background2 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -800px;
	margin-top: -1197px;
	width: 1600px;
	height: 2394px;
	z-index: 4;
}
		
#background2 img {
	width: 100%;
	height: 100%;
	display: block;
}

/**
*	content
*/

#content {
	position: fixed;
	height: 113px;
	/*background-color: #000000;*/
	width: 100%;
	bottom: 10%;
	z-index: 99;
	overflow: hidden;
}

#moveDown {
	position: fixed;
	bottom: 0;
	height: 8%;
	left: 0;
	width: 100%;
	z-index: 3;
	background-image: url("/docroot/annawachberger.ch/imgs/trans.gif");
	/*border:1px solid #e3007a;*/
}

#moveDown img {
	position: fixed;
	bottom: 0;
	left: 50%;
	z-index: 2000;
}

#moveUp {
	position: fixed;
	top: 0;
	height: 8%;
	left: 0;
	width: 100%;
	z-index: 3;
	background-image: url("/docroot/annawachberger.ch/imgs/trans.gif");
	/*border:1px solid #e3007a;*/
}

#moveUp img {
	position: fixed;
	top: 0;
	left: 50%;
}
		
#moveLeft {
	position: fixed;
	top: 0;
	height: 100%;
	left: 0;
	width: 8%;
	z-index: 3;
	background-image: url("/docroot/annawachberger.ch/imgs/trans.gif");
	/*border:1px solid #e3007a;*/
}

#moveLeft img {
	position: fixed;
	top: 50%;
	left: 0;
}

#moveRight {
	position: fixed;
	top: 0;
	height: 100%;
	right: 0;
	width: 8%;
	z-index: 3;
	background-image: url("/docroot/annawachberger.ch/imgs/trans.gif");
	/*border:1px solid #e3007a;*/
}

#moveRight img {
	position: fixed;
	top: 50%;
	right: 0;
}

/*
#navigationContainer {
	width: 293px;
	height: 113px;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 1px;
}
		
*/
#logo {
	width: 289px;
	background-color: #000000;
	height: 83px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 98;
}

#controls {
	/*border-top: 1px solid #c8c8c8;*/
	margin-top: 1px;
	position: absolute;
	bottom: 0;
	height: 29px;
	width: 293px;
	left: 0;
	z-index: 99;
}
		
#controls div {
	width: 29px;
	height: 29px;
	float: left;
	margin-right: 1px;
	background-color: #000000;
}
	
#controls #scrollLeft {
	border-right: none;
	width: 29px;
	margin-right: 0;
}
			
#controls table, #navigationContainer #controls table tr {
	float: left;
	margin: -1px 0 -1px -1px;
	padding: 0;
}

#navigationContainer #controls table tr {
	margin: 0;
}

#controls table td {
	height: 30px;
	width: 6px;
	background-color: /*#7e7e7e*/ #000000;
}
		
#controls table td#activeZoom {
	background-color: #000000;
}
		
#contentContainer {
	height: 113px;
	margin-left: 290px;
	overflow: hidden;
	color: #ffffff;
	position: relative;
}
		
#contentContainer #textContainer p {
	max-width: 800px;
	margin: 20px 20px 0 20px;
}

#textContainer {
	position: absolute;
	background-color: #000000;
	height: 113px;
	width: 100%;
}

#galleryContainer {
	position: absolute;
	white-space: nowrap;
}
		
.image {
	position: relative;
	/*float: left;*/
	display: inline;
	margin-right: 1px;
	height: 113px;
}
		
#galleryContainer .image table {
	width: 60px;
	position: absolute;
}
		
#silouette {
	position: fixed;
	bottom: 10%;
	margin-bottom: 113px;
	left: 295px;
	display: none;
}

#openInteractive {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 300;
}

#openInteractive img {
	border: 0;
	padding: 20px 20px 10px 20px;
}

a {
	color: #e3007a;
}
