.boxcenter {
	position: static;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 810px;
	text-align: left;
	}

.book {
	position: static;
	float: left;
	padding: 0px;
	}

.navigation {
	position: static;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 810px;
	height: 55px; 
	text-align: left;
	}

.menu {
	position: static;
	float: left;
	width: 635px;
	padding: 18px 0px 0px 35px;
	}



.languages {
	position: static;
	float: left;
	width: 110px;
	padding: 18px 0px 0px 0px;
	}
	

.bottom {
	position: static;
	width: 800px;
	margin: 45px auto auto 37px;
	text-align: center;
}



/* CONTENT FORMATIERUNG */


h1 {
	color: #b00005;
	margin: 78px auto 10px 40px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Times New Roman", Georgia, Times, serif;
	line-height: 130%;
	width: 300px;
	}

p.text_right {
	color: #060000;
	margin: 0px auto 0px 40px;
	font-size: 16px;
	font-family: "Times New Roman", Georgia, Times, serif;
	line-height: 130%;
	width: 300px;
	}

p.hint {
	color: #ffffff;
	text-align: center;
}

a { color: #b00005; text-decoration: none; }
a:hover { text-decoration: underline;  }