/* ===========================
   Stylesheet klavierservice.info
   Datei: ksi.css
   Datum: 2011-08-30
   Autor: Matthias Meiners 
   ===========================*/


/* Allgemein */

* {margin: 0;
   padding: 0;}
   
html {height: 101%; background-color: #486165;} 

body {
   position: relative;
   width: 1003px;
   min-width: 800px;
   margin: 0 auto 0 auto;
   font-family: Arial, Helvetica, sans-serif;
   color: #222222;
   font-size: 95%;
   background: #FFFFFF url(bilder/tastenbg.gif) repeat-y top left;}

h1, h2 {font-size: 17px;}
h3 {font-size: 1.1em;}
h4 {font-size: 1.1em;}
h5, h6 {font-size: 1.0em;}

h1, h2 {font-family: Arial, Verdana, Helvetica, sans-serif;}
h3, h4 {font-family: Arial, Verdana, Helvetica, sans-serif;}
h1 {color: #750000;}
h2 {color: #555555;} 
h4 {color: #777777;}
h3, h5, h6 {color: #555555;}

p {font-size: 0.8em;
   line-height: 1.4em;}

ul, ol {line-height: 1.3em;}

.stopFloat {display: block;
            float: none;
            clear: both;
            height: 1px;
            line-height: 0;
            font-size: 0;}
 
.hidden {position: relative;
   top: -7000px;
   left: -7000px;
   margin: 0;
   padding: 0;
   font-size: 0;
   width: 0;
   height: 0;}

/* Hyperlinks */

a {
   color: #003399;
   font-size: 0.8em;
   font-weight: bold;
   text-decoration: none;}

a:link,
a:visited {color: #003399;
   outline: none;}

a:hover {color: #5588BB;
   text-decoration: none;
   border-bottom: #5588BB solid 1px;}

a:active {color: #FFFFFF;
   outline: none;}

a.intern {
   font-weight: bold;}
a.intern:link,
a.intern:visited {
   font-size: 0.8em;
   color: #5588BB;
   text-decoration: none;
   outline: none;}
a.intern:hover {
   color: #0033AA;
   border-bottom: #0033AA 1px solid;}


a.intern2 {font-weight: bold;
   margin-left: 20px;}
a.intern2:link,
a.intern2:visited {
   font-size: 0.8em;
   color: #5588BB;
   text-decoration: none;
   outline: none;}
a.intern2:hover {
   color: #0033AA;
   border-bottom: #0033AA 1px solid;}

a.intern3 {font-weight: bold;}
a.intern3:link,
a.intern3:visited {
   font-size: 1em;
   color: #5588BB;
   text-decoration: none;
   outline: none;}
a.intern3:hover {
   color: #0033AA;
   border-bottom: #0033AA 1px solid;}

a.extern {
   color: #003399;
   font-size: 1em;
   font-weight: bold;
   text-decoration: none;
   padding: 1px 1px 0 2px;}

a.extern:link,
a.extern:visited {
   font-size: 1em;
   color: #003399;
   text-decoration: none;
   outline: none;}

a.extern:hover {
   color: #FFFFFF;
   background-color: #003399;
   text-decoration: none;}

a.extern2 {
   color: #003399;
   font-size: 0.8em;
   font-weight: bold;
   text-decoration: none;
   padding: 1px 1px 0 0;}

a.extern2:link,
a.extern2:visited {
   font-size: 0.8em;
   color: #003399;
   text-decoration: none;
   outline: none;}

a.extern2:hover {
   color: #FFFFFF;
   background-color: #003399;
   text-decoration: none;}

/* Textgestaltung */

.intern {font-weight: bold;
   font-size: 1.1em;}
.preis {font-weight: bold;
   color: #BF0000;}
.text_fett {font-weight: bold;
   color: #222222;}
.text_rot {font-weight: bold;
   color: #BF0000;}
.text_rot_spezial {font-family: Verdana, Arial, sans-serif;
   font-weight: bold;
   color: #BF0000;}
.text_dunkelblau {font-weight: bold;
   color:#002255;}
.text_kursiv {font-weight: bold;
   font-style: italic;
   color: #444444;}
.text_kursiv2 {font-weight: bold;
   font-style: italic;
   color: #336699;}
.text_kursiv3 {font-weight: normal;
   font-style: italic;}
.text_kursiv4 {font-weight: bold;
   font-style: italic;
   color: #222222;}
.text_kursiv5 {font-weight: bold;
   font-style: italic;}
.text_blau {font-weight: bold;
   color: #0033BB;}
.text_grau {font-weight: bold;
   color: #444444;}
.text_grau2 {font-weight: bold;
   color: #333333;}
.text_grau3 {font-weight: bold;
   color: #555555;}
.text_grau4 {font-weight: bold;
   color: #444444;
   padding-right: 2px;}
.text_grau5 {font-weight: bold;
   color: #444444;
   padding-left: 10px;}
.text_gros {font-weight: bold;
   font-size: 1.1em;}
.text_gros2 {font-weight: bold;
   font-size: 1em;}
.text_gros3 {font-weight: bold;
   font-size: 0.3em;}
.text_eng {font-size: 0.8em;
   line-height: 1.4em;}
.liste {font-size: 0.8em;}
.p1 {font-size: 0.8em;
   line-height: 1.4em;
   padding-bottom: 10px;}
.ps {font-size: 0.8em;
   line-height: 1.4em;
   padding-bottom: 5px;}
.psa {font-size: 0.8em;
   line-height: 1.4em;
   padding-bottom: 5px;
   padding-top: 5px;}
.korrekturlinks {margin-left: -1px;}
.durch {color: #FFFFFF;}
.punkte li {list-style: circle;}
.register {position: relative;
   top: -3px;
   padding-left: 2px;}
.trenner1 {display: block;
   width: 605px;
   height: 100px;
   background-image: url(bilder/trenner1.jpg);
   background-repeat: no-repeat;
   margin: 70px 0 10px 20px;}
 a.trenner1:hover {border-bottom: 0;}
.trenner3 {display: block;
   width: 605px;
   height: 100px;
   background-image: url(bilder/trenner1.jpg);
   background-repeat: no-repeat;
   margin: 100px 0 100px 20px;}
 a.trenner3:hover {border-bottom: 0;}
.trenner4, .trenner5 {display: block;
   width: 605px;
   height: 100px;
   background-image: url(bilder/trenner1.jpg);
   background-repeat: no-repeat;
   margin: 50px 0 50px 40px;}
 a.trenner4:hover, a.trenner5:hover {border-bottom: 0;}

.trenner4b {display: block;
   width: 605px;
   height: 100px;
   background-image: url(bilder/trenner4b.jpg);
   background-repeat: no-repeat;
   margin: 50px 0 50px 0;}
 a.trenner4b:hover {border-bottom: 0;}

.punkte li {list-style: circle;}
.abstand {margin-bottom: 9px;}   
.abstand2 {padding-bottom: 10px;}
.abstand-oben {padding-top: 10px;}
.abstand-oben2 {margin-top: 20px;}
.abstand-oben3 {margin-top: 5px;}

.randx {display: block;
   margin: 0;}
.randy {display: block;
   margin: 7px 0 50px 0;}
.randc  {display: block;
   margin: 0 0 30px 0;}  

.rand9 {
   display: block;
   margin-bottom: 40px;
   margin-left: 0;}
/*.rand9b {
   display: block;
   margin-bottom: 20px;
   margin-left: 0px;}*/
.rand9a {display: block;
   margin-bottom: 7px;
   margin-left: 0;}

.rand {
   display: block;
   margin: 10px 0 0 0;}
.rand1 {
   display: block;
   margin: 10px 0 0 0;}
.rand2 {
   display: block;
   margin: 7px 0 40px 0;}


/*.rand9 {display: block;
   margin-top: 10px;}*/
.rand24 {display: block;
   margin: 10px 0 0 0;}

/* Anker der Landkarte */

#sprungmarke {position: absolute;
   top: 2910px;
   left: 250px;}
#marke2 {position: absolute;
   top: 2970px;
   left: 250px;}
#zielgebiet {position: absolute;
   top: 2920px;
   left: 250px;}

/* Seitenkopf */

.logo {background-image: url(bilder/hbg143.gif);
   background-repeat: repeat-x;}
.logo-ganz {
   display: block;
   width: 1003px;
   height: 143px;
   padding: 0;
   margin: 0;
   background-image: url(bilder/logo1004.jpg);
   background-repeat: no-repeat;}
a.logo-ganz:hover {border-bottom: 0;}

/* Spalte */

.spalte {width: 140px;
   position: absolute;
   top: 210px;
   left: 845px;}

a.einladung {display: block;
   width: 140px;
   height: 140px;
   background-image: url(bilder/hoerbeispiele.jpg);
   background-repeat: no-repeat;}
a.einladung:hover {display: block;
   width: 140px;
   height: 140px;
   background-image: url(bilder/selberhoeren.jpg);
   background-repeat: no-repeat;
   border-bottom: 0px;}

/* Hörbeispiel Vorstimmen Preise */

#preisinhalt ul#vorstim {float: left;
   margin: 3px 70px 15px 20px;}
#preisinhalt iframe#preishoer {float: left;}
#preisinhalt p.pca {margin-bottom: 20px;}

/* Preise Spalte */

#preise .umschlag .container #spalte {position: absolute;
   top: 222px;
   left: 845px;}

#preise .umschlag .container #spalte a#hoeherhoeren {
   display: block;
   background-image: url(bilder/praehoeher.jpg);
   background-repeat: no-repeat;
   width: 116px;
   height: 50px;
   border: 0;}
#preise .umschlag .container #spalte a#hoeherhoeren:hover {
   display: block;
   background-image: url(bilder/praehoeren.jpg);
   background-repeat: no-repeat;
   width: 116px;
   height: 50px;
   border: 0;}

/* Navigation */
   
.navi {width: 140px;
   position: absolute;
   top: 110px;
   left: 0;
   background-image: url(bilder/tastenbg.gif);
   padding-top: 65px;}

.nav01, .nav02, .nav03, .nav04, .nav05 {
   position: relative;
   left: 36px;
   margin-top: 0px;
   border-bottom: 0px;}

#service a.nav01 {
   background-image: url(bilder/service-ac.gif);
   background-repeat: no-repeat;}
#service a.nav01:hover {background-image: url(bilder/service-ov.gif);}

#konzept a.nav02 {background-image: url(bilder/konzept-ac.gif);
   background-repeat: no-repeat;}
#konzept a.nav02:hover {background-image: url(bilder/konzept-ov.gif);}   

#preise a.nav03 {
   background-image: url(bilder/preise-ac.gif);
   background-repeat: no-repeat;}
#preise a.nav03:hover {background-image: url(bilder/preise-ov.gif);}

#kontakt a.nav04 {
   background-image: url(bilder/kontakt-ac.gif);
   background-repeat: no-repeat;}
#kontakt a.nav04:hover {background-image: url(bilder/kontakt-ov.gif);}

#bestellung a.nav04 {
   background-image: url(bilder/kontakt-ac.gif);
   background-repeat: no-repeat;}
#bestellung a.nav04:hover {background-image: url(bilder/kontakt-ov.gif);}

#impressum a.nav05 {
   background-image: url(bilder/impressum-ac.gif);
   background-repeat: no-repeat;}
#impressum a.nav05:hover {background-image: url(bilder/impressum-ov.gif);}

a.nav01 {display: block;
   width: 123px;
   height: 31px;
   background-image: url(bilder/service-pa.gif);
   background-repeat: no-repeat;}
   
a.nav01:hover {background-image: url(bilder/service-ov.gif);
   border-bottom: 0px;}

a.nav02 {display: block;
   width: 123px;
   height: 31px;
   border: 0;
   background-image: url(bilder/konzept-pa.gif);
   background-repeat: no-repeat;}

a.nav02:hover {background-image: url(bilder/konzept-ov.gif);
   border-bottom: 0px;}

a.nav03 {display: block;
   width: 123px;
   height: 31px;
   background-image: url(bilder/preise-pa.gif);
   background-repeat: no-repeat;}   
a.nav03:hover {background-image: url(bilder/preise-ov.gif);
   border-bottom: 0px;}

/*a.nav03 {display: block;
   width: 123px;
   height: 31px;
   background-image: url(bilder/praeludio-pa.gif);
   background-repeat: no-repeat;}
   
a.nav03:hover {background-image: url(bilder/praeludio-ov.gif);
   border-bottom: 0px;}*/

a.nav04 {display: block;
   width: 123px;
   height: 31px;
   border: 0;
   background-image: url(bilder/kontakt-pa.gif);
   background-repeat: no-repeat;}

a.nav04:hover {background-image: url(bilder/kontakt-ov.gif);
   border-bottom: 0px;}

a.nav05 {display: block;
   width: 123px;
   height: 31px;
   background-image: url(bilder/impressum-pa.gif);
   background-repeat: no-repeat;}
   
a.nav05:hover {background-image: url(bilder/impressum-ov.gif);
   border-bottom: 0px;}

a.nav01, a.nav02, a.nav03, a.nav04, a.nav05, a.nav06 {outline: none;}

/* Priming-Bilder */

.picplac {position: absolute; left: 0;}

a.priming08:hover, a.priming09:hover, a.priming10:hover, a.priming11:hover, 
a.priming12:hover, a.priming13:hover, a.priming14:hover, a.priming15:hover, 
a.priming16:hover, a.priming17:hover, a.priming36a:hover, a#priming18:hover,
a#priming19:hover, a#priming20:hover, a#priming21:hover, a#priming22:hover,
a#priming23:hover, a#priming24:hover, a#priming100:hover, a#priming101:hover {border-bottom: 0; outline: none;}

.priming36a {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/klavierstimmerei.jpg);
   margin-top:0em;}
a.priming36a:hover {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/praegestimmt.jpg);
   margin-top:0em;}

.priming08 {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/stimmung.jpg);
   margin-top: 13em;}   
.priming09 {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/pianosphere.jpg);
   margin-top: 14em;}
a.priming09:hover {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/pianomotion.jpg);
   margin-top: 14em;}

.priming10 {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/wooohlklang.jpg);
   margin-top: 7em;}
a.priming10:hover {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/klickwohl.jpg);
   margin-top: 7em;}

.priming11 {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/megatrend.jpg);
   margin-top: 1em;} 
a.priming11:hover {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/klickkultur.jpg);
   margin-top: 1em;}

.priming12 {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/tutmirgut.jpg);
   margin-top: 2em;}
a.priming12:hover {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/klicksogut.jpg);
   margin-top: 2em;}

.priming13 {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/tonmusik.jpg);
   margin-top: -1em;}
.priming14 {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/harmonie.jpg);
   margin-top: 6em;}
a.priming14:hover {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/klickharmonisieren.jpg);
   margin-top: 6em;}

.priming15 {display: block;
   width: 140px;
   height: 432px;
   background-image: url(bilder/hse.jpg);
   margin-top: 3em;}
.priming16 {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/praegestimmt.jpg);
   margin-top: 28em;}
a.priming16:hover {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/praekennlern.jpg);
   margin-top: 28em;}

.priming17 {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/spielgefuehl.jpg);
   margin-top: 5em;}

#priming18 {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/klavierstimmerei.jpg);
   margin-top: 14em;}
a#priming18:hover {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/praejetzt.jpg);
   margin-top: 14em;}

/* Primings der Seite Preise */

#priming19 {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/bestpreis.jpg);
   margin-top: 0em;}
a#priming19:hover {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/klickbest.jpg);
   margin-top: 0em;}

#priming20 {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/proludio.jpg);
   margin-top: 0em;}
a#priming20:hover {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/proklick.jpg);
   margin-top: 0em;}

#priming21 {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/pianoklang.jpg);
   margin-top: 0em;}
a#priming21:hover {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/klickpianoklang.jpg);
   margin-top: 0em;}


#priming22 {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/praegestimmt.jpg);
   margin-top: 21em;}
a#priming22:hover {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/klavierstimmerei.jpg);
   margin-top: 21em;}

#priming23 {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/klavierstimmerei.jpg);
   margin-top: 0em;}
a#priming23:hover {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/praejetzt.jpg);
   margin-top: 0em;}

#priming24 {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/praekennlern.jpg);
   margin-top: 0em;}
a#priming24:hover {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/klavierstimmerei.jpg);
   margin-top: 0em;}

#priming100 {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/klavierstimmerei.jpg);
   margin-top:0em;}
a#priming100:hover {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/praegestimmt.jpg);
   margin-top:0em;}

#priming101 {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/praegestimmt.jpg);
   margin-top:0em;}
a#priming101:hover {display: block;
   width: 140px;
   height: 288px;
   background-image: url(bilder/klavierstimmerei.jpg);
   margin-top:0em;}

/* Seite index */

#thema {
   padding: 30px 5% 80px 8%;
   margin-left: 140px;}
#thema h3 {padding-bottom: 15px;
   padding-top: 20px;}
#thema h4 {padding: 20px 0 15px 0;
   font-size: 1.1em;
   color: #555555;}
#zusammen {margin: 5px 0 30px 0;
   border: #00386D 1px solid;
   padding: 15px 25px 20px 25px;
   background-color: #F2F2F2;
   font-size: 1em;}
#ersteh {margin-top: -15px;}

/* Seite Konzept */

#konzept ul {list-style: none;}

#frageninhalt {
   margin-left: 170px;
   padding: 10px 70px 390px 70px;}

#frageninhalt h2 {margin: 30px 0 0 0;}
#frageninhalt ul {
   font-size: 0.8em;
   list-style: circle;
   margin: 5px 20px 10px 20px;}
#frageninhalt li {
   padding-bottom: 5px;
   padding-right: 20px;}
#frageninhalt p {margin: 0;
   padding-right: 0;} 
#frageninhalt li a {  font-size: 1.1em;}
#meineantworten {padding-top: 20px;}
#meineantworten ol {font-size: 0.8em;
   margin: 10px 20px 0 100px;}
#meineantworten h3 {margin: 0 0 20px 0;
   padding-top: 20px;}
#meineantworten h5 {margin: 15px 0 10px 0;}
#meineantworten p a {font-size: 1em;}
#meineantworten ul li {line-height: 1.4em;}
#kundenfragen {margin-top: 0;
   padding-top: 15px;}
#kundenfragen ul li {list-style-type: none;}
#kundenfragen ul li a {font-weight: bold;
   line-height: 1.3em;}
#kundenfragen ul {margin-bottom: 10px;
   margin-left: 0;
   margin-top: 0;}
#meineantworten .inlist2 {margin: 5px 0 0 20px;
   font-size: 1em;
   list-style-type: disc;}
#meineantworten h5.uabst {padding-top: 20px;}
#meineantworten .stoerungen {font-style: normal;
   font-weight: bold;
   color: #555555;}
#meineantworten ul.abstu {margin-bottom: 20px;}

#meineantworten ul.abstu a.extern {font-size: 1em;}

/* Netzwerke */

div#netzwerk {position: absolute;
   width: 140px;
   height: 420px;
   top: 168px;
   right: 15px;}

div#netzwerk div#primateq {position: absolute;
   top: 10px;
   left: 0;
   width: 122px;
   height: 207px;}

div#netzwerk div#primateq a#aufeins {
   display: block;
   width: 122px;
   height: 207px;
   background-image: url(bilder/primatek.jpg);}

div#netzwerk div#primateq a#aufeins:hover {
   display: block;
   width: 122px;
   height: 207px;
   background-image: url(bilder/primajetzt.jpg);}


div#netzwerk a#hoer {
   display: block;
   width: 116px;
   height: 50px;
   position: absolute;
   top: 235px;
   left: 3px;
   background-image: url(bilder/hoerbsplink.jpg);
   background-repeat: no-repeat;
   border-bottom: 0;}

div#netzwerk a#hoer:hover {
   display: block;
   width: 116px;
   height: 50px;
   position: absolute;
   top: 235px;
   left: 3px;
   background-image: url(bilder/hoerbsphover.jpg);
   background-repeat: no-repeat;
   border-bottom: 0;}


div#netzwerk a#rahmen {
   display: block;
   width: 116px;
   height: 50px;
   position: absolute;
   top: 303px;
   left: 3px;
   background-image: url(bilder/praetwitt.jpg);}

div#netzwerk a#rahmen:hover {
   display: block;
   width: 116px;
   height: 50px;
   position: absolute;
   top: 303px;
   left: 3px;
   background-image: url(bilder/praefollow.jpg);}


div#netzwerk a#aura {position: absolute;
  top: 371px;
  left: 3px;
  width: 116px;
  height: 50px;
  background-image: url(bilder/meinblog.jpg);
  background-repeat: no-repeat;}

div#netzwerk a#aura:hover {position: absolute;
  top: 371px;
  left: 3px;
  width: 116px;
  height: 50px;
  background-image: url(bilder/zumthema.jpg);
  background-repeat: no-repeat;}

div#netzwerk a#rahmen:hover,
div#netzwerk div#primateq a#aufeins:hover,
div#netzwerk a#aura:hover,
div#netzwerk a#hoer:hover {border-bottom: 0;}

div.preload {display: none; width: 0; height: 0; border: 0;}
div.preload a#picprimateq {background-image: url(bilder/primajetzt.jpg);}
div.preload a#pictwitter {background-image: url(bilder/praefollow.jpg);}
div.preload a#picbeispiele {background-image: url(bilder/hoerbsphover.jpg);}
div.preload a#picblog {background-image: url(bilder/zumthema.jpg);}

/* Primatek Auszeichnung mittels img */

#preisinhalt p.p1 a img.blauprima {border: 0; margin-bottom: -1px;}
  

/* Seite Preise */
        
#preisinhalt {
   margin-left: 170px;
   padding: 0 70px 570px 70px;}

#preiskarte {width: 642px;
   height: 685px;
   border: 0px;
   margin: 20px auto 30px 0;}
a#landkarte {
   display: block;
   width: 642px;
   height: 685px;
   background-image: url(bilder/karte2008.jpg);
   background-repeat: no-repeat;}
a#landkarte:hover {border-bottom: 0;}

#preisinhalt div#redeka {position: relative;
   top: -500px;
   left: 655px;
   width: 100px;}
span.seitlink {display: block;
   padding-bottom: 5px;}

div#verzeichnisse {margin-top: 10px;}

#internenavi h3.seitennavi {margin: 20px 0 0 0;
   padding: 0;
   font-size: 1em;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   color: #555555;}
#internenavi h2 {margin: 40px 0 0px 0;
   font-size: 17px;
   color: #555555;}
#internenavi .uebersicht li a {font-size: 1.1em;}
#internenavi .uebersicht li {list-style: none;}
#internenavi ul.uebersicht {margin: 10px 0 0 10px;}

#preisinhalt h3 {margin: 25px 0 15px 0;
   padding-top: 30px;}
#preisinhalt h5 {margin: 25px 0 10px 0;}
#preisinhalt ul {
   font-size: 0.8em;
   list-style: circle;
   margin: 15px 70px 10px 20px;}
#preisinhalt li {padding-bottom: 5px;
   padding-right: 20px;}
#preisinhalt p {margin: 0;
   padding-right: 0;} 
#preisinhalt .einschub {margin: 10px 0 0 10px;
   font-size: 1em;}
#preisinhalt #uepreis {margin: 15px 0 10px 0;}
#preisinhalt #uenord,
#preisinhalt #uesued {margin: 0 0 10px 0;
   padding-top: 25px;}

#preisinhalt p#ausgleich {padding-top: 15px;}
#preisinhalt p#grundintona {padding-top: 15px;}
#preisinhalt ul.inni {margin-top: 10px;}
#preisinhalt ul.inni2 {margin-top: 0; margin-bottom: 0;}

/* Preise Spielart proLudio */

#preisinhalt div#internenavi ul.uebersicht li a img#prod {border: 0; margin-bottom: -3px;}
#preisinhalt h3 img#proue {border: 0; margin-bottom: -4px;}
#preisinhalt p img#prolu {border: 0; margin-bottom: -3px;}
#preisinhalt p img#prolu2 {border: 0; margin-bottom: -4px; margin-left: -1px;}
#preisinhalt div#internenavi ul#pruelo {margin-top: 5px;}

/* Div Ortsverzeichnisse */

div#ovz {position: relative; margin-bottom: 25px;}
a.ozi {font-size: 0.9em;}
a.ozno {position: absolute; left: 0px;}
a.ozsue {position: absolute; right: 50px;}
span.ozra {position: absolute; top: 20px; left: 0px;}

/* Listen */

.abc {display: inline;
   margin-right: 10px;}
#preisinhalt .abcliste {margin-bottom: 25px;
   margin-left: 0;}
.stichworte {margin-top: 50px;}
ul.stichliste {margin-bottom: 10px;}
ul.stichliste li {list-style-type: none;
   line-height: 1.4em;}
#preisinhalt .abcliste h3 {margin: 0px 0 20px 0;}
#preisinhalt .abcliste h3,
#preisinhalt .stichworte h3 {font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 1.2em;
   color: #777777;}
#preisinhalt .abcliste .abc {font-family: Arial, Verdana, sans-serif;
   font-size: 1.5em;}
#hauptteil .stichworte li a.intern3,
#preisinhalt .stichworte li a.intern3,
#preisinhalt .stichworte li a {font-size: 1.1em;}
#hauptteil ul.stichliste li {list-style-type: none;
   line-height: 1.7em;}   
#preisinhalt div.stichworte h3 {margin: 0 0 10px 0;
   padding-top: 10px;}

#preise .stichworte ul.stichliste li a.intern3 {color: #003399;}
#preise .stichworte ul.stichliste li a.intern3:hover {color: #5588BB;
   text-decoration: none;
   border-bottom: #5588BB solid 1px;}
#preise .abcliste span.abc a.intern {color: #003399;}
#preise .abcliste span.abc a.intern:hover {color: #5588BB;
   text-decoration: none;
   border-bottom: #5588BB solid 1px;}


/* Kontaktseite */

#kontaktinhalt {
   width: auto;
   margin-top: 20px;
   margin-left: 170px;
   padding: 20px 50px 100px 70px;}
#kontaktinhalt h2 {margin-bottom: 40px;}
#kontaktinhalt h3 {margin-bottom: 20px;
   margin-top: 30px;}
#kontaktinhalt p {margin-bottom: 20px;
   margin-top: 20px;}
#kontaktinhalt .fon {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.2em;
   line-height: 2em;
   font-weight: bold;
   color: #444444;
   margin-left: 240px;}

#kontaktinhalt a#mail {margin-top: 20px;
   margin-bottom: 20px;}
#kontaktinhalt a#mail:hover {color: #5588BB;
   border-bottom: #5588BB 2px solid;}
a#mail {font-size: 1.2em;
   line-height: 2em;
   font-weight: bold;
   margin-left: 265px;}

#kontaktinhalt ul {line-height: 1.4em;
   list-style-type: circle;
   font-size: 0.8em;
   margin-left: 20px;}
#kontaktinhalt ul#konex {margin: 10px 0 10px 20px;}
#kontaktinhalt .p2 {margin-bottom: 10px; padding-bottom: 0;}
#kontaktinhalt .p3 {margin-bottom: 0; margin-top: 0;}

/*Impressum */

#impressuminhalt {
   width: auto;
   margin-left: 240px;
   padding: 40px 70px 50px 0;
   overflow: hidden;}

h2 {margin-bottom: 20px;}

#block-4 {width: auto;
   float: left;}
#block-5 {width: auto;
   float: left;
   margin-left: 85px;}

#impressuminhalt p.px {padding-bottom: 15px;
margin-top: 15px;}
#impressuminhalt p.p3 {margin-bottom: 20px;}
#impressuminhalt #spez {padding: 0 3px;}

