html, body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:101%;
    margin:0;
    padding:0;
}

body {
    background-color:#ffffff;
    color:#000000;
    /* centering for the div... */
    text-align:center;          
}

h1, h2, h3, h4, h5, h6, p, ul {
    font-family:Arial, Helvetica, sans-serif;
}

p, td, th {
    font-size:0.95em;
}

p {
    margin:10px 0;
}

/* #df0024 -> rot */
/* #5b98b9 -> blau */
/* #cdcdcd -> hellgrau */
/* #a6a6a6 -> dunkelgrau */

#intro {
    width:600px;
    text-align:left;
    margin:0 auto 0 auto;
}

#logo {
    float:right;
}

#header {
    float:left;
    color:#a6a6a6;
    border-style: solid;
    border-color:#cdcdcd;
    border-width:0 0 2px 0;
    margin:0;
    width:476px;
    height:117px;
    voice-family:"\"}\"";
    voice-family:inherit;
    height:115px;
}

html>body #header {
    height:115px;
}

#content {
    clear:both;
}

div.leftBox {
    width:50%;
    float:left;
}

div.rightBox {
    width:50%;
    float:right;
}

ul {
    /*margin:0 0 30px 0;*/
    margin:0;
    padding-left:15px;
}

li {
    margin-left:0;
    font-weight:bold;
}

p.notfall a {
    color: #df0024;
    font-weight: bold;
}

p.kontaktAb {
    font-weight: bold;
    text-align: center;
}

table.sprechzeiten {
    /*background-color:#a6a6a6;*/
    /*color:#ffffff;*/
    margin-top:10px;
    border:1px solid #cdcdcd;
}

table.sprechzeiten th {
    text-align:left;
    font-weight:bold;
}

table.sprechzeiten td {
    text-align:right;
}

p.arrow {
    text-align:right;
    border-top:2px solid #cdcdcd;
    padding-top:5px;
}

a:link {
    background-color:transparent;
    color:#000000;
    text-decoration:underline;
    font-weight:normal;
}

a:visited {
    background-color:transparent;
    color:#000000;
    text-decoration:underline;
    font-weight:normal;
}

a:hover {
    background-color:transparent;
    color:#000000;
    text-decoration:none;
    font-weight:normal;
}

a:active {
    background-color:transparent;
    color:#cdcdcd;
    text-decoration:none;
    font-weight:normal;
}

a img {
    border:none;
}

h1 {
    font-size:26px;
    margin:0;
    padding:8px 0 0 0;
    color:#a6a6a6;
}

h2 {
    font-size:14px;
    margin:0;
    padding:0 0 0 2px;
    color:#a6a6a6;
}

h2.likeH1 {
    font-size:26px;
    margin:0;
    padding:0 0 0 2px;
    color:#a6a6a6;
}

h3 {
    background-color:transparent;
    /*color:#df0024;*/
    font-size:1.1em;
    display:inline;
    margin:0;
    padding:0 0 10px 0;
}

h4 {
    background-color:transparent;
    color:#000000;
    font-size:0.9em;
    font-weight:normal;
    margin:0 0 10px 0;
}

h5 {
    background-color:transparent;
    color:#000000;
    font-size:1.1em;
    margin:10px 0 5px 0;
    padding:10px 0 0 0;
}

em {
    font-style:oblique;
}

span.rot {
	background-color: transparent;
	color: #df0024;
}

.centeredText {
	text-align: center !important;
}
