/* Seitenvoreinstellungen */
body {
	background-image : url(logos/hintergr.jpg);
	font-family : verdana, geneva, arial, helvetica, sans-serif;
	color : #505050;
}
div#gesamt {
	margin-left : auto;
	margin-right : auto;
	margin-top : 0px;
	margin-bottom : 0px;
	max-width : 950px;
}
div#titel {
	background-color : transparent;
}
div#navi {
	background-color : #F0F0F0;
	text-align : center;
	margin-bottom : 5px;
}
div#inhalt {
	background-color : #EECA9C;
	padding : 10px;
	line-height : 1.2em;
	margin-bottom : 5px;
}
div#zitat{
	margin : 10px 30px 10px 30px;
	padding : 10px;
	border : 1px solid #505050;
}
div#copy {
	display : none;
	margin-bottom : 5px;
}
div#browser {
	display : none;
	margin-bottom : 5px;
}
div#fuss {
	background-color : #F0F0F0;
	text-align : center;
	margin-bottom : 5px;
}




