/* link 0800 tel  */

div .ohne {
    text-decoration: none;
    color: red;
    border-bottom: 0;
}

#text-unten a[href^="tel:"]:before {
    content: "\260e";
    margin-right: 0.5em;
}

#text-unten a[href^="tel:"] {
    text-decoration: none;
    color: red;
    border-bottom: 0;
}

/* Farbcode  */

.blau {
    color: #007FB9;
    letter-spacing: 0.02em;
}

.gelb {
    color: #CBCD1D;
    letter-spacing: 0.02em;
}

.gruen {
    color: #2FA439;
    letter-spacing: 0.02em;
}

.orange {
    color: #E78315;
    letter-spacing: 0.02em;
}

/*   1. Abschnitt */

#kleine-navi {
    position: relative;
    top: 0px;
    right: 0;
    padding: 10px 40px 0 0;
}

#kleine-navi p {
    color: #666;
    font-size: 110%;
    text-align: right;
}

#kleine-navi p a {
    border-bottom: Dotted 1px #666;
    color: #666;
    font-size: 110%;
}

#kleine-navi p a:focus,
#kleine-navi p a:hover,
#kleine-navi p a:active {
    border-bottom: dotted 1px #B90000;
    color: #B90000;
}

#top {
    width: 100%;
    background-image: url(../bilder-prm-2010/stadtillu-top.gif);
    height: 176px;
}

.logo {
    text-align: center;
    width: 100%;
    margin-top: 0px;
}


/*   2. Abschnitt Navigation Rubriken NAV */

/*  off canvas navigation  opacity:0; */

#balken {
    display: none;
}

#navigation-rubriken {
    background: url(../bilder-prm-2010/kleine-navi-hg.png);
    background-color: #f5f5f5;
    width: 100%;
    min-height: 28px;
}

.mittig {
    width: 92%;
    margin: 0 auto;
    text-align: left;
    min-height: 28px;
}

#navigation-rubriken .mittig > ul {
    float: left;
    list-style-type: none;
    /*min-width:auto; */
    min-width: 25%;
    position: relative;
    border: 0px solid green;
    padding-left: 15px;
}

#navigation-rubriken .mittig > ul > li {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.2em;
    height: 28px;
    padding-top: 2px;
}

#navigation-rubriken .mittig > ul > li > a {
    color: #333;
}

#navigation-rubriken .submenue {
    display: none;
    list-style-type: none;
    position: absolute;
    top: 28px;
    left: 0px;
    padding: 5px 10px 5px 10px;
    color: #fff;
    line-height: 22px;
    width: 250px;
    text-align: left;
}

#navigation-rubriken .submenue > li a {
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
    font-size: 75%;
    padding: 0 3px 0 3px;
}

#navigation-rubriken .submenue li:first-child {
    padding-top: 5px;
}

#navigation-rubriken .submenue li:last-child {
    padding-left: 17px;
    font-size: 75%;
    letter-spacing: 0.1em;
    margin-top: 8px;
}

#navigation-rubriken .submenue li a:hover {
    color: #800000;
    background-color: #ECEBEE;
}


/*   3. Abschnitt nur Homepage */

#buttons {
    background-image: url(../bilder-prm-2010/hg-verlauf-grau.png);
    background-repeat: repeat-x;
    min-height: 320px;
    width: 100%;
    text-align: center;
}

#buttons div {
    white-space: nowrap;
    display: inline;
    border: 0px solid red;
    width: 180px;
}

#buttons div img {
    margin: 25px 0 0 4%;
}

/* 3. Abschnitt   2er raster  auf Verlauf Unterseiten    */

#two-raster {
    /* background-image:in der Seite;*/
    height: 100%;
    min-height: 320px;
    width: 100%;
    border: 0px dotted red;
}

#two-raster > div {
    float: right;
    border: 0px solid green;
    margin-top: 25px;
}

#two-raster .links {
    padding: 2px 8% 0 0%;
    text-align: center;
    width: 40%;
    /* background-color:#eff3f8; */
}

#two-raster .rechts {
    padding: 0 1% 0 6%;
    width: 60%;
    /*background: url(../bilder-prm-2010/hg-verlauf-blau.png;) #eff3f8;*/
}

#two-raster div .xxx {
    display: block;
    margin-top: -50px;
}

#two-raster .leistung {
    float: left;
    border: 0px solid yellow;
    min-width: auto;
    padding: 10px;
    min-height: 110px;
}

#two-raster h1 {
    letter-spacing: 0.2em;
}

#two-raster h2 {
    letter-spacing: 0em;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 23px;
}

#two-raster p {
    font-size: 15px;
    line-height: 24px;
}

#two-raster p a,
#two-raster p a:link {
    border-bottom: Dotted 1px #52902c;
    color: #000
}

#two-raster p a:focus,
#two-raster p a:hover,
#two-raster p a:active {
    border-bottom: Dotted 1px #B90000;
    color: #B90000;
}


/*   4. Abschnitt */

#text-unten {
    border: 0px solid green;
}

#text-unten div {
    float: left;
    border: 0px solid red;
    width: 50%;
    margin-bottom: 20px;
}

#text-unten .links {
    padding: 15px 2% 0 12%;
}

#text-unten .rechts {
    padding: 15px 12% 0 2%;
}

#text-unten h1 {
    margin: 0;
    padding: 0;
    display: inline;
    letter-spacing: 0.03em;
    font-size: 24px;
}

#text-unten h2 {
    margin: 0px 0px 6px 0px;
    padding: 0px;
    font-size: 19px;

    letter-spacing: 0.02em;
}

article + p {
    padding: 30px 0 40px 0;
}

#text-unten h3 {
    margin: 14px 0px 0px 0px;
    padding: 0px;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 23px;
}

#text-unten p,
#text-unten ul li {
    margin-top: 0px;
    font-size: 15px;
    line-height: 23px;
}

#text-unten p a {
    color: #B90000;
    border-bottom: Dotted 1px #B90000;
}

#text-unten p a:hover,
#text-unten p a:active,
#text-unten p a:focus {
    color: #52902c;
    border-bottom: Dotted 1px #52902c;
}

/*   5. Abschnitt */

#abspann {
    margin-top: 25px;
    background-color: #999;
    line-height: 25px;
    font-size: 15px;
}

#abspann p {
    padding: 15px 0 15px 0;
    text-align: center;
    color: #FFF;

}

#schemaorg {
    padding: 15px 0 15px 0;
    text-align: center;
    color: #FFF;
    line-height: 25px;
    display: inline;
}

#abspann a,
#abspann a:visited {
    color: #FFF;
    font-size: 90%;
    border-bottom: Dotted 1px #FFF;
}

#abspann a:focus,
#abspann a:hover,
#kleine-navi p a:active {
    color: #B90000;
    font-size: 90%;
    border-bottom: Dotted 1px #B90000;
}
