a:link {
	font-style: normal;
	color: #033;
	text-decoration: none;
}   
a:visited {font-style: normal;
	color: #033;
	text-decoration: none;
	} 
a:hover {font-style: normal;
	color: #033;
	text-decoration: none;
	}   
a:active {font-style: normal;
	color: #033;
	text-decoration: none;
	}  

#headline {
	font-size: 14px;
}
#projektinfo {
	font-size: 12px;
	color: #000;
	font-style: italic;
	line-height: 14px;
}
#copyright {
	text-align:right;
}


.info_text {
	position: fixed;
	left: 100px;
	top: 140px;
	font-size: 13px;
	font-style:normal;
	z-index: 1;
	text-align: left;
	opacity: 0;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	font-family: "MS Serif", "New York", serif;
	line-height: 18px;
	padding: 10px;
}

.Menu {
	font-family: "MS Serif", "New York", serif;
	font-size: 18px;
	line-height: 28px;
	font-style:normal;
	position: fixed;
	right: 0px;
	bottom: 40px;
	z-index: 1;
	text-align: center;
	background-color: #FFF;
	opacity: 0.8;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.Info {
	position: fixed;
	top: 150px;
	left: -50px;
	z-index: 1;
	opacity: 0;
	width:47px;
	height:19px;
	background-image: url(icon/Info_horizontal.png);
	background-repeat: no-repeat;
}

.Info:hover {
	z-index: 2;
	opacity: 1;
	background-image: url(icon/Info_horizontal.png);
}

.Hide {
	position: fixed;
	top: 150px;
	left: 0px;
	z-index: 1;
	opacity: 0.8;
	width:48px;
	height:19px;
	background-image: url(icon/Hide_horizontal.png);
	background-repeat: no-repeat;
}

.Hide:hover {
	z-index: 2;
	opacity: 1;
	background-image: url(icon/Hide_horizontal.png);
}

.go_up {
	position: fixed;
	top: 200px;
	left: 45px;
	z-index: 1;
	opacity:0.5;
	width:19px;
	height:14px;
	background-image: url(icon/go_up.png);
	background-repeat: no-repeat;
}

.go_up:hover{
	z-index: 2;
	opacity: 1;
	background-image: url(icon/go_up.png);
}

.go_next {
	position: fixed;
/*	bottom: 15px;
	right: 50px; */
	top: 400px;
	right: 20px;
	z-index: 1;
	opacity:0.5;
/*	width:14px;
	height:19px; */
	width:20px;
	height:56px;
	background-image: url(icon/go_next_big.png);
	background-repeat: no-repeat;
}

.go_next:hover{
	z-index: 2;
	opacity: 1;
	background-image: url(icon/go_next_big.png);
}

.go_back {
	position: fixed;
/*	bottom: 15px;
	right: 120px;*/
	top: 400px;
	left: 20px;
	z-index: 1;
	opacity:0.5;
/*	width:14px;
	height:19px; */
	width:20px;
	height:56px;
	background-image: url(icon/go_back_big.png);
	background-repeat: no-repeat;
}

.go_back:hover{
	z-index: 2;
	opacity: 1;
	background-image: url(icon/go_back_big.png);
}
.go_down {
	position: fixed;
	bottom: 30px;
	left: 45px;
	z-index: 1;
	opacity: 0.5;
	width:19px;
	height:14px;
	background-image: url(icon/go_down.png);
	background-repeat: no-repeat;
}

.go_down:hover{
	z-index: 2;
	opacity: 1;
	background-image: url(icon/go_down.png);
}

.Titel_front{
	position: fixed;
	right: 100px;
	top: 35px;
	z-index: 1;
	opacity: 0.2;
	color: #ffffff;

	}
	
.Titel_back{
	position: fixed;
	right: 100px;
	top: 35px;
	z-index: -1;
	opacity: 0.5;
	color: #ffffff;

	}

.Titel {
	font-size: 70px;
	font-style:normal;
	font-weight: normal;
	font-family: "MS Serif", "New York", serif;
	line-height: 120px;
}


.Image{
	opacity: 0;
	position: relative;
	z-index: 0;
}

/* Container */
.row_container{
	position: relative;
	width: 1200px;
	margin-top: 150px;
	margin-left: 100px;
}


