#mainpane {
	border-bottom: 1px solid #eeeeee;
	margin: auto;
	width: 100%;
	border-top: 0px;
}

#content {
	width: auto;
	padding: 10px;
	margin: 10px;
}

#topic {
	width: 170px;
  border-right: 1px dashed #eeeeee;	
	padding: 10px;
	vertical-align: top;
	/* background-image: url(../images/pic_menuverlauf.gif); */
}

#sidebar {
	width: 170px;
  border-left: 1px dashed #eeeeee;	
	padding: 10px;
	vertical-align: top;
}

#logo {
	width: 100%;
	height: 160px;
	background: url(../images/plogo.jpg) no-repeat;
	/* background : #2c8cc8 url(../images/plogo.jpg) no-repeat; */
}

#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 0px 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 15px 0px 15px;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0071b7;
	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: #DEE4ED;
	color: #005488;
}

#topic h3 {
	border-top: 1px solid #DEE4ED;
	border-bottom: 1px solid #DEE4ED;
	background-color: #F8FAFC;
	color: #005488;
	padding: 4px 10px 4px 10px;
	font-size: 100%;
	font-weight: bold;
	text-transform : uppercase;
	margin: 0px 0px 0px 0px;
}

#topic p {
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #DEE4ED;
	margin: 0px;	
}

#topic p a {
	text-decoration: none;
	color: #0071b7;	
}

#topic p a:hover {
	text-decoration: underline;
	color: #005488;	
}

form.search {
	text-align: center;
	padding: 0px;
	margin: 0px 0px 0px 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: 125px;
	padding: 2px;
	color: #005488}

