@import url("style-navi.css");

/* ----------------------------------------------------------------
    Basics
   ---------------------------------------------------------------- */

* {
    font-size: 1em;
    font-style: normal;
    font-weight: inherit;
    text-decoration: none;
    color: inherit;
    padding: 0;
    margin: 0;
    border: none;
    list-style: none;
    outline: none;
    font-weight: normal;
}

body {
    background: #00A9D7 url('bild/bg.jpg') repeat-y 50% 0%;
    text-align: center;
    font: 11pt/140% Arial, Helvetica, sans-serif;
    color: #333;
    text-align: center;
}

br.clear-right  {
    clear: right;
}


/* ----------------------------------------------------------------
    Layout-Elemente
   ---------------------------------------------------------------- */

#teaser {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
}

#all {
    position: relative;
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

#suchfeld div {
    position: absolute;
    display: block;
    background: url('bild/suche.jpg') no-repeat scroll top right;
    width: 180px;
    height: 38px;
    top: 0;
    right: 0;
    z-index: 100;
}

#suchfeld .submit {
    display: none;
}

#suchfeld #searchstring {
    width: 124px;
    background: none;
    margin: 11px 12px 0 38px;
    font-size: 12px;
    color: #09C;
}


/* ----------------------------------------------------------------
    Inhalt
   ---------------------------------------------------------------- */

article {
	display: block;
    background: #F8F8F8;
    margin: 0 0 0 2px;
    padding: 56px 0 5em 240px;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    text-transform: uppercase;
    font-size: 1.8em;
    line-height: 120%;
    padding-bottom: 0.4em;
    color: #003B66;
}

article h2,
article h3,
article h4,
article h5,
article h6 {
    color: #09C;
    font-size: 1.5em;
    padding: 1em 0 0;
}

article h3 {
    color: #036;
    font-size: 1.3em;
}

article p {
    margin: 1em 1em 0 0;
}

article strong {
    font-weight: bold;
    color: #036;
}

article em {
    font-style: italic;
    color: #444;
}

article hr {
    height: 1px;
    border: none;
    background: #9CF;
    margin: 1em 0;
}

article a:link,
article a:visited {
    color: #09C;
    border-bottom: 1px solid #9CF;
}

article :visited {
    color: #069;
}

article :link:hover {
    color: #069;
    border-bottom-color: #069;
}

article .pic,
article .picleft,
article .picright {
    position: relative;
    left: -2px;
    padding: 1px;
    border: 1px solid #ccc;
}
article .picleft {
		position: static;
		margin: 15px 10px 10px 0;
    float: left;
}
article .picright {
		position: static;
		margin: 15px 10px 0 10px;		
    float: right;
}

article .extern {
    padding-left: 20px;
    background: url("bild/extern.gif") no-repeat;
}


/* Tabellen */

article table {
    width: 90%;
    font-size: 0.9em;
    border-spacing: 1px;
    margin: 1em 0;
}

article caption {
    color: #09C;
    font-size: 1.5em;
    padding: 0.5em 0;
}

article th,
article td {
    border: 1px solid #AEF;
    padding: 0.3em 0.5em;
    color: #069;
}

article th {
    background: #09C;
    border-color: #09C;
    color: #FFF;
}

article tbody td,
article thead th {
    text-align: center;
}

article td.orte {
    text-align: left;
}

article td.rechts {
    text-align: right;
}

article td.orte div {
    font-size: 0.8em;
    color: #777;
}

article table .nummer {
    text-align: right;
    padding-right: 5%;
}

article table.installateure td,
article td.text {
    text-align: left;
    vertical-align: top;
}

/* Listen */

article ol li {
    list-style: decimal;
}

article ol {
    margin: 0.5em;
    padding-left: 1.5em;
}

article ul {
    margin: 0.5em;
}

article ul li {
    list-style: none;
    padding-left: 1.5em;
    background: url('bild/bullet.gif') no-repeat 0.4em 0.5em;
}

* html article ul li {
    zoom: 1;
}

article ul.pdflist li {
    padding: 0.5em 2.5em;;
    background: url('bild/pdf.gif') no-repeat 0.4em 0.5em;
}


article dl {
    margin-top: 1em;
    font-size: 0.9em;
}

article dt {
    display: block;
    float: left;
    width: 2em;
    text-align: right;
    color: #09C;
}

article dd {
    display: block;
    padding: 0 0 1em 3em;
}

article dl.zeiten dt,
article dl.impressum dt,
article dl.suche dt,
article dl.ansprechpartner dt {
    float: none;
    width: auto;
    text-align: left;
    font-size: 1.2em;
}

article dl.zeiten dd,
article dl.impressum dd {
    padding-left: 0;
}

article dl.suche dd {
    padding: 1em 2em;
}

article dl.suche dd .mehr {
    display: block;
    border-bottom: 1px solid #AEF;
    margin: 0.5em 0 1em;
    text-align: right;
}

* html article dl.suche dd .mehr {
    zoom: 1;
}

article dl.ansprechpartner dd {
    padding-left: 1.5em;
}


/* Formulare */

article legend {
    color: #09C;
    font-size: 1.5em;
    padding: 0.5em 0;
}

article ul.listform {
    width: 600px;
}

article ul.listform li {
    background-image: none !important;
    position: relative;
    padding-left: 170px;
    margin-bottom: 5px;
}

article ul.listform label {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    text-align: right;
    color: #09C;
}

article .textfield {
    background: #FFF;
    border: 1px solid #CCC;
    color: #333;
    width: 240px;
}

article .submit {
    padding: 0.2em 0.5em;
    background: #09C;
    color: #fff;
}

article .submit:hover {
    background: #4BD;
}

/* Spezielle Klassen */

article .sicher {
    display: block;
    padding: 0.5em 1em 0.5em 3em;
    background: #EEE url('bild/lock.gif') no-repeat 0.5em 0.7em;
    color: #555;
    border: 1px solid #CCC;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

article .kleiner {
    font-size: 0.8em;
}

article .nach-oben a {
    display: block;
    font-size: 0.7em;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    color: #999 !important;
    border-bottom: 1px solid #9CF;
}

article .get-reader {
    float: left;
    padding: 0 1em 5em 0;
}

article .roman {
    font-family: "Times New Roman", Courier, serif;
}

article .taball {
}

article .taball .date {
    color: #09C;
    font-size: 0.8em;
    font-style: italic;
    display: block;
}

