div#veranstaltungen {
   background: #eef6de url(/bilder/salzburg-monat.gif) no-repeat 134px 7px;
   padding: 7px;
   color: #4f5145;
   font-size: 80%;
   overflow: hidden;
}

div#veranstaltungen table {
   color: #4f5145;
   font-size: 100%;
}

div#veranstaltungen h2 {
   text-transform: uppercase;
}

div#veranstaltungen h3 {
   display: none;
}

div#veranstaltungen a {
   color: #4d912c;
   text-decoration: none;
}

/* Navigation (Tabs) */

div#veranstaltungen ul#vk_navigation {
   float: left;
   width: 100%;
   list-style: none;
   margin: 5px 0px 2px 0px;
   padding: 0px;
   border-bottom: 2px solid #f9fbf1;
}

div#veranstaltungen ul#vk_navigation li {
   float: left;
   width: 50%;
   margin: 0px;
   text-align: center;
}

div#veranstaltungen ul#vk_navigation li.selected {
   background: #f9fbf1;
}

/* Kalender */

div#vk_calendar table {
   clear: both;
   width: 100%;
   margin-bottom: 10px;
}

div#vk_calendar table th {
   text-align: center;
}

div#vk_calendar table td {
   text-align: center;
   padding: 0px;
}

div#vk_calendar table td.today {
   text-decoration: underline;
}

div#vk_calendar table td.selected {
   font-weight: bold;
}

/* Suche */

div#vk_search form {
   padding: 10px;
   clear: both;
}

div#vk_search label {
   font-weight: bold;
}

div#vk_search input,
div#vk_search select {
   width: 80%;
}

/* Suchergebnisse */

dl#vk_results {
   width: 357px;
   overflow: hidden;
}

dl#vk_results dt {
   font-weight: bold;
}

dl#vk_results dd {
   margin: 0px;
}

dl#vk_results dd.location {
   font-style: italic;
}

dl#vk_results dd.description {
   margin-bottom: 20px;
}

/* Links */

div#vk_links {
   position: absolute; bottom: 7px; left: 7px;
   width: 168px;
   text-align: center;
}

div#vk_links a {
   display: block;
   text-indent: -5000px;
}

div#vk_links a#vk_link01 {
   position: absolute; left: 0px; top: 5px;
   background: url(/bilder/pfeil_links_menu.png) repeat-x;
   width: 6px;
   height: 5px;
}
div#vk_links a#vk_link02 {
   position: absolute; left: 10px; top: 5px;
   background: url(/bilder/pfeil_links_menu.png) repeat-x;
   width: 3px;
   height: 5px;
}
div#vk_links a#vk_link03 {
   position: absolute; right: 10px; top: 5px;
   background: url(/bilder/pfeil_rechts_menu.png) repeat-x;
   width: 3px;
   height: 5px;
}
div#vk_links a#vk_link04 {
   position: absolute; right: 0px; top: 5px;
   background: url(/bilder/pfeil_rechts_menu.png) repeat-x;
   width: 6px;
   height: 5px;
}

