body {
  background: #dddcd3 url(../_img/background_repeater.png) repeat-x top left;
  font-size: 100.1%;
  font-family: Verdana, Arial, sans-serif;
}

#bmukk {
  float: right;
  margin-top: 11px;
}

#logo {
  background: transparent url(../_img/logo.png) no-repeat left top;
}

* html #logo {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/fileadmin/templates/nid/_img/logo.png');
}

#top_menu {
  height: 80px;
  list-style-type: none;
}
#top_menu li {
  float: left;
}
#top_menu li a {
  display: block;
  font-size: 12px;
  z-index: 1000;
  position: relative;
  padding: 20px 10px 2px 10px;
}
#top_menu li.current a, #top_menu li a:hover {
  background-color: #b5007b;
}
#top_menu li a span {
  display: none;
}
#top_menu li a img {
  height: 15px;
  background-color: transparent;
  background-position: top left;
  background-repeat: no-repeat;
}
#top_menu li.current a img,
#top_menu li a:hover img {
  background-position: 0 -15px;
}

.start             { background: url(../_img/start.png); width: 62px; }
.burgenland        { background: url(../_img/burgenland.png);  width: 74px; }
.kaernten          { background: url(../_img/kaernten.png); width: 50px; }
.niederoesterreich { background: url(../_img/niederoesterreich.png); width: 106px; }
.oberoesterreich   { background: url(../_img/oberoesterreich.png); width: 95px; }
.salzburg          { background: url(../_img/salzburg.png); width: 56px; }
.steiermark        { background: url(../_img/steiermark.png); width: 71px; }
.tirol             { background: url(../_img/tirol.png); width: 28px; }
.vorarlberg        { background: url(../_img/vorarlberg.png); width: 70px; }
.wien              { background: url(../_img/wien.png); width: 34px; }

#page {
  padding: 0 10px;
  background: transparent url(../_img/content_background.png) no-repeat center top;
}

* html #page {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/fileadmin/templates/nid/_img/content_background.png');
}

#main {
  background: #FFF url(../_img/menu_wrapper_repeater.png) repeat-y left top;
}

h1 {
  clear: left;
  margin: 0 0 40px 0;
}

h1 span {
  display: none;
}

h1 img {
  margin-left: 10px;
  display: block;
}

#menu_wrapper h3 {
  color: #fff;
  background-color: #92928f;
  font-size: 0.8em;
  line-height: 28px;
  padding-left: 10px;
}

#menu_wrapper ul {
  list-style-type: none;
  margin: 10px 0 20px 0;
}
#menu_wrapper ul li.current {
  background: #fff;
  font-weight: bold;
}
#menu_wrapper ul li a:hover {
  background-color: #fff;
  border: 0px solid transparent; /* IE7 FIX damit background-color bei hover angezeigt wird */
}
#menu_wrapper ul li a {
  color: #373737;
  text-decoration: none;
  line-height: 26px;
  font-size: 0.75em;
  display: block;
  padding-left: 10px;
  width: 210px; /* IE6 FIX damit background-color bei hover angezeigt wird */
}
#menu_wrapper ul li a span.date {
  font-weight: normal;
  float: right;
  font-size: 11px;
  color: #666;
  padding-right: 10px;
}
#staticmenuwrapper ul li.active {
  /* background: #FFF; */
}
#staticmenuwrapper ul li ul {
  margin: 0;
  padding: 0 0 10px 0;
}
#staticmenuwrapper ul li ul li a {
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  width: 200px;
  padding: 0 0 0 20px;
}
#staticmenuwrapper ul li ul li.current a {
  font-weight: bold;
}
#staticmenuwrapper ul li ul li a:hover {
  background-color: #FFF;
}

#content {
  padding: 10px 0 10px 0;
  font-size: 80%;
  line-height: 1.4;
}
#content h1 {
  color: #b5007b;
  font-size: 130%;
  font-weight: bold;
  padding: 0 0 3px 0;
  border-bottom: 1px #b5007b solid;
  margin-bottom: 10px;
}

h2 {
  color: #b5007b;
  margin-bottom: 10px;
}

p {
  margin-bottom: 1.2em;
}

#footer {
  height: 30px;
  /* background-color: #f1f1ed; */
  background: #dddcd3;;
  clear: both;
  margin-bottom: 50px;
  text-align: center;
  padding-top: 10px;
}

table.programm .td-0 {
  width: 106px; 
}
