#content {
	width: 540px;
	padding: 0px;
	position: absolute;
	top: 134px;
	left: 249px;
	font-size: 14px;
}

#topic {
	width: 200px;
	padding: 0px;
	hight: 900px;
}

#sidebar {
	width: 269px;
	padding: 0px;
	position: absolute;
	top: 139px;
	left: 820px;
}

#logo {
	width: 100%;
	height: 100px;
	background-color: #FFF;
	background-image: url(../images/plogo.gif);
	background-repeat: repeat;
}
#logo2 {
	width: 100%;
	height:70px;
	background : #4C0014 url(../images/WittmunderCourierlogo.jpg) repeat;
}

#maintopic {
	width: 100%;
	margin: 0px;
	padding: 1px 0px 2px 0px;
	height: 32px;
	background-color: #000;
	background-image: url(../images/pmtp.gif);
	background-repeat: repeat-x;
}

#maintopic a {
	display: block;
	float: left;
	margin: 0px;
	padding: 8px 16px 0px 16px;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #444655;
	border-right: 1px solid #dedede;
	border-left: 1px solid #fdfdfd;
	text-transform : uppercase;
	height: 21px;
	width: 90px;
}

#maintopic a:hover {
	background-color: #FFCC66;
}


#topic h3 {
	border-top: 1px solid #FF9933;
	border-bottom: 1px solid #FF9933;
	background-color: #FFCC99;
	color: #4C0014;
	padding: 4px 10px 4px 10px;
	font-size: 100%;
	font-weight: bold;
	text-transform : uppercase;
	margin: 20px 0px 0px 0px;
}

#topic p {
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #FF9933;
	margin: 0px;	
}

#topic p a {
	text-decoration: none;
	color: #444655;	
}

#topic p a:hover {
	text-decoration: underline;
	color: #000066;
	font-weight: bold;
	}

.Stil2 {
	color: #ffcc66;
}

.Stil1 {
	color: #900;
	font-size: 11px;
}

.Stil5 {
	color: #990033;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#wrapper {
position: absolute;
left: 50%;
width: 972px;
margin-left: -486px; /* negative Hälfte von width:972px */
top: 0;
}
