body {
	background-image: url(../_images/pd.gif);
	text-decoration: none;
	margin-top: 0px;
}
/*ab hier definition für die DIVS*/
#ueberschrift {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tahoma;
	padding: 2px;
	/*float: left;*/
	font-size: x-small;
	background : #000066;
	display: block;
	width: 98%;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#inhalt {
	text-align: center;
	height: auto;
	width: auto;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#container {
	width:750px;
	margin:0px auto;
	text-align:left;
	height: auto;
}
#logo {
	background-image: url(../_images/kopfbanner_1.jpg);
	height: 90px;
	width: 750px;
	border: 1px solid #000066;
}
#nav {
	width: 165px;
	border: 1px solid #000066;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#datum {
	height: 10px;
	width: 750px;
	text-align: right;
	font-family: Tahoma;
	font-size: xx-small;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
	text-align : right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#content {
	border: 1px solid #000066;
	width: 550px;
	float: right;
	clip: rect(auto,5px,auto,5px);
	left: 5px;
	right: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	font-family: Tahoma;
	font-size: xx-small;
	font-weight: normal;
	color: #696969;
	margin-top: 5px;
	width: 750px;
	float: left;
}
#box {
	height: auto;
	width: 150px;
	float: right;
	position: static;
	background-repeat: no-repeat;
}
img {
	margin-right: 10px;
	margin-left: 10px;
}
hr {
	text-align: center;
	width: 80%;
}

