﻿html, body {
	width: 100%;
	height: 100%;
	overflow:hidden;
	margin:0;
}

* {
	text-align:center;
}

body	{
	background: url(../images/bg.jpg) top left no-repeat #ffe7ff;
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Helvetica, Arial, sans-serif;

}
#logo	{
	color: #C811CA;
	font-size: 1.3em;
	text-align: center;
	padding: 5px 20px;
	background: url(../images/zeit.png) top left no-repeat;	
	height: 200px;
}
#nav	{
	height: 20px;
	white-space: nowrap;
	border: 0px solid #000;
	margin: 5px auto;
	text-align: center;
	width: 320px;
	margin-top: -170px;
}
#nav ul {
  margin: 0;
  list-style: none;
  border: 0px solid #000;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav a {
	font-size: 100%;
	letter-spacing: 0px;
	float: left;
	display: block;
	text-align: center;
	height: 18px;
	width: 120px;
	line-height: 18px;
	margin: 0px 0px;
	padding: 5px 0px;
	/*text-transform: uppercase ;*/
	color: #C811CA;
	border: 0px solid #000;
	font-weight: normal;
}
#top_navi a:hover {
	text-decoration: none;
	font-weight: bold;
}
#flashcontent {
	height: 100%;
	}
#Album {
	width:100%; 
	height:540px; 
	position: center bottom;
	z-index: 100; 
	margin: 10px auto 0px auto;
}
#info	{
	width: 50%;
	height: 50%;
	margin: 100px auto;
	text-align: left;
}

