body {
    background: #FFF;
    color: #000;
    font-family: arial, verdana, sans-serif;
    font-size: 14px;
    padding: 10px;
    margin: 0;
}

input {
    color: #000;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
}

/* Standardeinstellungen */

h1 {
    font-size: 150%;
    color: #000;
}

h2 {
    font-size: 110%;
    color: #000;
}

h3 {
    font-size: 100%;
    color: #000;
}

a {
    color: #000000;
    text-decoration: underline;
}

hr {
    background: #000;
    color: #000;
    border: 0;
    height: 1px;
}

/* Layout */

.hidden {
    display: none;
}
 
/* eingefuegt 04/2014 (H.S.) um bei Druckansicht was zu verstecken */
.hidden_print {
   display: none;
}

div.clear {
    clear: both;
    height: 0px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

#overall {
    clear: both;
    background: #FFF;
    width: 100%;
}

body>#overall {
    height: auto;
    min-height: 100%;
}

/* Kopfbereich */

#header {
    border-bottom: 3px black solid;
    padding: 0 0 10px 0;
}

#header .navspacer {
    clear: both;
}

#logo .logo1 {
    float: left;
    width: 74px;
    height: 74px;
    margin: 5px 0 0 0px;
}

#logo .logo2 {
    display: none;
}

#logo h1 {
    color: #000;
    margin: 0;
}

#logo h1 span.zeile1 {
    font-size: 18px;
}

#logo h1 span.zeile2 {
    font-size: 14px;
}

#logo div.address {
    float: left;
    padding: 0 0 0 20px;
}

#logo div.address p.print {
    float: left;
    margin: 10px 100px 0 0;
}

/* Ausgeblendete Layer */
#navbox1,
#navbox2,
#navbox3,
#searchform,
#footer,
#contentLeft {
    display: none;
}

/* Inhaltsbereich */
#content {
    padding: 0;
    width: 100%;
}

/* Boxen rechts */

div.boxRight {
    margin: 0 0 10px 0;
    color: #000;
    border-top: 1px #000 solid;
}

div.boxRight .headline {
    margin-top: 0;
}

div.boxRight h3 {
    font-size: 120%;
    /*font-weight: normal;*/
    color: #000;
}

div.boxRight .imagelink {
    display: none;
}

div.boxRight a.link img {
    border: 0;
}

/* Liste in boxRight */
div.boxRight div.bottom {
    margin: 0;
    display: inline;
}

/* Fussleiste */

/* Phonebook tabelle */
table.phonebook {
    border-top: 1px #003366 solid;
}

table.phonebook th {
    text-align: left;
    padding: 2px 5px 2px 10px;
    border-bottom: 1px #003366 solid;
    border-right: 1px #003366 solid;
}

table.phonebook th.letterbox {
    background: #CCC;
    color: #AA0000;
    font-weight: normal;
    padding: 8px 5px 4px 10px; 
    border-right: 0;
}

table.phonebook td {
    padding: 8px 5px 4px 10px;
    border-bottom: 1px #003366 solid;
    border-right: 1px #003366 solid;
}

table.phonebook th.last,
table.phonebook td.last {
    border-right: 0;
}

#languageBox {
    display: none;
}

#lastmod {
    display: none;
}
