/* Sitemap CSS*/

.sitemap {
		display: block;
    float: left;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    width: 37.5em;
}



.sitemap h4 {
    margin: 0em 0em 0.3125em 0em;
    padding: 0.1875em 0em 0.1875em 0em;
    color: #969696;
}
.sitemap ul {
    margin: 0em;
    padding: 0em;
}
.sitemapul1 {
    margin: 0em 0em 1.25em 0em;
}
.sitemap li {
    list-style-type: none;
}
.sitemap1 {
    background-color: #D9D9D9;
}
.sitemap1 a{
    padding: 0em 0em 0em 0.4375em;
    font-size: 0.69em;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.sitemap1 a:hover{
    padding: 0em 0em 0em 0.4375em;
    font-size: 0.69em;
    color: #F31C0A;
    font-weight: bold;
    text-decoration: none;
}
.sitemap2{
    background-color: #F6F6F6;
}
.sitemap2 a{
    padding: 0em 0em 0em 0.4375em;
    font-size: 0.69em;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
.sitemap2 a:hover{
    padding: 0em 0em 0em 0.4375em;
    font-size: 0.69em;
    color: #F31C0A;
    font-weight: normal;
    text-decoration: none;
}
.sitemap3{
    display: none;
}



/* Suche */

div.searchresult {
	clear:left;
	margin:0em;
	padding:2em 0em 0em 0em;
	width:37.5em;
}


div.search_container {
    margin: 0em 1.25em 1.25em 0em;
    padding: 0em 0em 0em 0em;
}

div.search_container a {
    font-size: 0.8em;
    font-weight: bold;
    margin: 0em 0em 0em 0em;
    background-image:url('../images/pfeil_rot_rechts.gif');
    background-repeat: no-repeat;
    background-position:0em;
    padding: 0px 0px 0px 25px;
    color: #000000;
    text-decoration: none;
    display:block;
}

p.searchmessage {
	font-size: 0.69em;
  font-weight: bold;
	margin-bottom:1.5em;
}
