/* ___ Layout ___ */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.container {
	margin: auto;
	width: 885px;
	text-align: left;
}
/* ___ Newsbereich ___ */
.newsbox {
	float: right;
	width: 730px;
	background-image: url(../pix/newsbg.gif);
	background-repeat: repeat-y;
}
.newspic {
	width: 235px;
	float: left;
	text-align: center;
	height: 150px;
}
.newstext {
	float: right;
	width: 475px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

* html .newstext {
	width: 495px;
	w\idth: 475px;
}

.clear {
clear: both;
}

/* ___ Navigation ___ */
.nav {
	float: left;
	width: 155px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
a {
	color: #000000;
}
.nav a {
	color: #000000;
	width: 155px;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.nav a:hover {
	color: #ffffff;
}
.spacer {
	margin-left: 15px;
}
/* ________ */
