html,body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;

	background-image: url(../img_schwarz/hintergrund-verlauf2.jpg);
	background-attachment: fixed;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: Navy;
	color: #bdbdbd;
}

h1 {
	display: none; }

h2 {
	font-family: Georgia, Times, serif;
	font-size: 21px;
	font-weight: normal;
	align: center;
	margin: 0px 0px 20px 16px;
	
	clear: both;
	display: block;
	color: #FFFFFF; }

#background{
	position: fixed;
	top:0px;
	left:0px;
	
	z-index: 1;
	
	width: 100%;
	height: 100%;
}

#center{
	position: absolute;
	z-index: 3;
	
	top:20px;
	left:50%;
	margin-left: -300px;
	
	width: 600px;
	min-height: 100%;
	
	margin-top: 0px;
	margin-bottom:0px;	
		
	background-image: url(../img_schwarz/background-center.gif);
}

#header{
	position: relative;
	z-index: 4;
	
	width: 100%;
	height: 290px;
}
#content{
	position: relative;
	z-index: 4;
	width: 568px;
	
	padding-left:16px;
	padding-right:16px;
	padding-top:40px;
	padding-bottom:40px;
}
#content .column{
	float: left;
	font-size: 11px;
	line-height: 16px;
	width: 252px;
	
	margin-right: 16px;
	margin-left:16px;
	margin-top:0px;
	margin-bottom:0px;

}
#content #zitat{
	margin-top:50px;
	text-align: center;
}
#no{
	display: none;
}
.nav_beschreibung{
	position: absolute;
	z-index: 3;
	
	top:0px;
	left:0px;

	display: none;
}
.break{
	clear: both;
}
.info{
	margin-top:15px;
	
	display: block;

	font-size: 11px; 
	text-align: left;
}
.info a{
	font-weight: bold;
	text-decoration: none;
	margin-left:-14px;
	color: #bdbdbd
}
a:hover{
	color: #ebebeb;
}
#help{
	position:absolute; 
	top:0px; 
	left:550px;
	
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
