.chapter_font h2{
	font-size: 3.5em;
	font-family:'Wire One', sans-serif;
	color:#dedbd6;
}
.chapter_font p{
	font-size: 14px;
	font-family:'Wire One', sans-serif;
	color:#dedbd6;
}
#copyright{
	z-index:2000;
	bottom:-20px;
    left:0px;
    right:0px;
	font-weight:bold;
	font:11px Arial;
	position:relative;
	color:#ffffff;

	min-width: 275px;
	max-width: 900px;	
	min-height: 30px;
	max-height: 30px;
	
    float:center;
	margin:5px auto;
	
	-moz-transition:all 1s ease; 
	-webkit-transition:all 1s ease; 
	transition:all 1s ease;
	-o-transition:all 1s ease; 
	-ms-transition:all 1s ease;

	/*text-align:justify;/*Blocksatz*/
	text-align:center;
}
#copyright a{
	color:#b2e2d1;
	text-decoration:none;
}
#copyright a:visited{
	color:#b2e2d1;
	text-decoration:none;
}
#copyright a:hover{
	color:white;
	text-decoration:none;
}

#nav ul li a:hover {
	background-color: #b2e2d1;
}
#nav ul li .selected
{
    background-color: #b2e2d1;
}
#logo{
	width: 200px;
}
#logo_unten{
	width: 200px;
}
#contentWrapper
{	
	background-color:#e1e2e0;
}
.contentItem
{		
	background-color:#e1e2e0;
}

@media only screen and (max-width: 480px)
{
.chapter_font h2{
	font-size: 2em;
}
.chapter_font p{
	font-size: 10px;
}
}