/* CSS Document */


body {
	background: #000;
	margin: 0;
}

#wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

#leia {
	overflow: hidden;
	background: #000 url('../images/leia.jpg') bottom left no-repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 1100px;
	height: 350px;
}

#mond{
	overflow:hidden;
	background: #000 url('../images/moon.jpg') top right no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 708px;
	height: 365px;
	/*filter: alpha(opacity=50);
	opacity: 0.5;*/
}

#title{
	background: url('../images/title_chord.png') top left no-repeat;
	position: absolute;
	right: 83px;
	top: 59px;
	width: 401px;
	height: 92px;
	/*filter: alpha(opacity=50);
	opacity: 0.5;*/
}


#content {
	background: #fff;
	opacity: 0.08;
	padding: 30px;
	width: 50%;
	height:200px;
	position: absolute;
	right: 0px;
	top: 200px;
}

.zitat_start {
	font-size: 148px;
	position: absolute;
	top: 200px;
	/*left: 500px;*/
	right: 90px;
	width: 37%;
	color: #252525;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	visibility:hidden;
}

#flashcontent {

	position: absolute;
	top: -60px;
	padding: 0 48px;
}



/*********************************************
 * TYPO
 */

body {
	color: #899399;
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 12px;
	line-height: 19px;/**/
}

#text {

	/*text-transform:uppercase;
	letter-spacing: 1px;*/
	text-align:left;
	padding: 0px;
	width: 405px;
	height:180px;
	position: absolute;
	right: 75px;
	top: 200px;
	/*bottom: 5px;
	overflow-y:scroll;*/
}

#text ul li {
	float:left;
	width: 350px;
	list-style:none;
	padding: 0 10px;
}
