html {
    margin: 0px;
    padding: 0px;
}
body { 
    font: 14px/1.4 "Verdana", "Arial", sans-serif;
    color: #111;
    margin: 0px;
    padding: 0px;
}

a {
  text-decoration: underline;
}

p { line-height: 1.4; }

h1, h2, h3, h4, h5, h6 { line-height: 1.2; }

h1 { font-size: 225%; }
h2 { font-size: 185%; }
h3 { font-size: 160%; }
h4 { font-size: 125%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

span.important { /* @CKEDITOR_STYLE: wichtiges Wort */
	font-weight: bold;
	color: red;
	text-decoration: underline;
}
span.small { /* @CKEDITOR_STYLE: kleine Schrift */
	font-size: 12px;
}
h1 { /* @CKEDITOR_STYLE: Überschrift 1 */
	
}
h2 /* @CKEDITOR_STYLE: Überschrift 2 */
{
}
.content h3 { /* @CKEDITOR_STYLE: Überschrift 3 */
}
p /* @CKEDITOR_STYLE: normaler Absatz */
{
    text-shadow: 0 0 4px #BBBBBB;
}
p.important { /* @CKEDITOR_STYLE: wichtiger Absatz */
	font-weight: bold;
	color: red
}


.important { /* @CKEDITOR_STYLE: falsche Definition, kein Tag vorhanden */
}

body {
    font-family: "Verdana", sans-serif;
}
p {
    line-height: 22px;
    margin: 0 0 10px 0;
}
a {
    color: #003399;
/*     text-decoration: none; */
    text-decoration: underline;
}
a:hover {
    color:#000033;
    text-decoration: underline;
}
h1.hidden {
    display: none;
}
.startpage {
    text-align: center;
}
.startpage h1 {
    color: #003399;
}
.startpage h2 {
    color: #000033;
}
.startpage h3 {
    color: #8A91AB;
    margin:0 0 0.45em;
}
.startpage p {
    color: #5D6C7D;
    margin:1.25em 0 0.75em;
}
h1 {
    color:#000033;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 25px;
    line-height: 40px;
    margin: 0 0 0;
    padding: 10px 0 10px 0;
}
h2 {
    font-size:23px;
    line-height:30px;
/*     color: #003399; */
    color:#000033;
    font-family: "Trebuchet MS", sans-serif;
    margin: 20px 0 10px 0;
}

h3 {
    font-family: "Trebuchet MS", sans-serif;
    font-size:20px;
    line-height:30px;
    margin:0;
}
h4 {
    font-family: "Trebuchet MS", sans-serif;
    font-size:20px;
    line-height:30px;
    margin:0px;
}
h5 {
    font-family: "Trebuchet MS", sans-serif;
    font-size:18px;
    line-height:20px;
    margin:0px;
}
h6 {
    font-family: "Trebuchet MS", sans-serif;
    font-size:18px;
    line-height:20px;
    margin:0px;
}
.main_header h1 {
    margin-top: 100px;
}
img.with_description{
    float: right;
    clear: both;
}
div.image_with_description {
    border: 1px solid #a5aece;
    padding: 2px;
    margin: 1em 0.5em;
    float: right;
    clear: both;
}
div.image_with_description img {
    border: none;
    float: none;
    display: block;
    padding: 0px;
    margin: 0px;
}
div.image_with_description p{
    padding: 2px 2px;
    line-height: 1.2em;
    margin: 0px;
}
ol, ul {
    margin-left: 2em;
}
ol li, ul li {
    line-height:20px;
}
table {
    border: 1px solid transparent;
}

th, td {
    padding:4px 10px 4px 5px;
}
th {
    font-weight: bold;
    border-bottom: 1px dotted gray;
    border-right: 1px dotted gray;
}
td {
    border-top: 1px dotted gray;
    border-left: 1px dotted gray;
}
tr {

}
p.hervorheben {
    border: 2px solid #003399;
    margin: 1em;
    padding: 1em;
}
table.sprechzeiten {
    width: 100%;
}
table.sprechzeiten td,
table.sprechzeiten th {
    font-size: 80%;
    width: 16.6%;
}
table.team {
    border: none;
}
table.team td {
    vertical-align: top;
    border: none;
}




