/* CSS-Layout dmz */

html, body{
	background-color: #ffffff;
	color: #313131;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	margin-top: 0px;
	padding: 0px;
}
* html body {	text-align: center; }

#center {
	color: #9d9c9f;
	margin: 0 auto;
	width: 970px;
	padding: 0px;
	text-align: right;
	font-size: 75%;
	line-height: 18px;
}

#rahmen {
	border: 1px solid #cdcccb;
	width: 970px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	font-size: 90%;
}

#screen {
	background-image: url(../zub/startseite_bg.jpg);
	background-repeat: no-repeat;
	width: 970px;
	height: 563px;
}

a.navi:link, a.navi:visited, a.navi:active {color: #9d9c9f; text-decoration: none;}
a.navi:hover { color: #313131; }
a.navi_akt:link, a.navi_akt:visited, a.navi_akt:active {color: #313131; text-decoration: none;}