
.content {

}
.content img {
 	border: 0px;
}
.content h1,h2,h3,h4,h5,h6 {
	background-color:#FBF3CF;
	font-weight:bold;
	font-size:12px;
	margin:0px 0px 8px 0px;
	padding:2px 10px 2px 10px;
	color:#999999;
}

.content UL,OL{
	list-style-image: url(../../../typo3conf/ext/dropdown_sitemap/pi1/spacer.gif);
    list-style-position:outside;
    line-height:0.9em;
    border: 0px solid red;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.content LI {
    border: 0px solid green;
    padding:0px 0px 1px 0px;
    margin:0;
}
.content LI A {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 15px;
    font-weight: normal;
    font-variant: normal;
    border: 0px solid black;
    margin: 3px 0px 3px 0px;
    padding: 0px 10px 0px 13px;
    text-align: left;
    background: url('../images/pfeil_rechts.gif');
    background-position: 0px 4px;
    background-repeat: no-repeat;
    text-decoration: none;
}
.content LI A:hover {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 15px;
    font-weight: normal;
    font-variant: normal;
    border: 0px solid black;
    margin: 3px 0px 3px 0px;
    padding: 0px 10px 0px 13px;
    text-align: left;
    background: url('../images/pfeil_rechts_a.gif');
    background-position: 0px 4px;
    background-repeat: no-repeat;
    text-decoration: none;
}

