#content {
	width: 65%;
	padding: 0px;
	position: absolute;
	top: 130px;
	left: 220px;
	z-index: 2;
}
#topic {
	width: 200px;
	padding: 0px;
	position: absolute;
	top: 90px;
	left: 5px;
}
#bookmark {
width: 200px;
	padding: 0px;
	position: relative;
	top: 160px;
	left: 10px;
}
#sidebar {
	width: 10%;
	padding: 0px;
	position: absolute;
	top: 130px;
	left: 820px;
}
#logo {
	width: 100%;
	height: 70px;
	background: #175E9C url(../images/plogo.gif) no-repeat;
}
#werbung {
	position: fixed;
	top: 25px;
	right: 25px;
	z-index: 1;
}
#plaintext {
	position: absolute;
	top: 10px;
	left: 880px;
	text-align: right;
	width: 100px;
}
#plaintext a {
	color: #ffffff;
	text-decoration: none;
}
#maintopic {
	width: 100%;
	margin: 0px;
	padding: 1px 0px 2px 0px;
	background: #f9f9f9 url(../images/pmtp.gif) repeat-x;
	height: 32px;
}
#maintopic ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#maintopic li {
	display: inline;
}
#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: #333333;
	border-right: 1px solid #dedede;
	border-left: 1px solid #fdfdfd;
	text-transform: uppercase;
	height: 21px;
}
#maintopic a:hover {
	background-color: #FCF8D5;
}
#maintopic a.sel {
	background-color: #828282;
	color: #22227C;
}
#topic h3 {
	border-top: 1px solid #828282;
	border-bottom: 1px solid #828282;
	background-color: #DDDDDD;
	color: #22227C;
	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 #828282;
	margin: 0px;
}
#topic p a {
	text-decoration: none;
	color: #333333;
}
#topic p a:hover {
	text-decoration: underline;
	color: #22227C;
}
form.search {
	padding: 0px;
	margin: 40px 0px 40px 0px;
}
form.search input {
	margin: 0px;
	vertical-align: middle;
}
input.search {
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	background-color: #fcfcfc;
	width: 165px;
	padding: 2px;
	color: #22227C
}