h2.map_headline{ margin-left: 5px;}
h2.cat{
       margin-left: 15px;
       float:left;
       display:inline;
}

.catnavi{
 margin-left:5px;
 width:600px;
 }

div.map_canvas{
        font-size:0.9em;
        width: 450px;
        height: 450px;
        float:left;
        margin:20px 0 0px 5px;
        border: 2px solid #F3B31D;
}
.side_bar_header{
                 width:170px;
                 float:right;
                 margin-top:10px;
                 color:red;
}

.side_bar{
             font-size:0.9em;
             text-align:left;
             float:right;
             margin: 25px 5px 0 0px;
             width:170px;
             height: 350px;
             overflow: auto;

}
#map_info{
         font-size: 0.9em;
         width: 450px;
         padding:10px;

}

.map a:link, .map a:visited{
                   color: #000;
                  text-decoration: underline;
}
.map a:hover{
                  color:red;
}

.categories{
            clear: both;
}
.info{ margin: 5px 0 0 20px; }

.hinweis{
        font-size: 0.9em;
        border-top: 1px dotted #f96;
}
.maptext{
         margin: 6px 0 6px 6px;
         border-bottom:1px solid black;
}


/* *************** labels ************************ */

ul.cats_link{
             list-style-type:none;
             margin:0;
             padding:0;
             float:left;
}
.cats_link li{
               margin: 0 0 3px 0;
               padding:2px;
               float:left;
}
.cats_link a:link, .cats_link a:visited{

         color: #000;
         text-decoration: none;
         margin:0;
         padding:2px;
         border:1px solid #000;
         float:left;
}
.cats_link a:hover{
                   background-color:#ffb299;
}

fieldset{
         border:none;
}
.button{
       color:red;
       background-color:transparent;
       border:none;
}

.blaettern{
	  clear:both;
	  float:right;
	  margin:-150px 3px 0 0;
}