/*
   css/screen.css
*/

@import url("screen_import.css");

body {
  color: #000;
  background: #fff;
  font-family: sans-serif
}

a:link, a:visited {
  background-color: #fff
}
a:link {
  color: #254e9c
}
a:visited {
  color: #824894
}
input[type=text]:focus, a:focus, html>body a:link:hover, html>body a:visited:hover { /* hide Win IEs because of bug */
  color: #000;
  background: #ffec00
}
a:active, a:hover:active {
  color: #b9002e;
  background-color: #fff
}

a img {
  border: none
}

#metamenu {
  text-align: right
}

#logo {
  float: left;
  min-width: 150px;
  text-align: left;
  line-height: 1.5em;
  margin-bottom: .5em
}
#logo img {
  vertical-align: bottom
}

#container {
  clear: left
}

#menu h2 {
  font-size: 1em;
  margin: 0
}

li {
  padding: 0;
  list-style-image: none
}
li#cat1 {
  list-style-image: url("/images/Icon-Angebote-25px.gif")
}
li#cat2 {
  list-style-image: url("/images/Icon-Kinder_Jugendliche-25px.gif")
}
li#cat3 {
  list-style-image: url("/images/Icon-Musikalisches-25px.gif")
}
li#cat4 {
  list-style-image: url("/images/Icon-Geistliches-25px.gif")
}
li#cat5 {
  list-style-image: url("/images/Icon-Weg_zu_uns-25px.gif")
}
li#cat6 {
  list-style-image: url("/images/Icon-Wir_sind-25px.gif")
}
li#cat7 {
  list-style-image: url("/images/Icon-Links-25px.gif")
}
li li {
  margin: .5em 0
}
#menu li li {
  list-style-type: none
}

h1 {
  font-size: 1.5em
}
h1 img {
  vertical-align: middle
}

h2 {
  font-size: 1.24em
}
h3 {
  font-size: 1.1em
}
li h2 { /* in search results */
  font-size: 1em;
  margin-bottom: 0.3em
}

table {
  border-collapse: collapse;
  border-spacing: 0
}
caption {
  font-weight: bold
}
th, td {
  vertical-align: top;
  border: solid 1px #000
}
th {
  color: #000;
  background: #ccc
}

td.time, td.phone {
  white-space: nowrap
}

/* for site map */
.block {
  padding: .2em .5em;
  border: solid 1px #999
}

.block li {
  list-style-type: none
}

form {
  margin: 0
}

dd {
  margin-bottom: .5em
}

abbr.normal {
  font-style: normal;
  border: none
}

cite {
  font-weight: normal
}

