#content {
	width: 540px;
	padding: 0px;
	position: absolute;
	top: 145px;
	left: 250px;
}

#youarehere {
            position: absolute;
            left: 250px;                       
            top: 110px;                              
            width: 540px;
            height: 22px;
            display: block;
            text-align: left;
            font-weight: bold;
            background : url(../images/) no-repeat bottom left;
            padding-bottom: 1px 5px 2px 10px;
}

a.next {
            font-weight: normal;
            color: #DC6B05; /* #00CCFF; */
            text-decoration: none;
            background-image : url(../images/pfeil.gif);
            background-position : top left;
            background-repeat : no-repeat;
            padding: 0px 0px 0px 20px;
            margin: 0px 0px 0px 0px:

}

 
a.p {

   padding: 0px 3px 0px 5px;

}

 
 a:selected {
    color: #cc00ff;
            display: block;
            float: left;
            height: 30px;
            padding: 0px 8px 0px 15px;
            margin: 0px 0px 0px 0px;
            text-decoration: none;
            font-size: 11px;
            font-weight: normal;
}

#topic {
	width: 200px;
	padding: 0px;
	position: absolute;
	top: 110px;
	left: 20px;

}

#sidebar {
	width: 150px;
	padding: 0px;
	position: absolute;
	top: 130px;
	left: 820px;
}

#logo {
	width: 100%;
	height: 70px;
	background : #F49D10 url(../images/plogo.gif) 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 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 10px 2px 10px;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #010000;
	border-right: 1px solid #dedede;
	border-left: 1px solid #fdfdfd;
	text-transform : uppercase;
	height: 20px;
}

#maintopic a:hover {
	background-color: #FCF8D5;
}

#maintopic a.sel {
	background-color: #FCE6BC;
	color: #DC6B05;
}

#topic h3 {
	border-top: 1px solid #FCE6BC;
	border-bottom: 1px solid #FCE6BC;
	background-color: #FFFFFE;
	color: #DC6B05;
	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 #FCE6BC;
	margin: 0px;	
}

#topic p a {
	text-decoration: none;
	color: #010000;	
}

#topic p a:hover {
	text-decoration: underline;
	color: #DC6B05;	
}

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: #DC6B05}

#footer {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #fed; border: 1px solid silver;
  }
