body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303030;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:	0;
	background:	#FFFFFF;
	scrollbar-face-color: #515151;
	scrollbar-highlight-color: #515151;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #515151;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}
a, a:link, a:visited, a:active {
text-decoration:none;
color: #D13F75;
font-weight: bold;
}
a:hover   {
text-decoration:underline;
color: #000000;
font-weight: bold;
}

.bilderrahmen {
	border:1px #D13F75 solid;
	margin-right:7px;
	margin-bottom:7px;
}
#container {
	position: relative;
	width: 440px;
	height: 284px;
	text-align: left; 
	margin: 0px auto; 
	border-width: 0px;
	background-color: #FFFFFF;
	background-image: url(../gfx/bg_content.jpg);
	background-repeat: no-repeat;
}

#headline {
	position: absolute;
    top: 0px;
	left: 0px;
	width: 200px;
	height: 22px;
	overflow:hidden;
	text-align: left;
}

#contentfeld {
	position: absolute;
    top: 22px;
	left: 0px;
	width: 430px;
	height: 262px;
	overflow:auto;
	text-align: left;
	padding-right:10px;
}
