body {
	background-color:#FFFFFF;
}
a:hover{
	text-decoration:none;
	color: #666;
	text-align: center;
}
a {
	text-decoration:none;
	color:#ff9933;
}
h1{
	font-size:40px;
	font-weight:normal;
	color:#ff9933;
	display:inline;
	font-weight:lighter;
}
h2{
	color:#666666;
	font-size:18px;
	font-weight:lighter;
	display:inline;
	color:#C0C0C0;
}
#page{
	background-color:#FFFFFF;
	width:960px;
	height:600px;
	margin: 0 auto;
	margin-top: 5%;
	color:gray;
	font-size:16px;
	font-family:"Lucida Sans Unicode","Tahoma", "Verdana", "Arial";
}
#banner{
	background-color:#FFFFFF;
	width:900px;
	height:60px;
	padding-left:60px;
	padding-top:10px;
	font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial;
}
#content{
	background-color:#FFFFFF;
	width:960px;
	height:450px;
	border-color:gray;
	border-width:thin;
	border-style:solid;
}
#menu{
	background-color:#FFFFFF;
	width:960px;
	height:25px;
	margin-top:5px;
	margin-left:15px;
	text-align:center;
	color:gray;
	font-weight:bold;
	position:absolute;
}
#termine{
	background-color:#FFFFFF;
	width:400px;
	height:50px;
	margin-top:5px;
	margin-left:575px;
	text-align:left;
	color:gray;
	font-weight:bold;
	position:absolute;
}
.scroll {
	width:45px;
	height:30px;
	font:bold 22px verdana;
	text-align:center;
	background:#FFFFFF;
	color:#ff9933;
	overflow:hidden;
	position:relative;
	top:-250px;
}
span.scrolle {
	cursor:pointer;
	display:block;
}
#photos {
	width:100%;
	height:450px;
	overflow:hidden;
	white-space:nowrap;
}
#text {
	margin-top:10px;
	width:940px;
	height:370px;
	overflow:auto;
	white-space:nowrap;
	}
