/* global */

body {
    background-color: #0ea5ab;
    background-image: url(./images/hintergrund.png);
    /* background-color: #bbb; */
    /* font-family: verdana, arial, sans-serif; */
    font-family: arial,verdana,sans-serif;

    font-size: 16px;
    font-weight: 500;
    color: #000;
}

h1 {
    font-weight: normal;
    color: #cc0000;
}

h2 {
    color: #cc0000;
    font-size: 1em;
}

p {
    font-size: 1em;
}


/* header */

div#header {
    text-shadow: 1px 1px 1px #555;
}

div#sidebar {
    text-shadow: 0px 1px 1px #777;
}

div#sidebar h2 {
    text-shadow: 0px 1px 1px #777;
}


h1#title {
    color: white;
    font-size: 28pt;
}

h2#name {
    color: white;
    font-size: 16px;
    font-weight: 100;
}

div#address_position {
    padding-top: 70px;
    padding-right: 25px;
}

address#address {
    color: white;
     font-size: 12px;
    font-style: normal;
}

p#contact {
    color: white;
    font-size: 16px;
}

/* sidebar */

p#terminvereinbarung {
    font-size: 12px;
}

p#vereinbarung {
    font-size: 12px;
}

ul#navigation li {
    line-height: 2em;
}

ul#navigation li a {
    text-decoration: none;
    color: #000;
}

ul#navigation li a:hover, ul#navigation li a:active, ul#navigation li a:focus {
    background-color: #be853e;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}


ul#navigation li a.selected {
    background-color: #cc0000;
    color: #fff;
    text-shadow: 0px 1px 1px #333;
}


h3 {
    font-size: small;
    font-weight: bold;
}

table#sprechzeiten_table {
    font-size: 12px;
}

table#sprechzeiten_table td.text_align_right {
    text-align: right;
}

div#article {
    text-shadow: 0px 1px 1px #ccc;
}

/* footer */
div#footer {
     text-align: right;
}

div#footer span#footertext {
    font-size: 12px;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px #555;
}

