@charset "utf-8";
/* CSS Document */

html, body
{
margin: 0;
padding: 0;
}


.Navischrift {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
}

.AktuelleGesundheitsnachrichten {
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-size: 35pt;
    color: #000;
}

.Heftthemen-Vorderseite {
    color: #24825e;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: bold;
    font-size: 15pt;
    line-height: 17px;
}

.Text {
    color: #000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: normal;
    font-size: 15pt;
    line-height: 25px;
    font-style: normal;
    font-variant: normal;
}
.Headline {
    color: #000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: bold;
    font-size: 15pt;
    line-height: 25px;
    font-style: normal;
    font-variant: normal;
}
.Headline-Kursiv {
    color: #000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: bold;
    font-size: 15pt;
    line-height: 25px;
    font-style: italic;
    font-variant: normal;
}
.Headline-Kapitel {
    color: #000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: normal;
    font-size: 25pt;
    line-height: 40px;
    font-style: normal;
    font-variant: normal;
}

.Editorial {
    color: #24825e;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: bold;
    font-size: 15pt;
    line-height: 25px;
}

.InEigenerSache {
    color: #707172;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: bold;
    font-size: 15pt;
    line-height: 25px;
}
.Lebensstil {
    color: #e36932;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: bold;
    font-size: 15pt;
    line-height: 25px;
}

.ThemaHeute {
    color: #004e82;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: bold;
    font-size: 15pt;
    line-height: 25px;
}
.Patientengeschichten {
    color: #a7670e;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: bold;
    font-size: 15pt;
    line-height: 25px;
}
.ImBlickpunkt {
    color: #50386d;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: bold;
    font-size: 15pt;
    line-height: 25px;
}

.Wissen {
    color: #93212d;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: bold;
    font-size: 15pt;
    line-height: 25px;
}
.RatUndTat {
    color: #346f6d;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: bold;
    font-size: 15pt;
    line-height: 25px;
}

.Erfahrungen {
    color: #624651;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: bold;
    font-size: 15pt;
    line-height: 25px;
}
.Aktuelles {
    color: #0085a7;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: bold;
    font-size: 15pt;
    line-height: 25px;
}
.Kolumne {
    color: #6c742b;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: bold;
    font-size: 15pt;
    line-height: 25px;
}

.Bildunterschrift {
    color: #231F20;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 13pt;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #24825e;
}
a:active {
	text-decoration: underline;
	color: #000;
}
