body {
    background-color: #CFCBBF;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

a {
    color: red;
}

em {
    font-weight: bold;
}

.hide {
    display: none;
}

div.clear {
    clear: both;
    border-bottom: 1px solid black;
    margin-bottom: 30px;
}

#searchform input[type="text"] {
    width: 120px;
    font-size: 0.9em;
    
    border: 1px solid #666666;
    
    padding: 0.1em 0.3em;
}

#second-rail {
    padding: 5px;
    background-color: #144B14;
}

#content {
    background-color: #eeeee7;
    padding: 15px;
}

#content h1 {
    margin-bottom: 10px;
}

#navigation {
    text-transform: uppercase;
    text-align: right;
    padding-top: 10px;
}

#navigation li {
}

#navigation li a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    
    color: #A27800;
}

#navigation li a:hover {
    background-color: #eeeee7;
}

#navigation li.current a.section-link {
    background-color: #eeeee7;
}

#navigation .sub-navigation li a {
    font-weight: normal;
    text-transform: none;
    font-size: 12px;
}

#navigation .sub-navigation li.current a {
    background-color: #eeeee7;
}

#ft {
    margin-top: 10px;
    border-top: 1px solid black;
    padding-left: 268px;
    padding-top: 3px;
    padding-bottom: 20px;
    font-size: 0.8em;
    font-weight: bold;

    clear: both;
}

#ft span#copyright {
    float: left;
}

#ft span#imprint {
    float: right;
    text-align: right;
}

#ft a {
    color: #A27800;
    text-decoration: underline;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: bold;
}

.headline {
    color: white;
    text-align: right;
    text-transform: uppercase;
}

.headline h1 {
    font-weight: bold;
}

p,
ul,
table {
    margin-bottom: 15px;
}

strong {
    font-weight: bold;
}

#content ul.unordered-list li {
    list-style-type: disc;
    margin-left: 15px;
    margin-bottom: 5px;
}

#content table {
    width: 75%;
}

#content table tr {
    border-bottom: 1px solid black;
}

#content table td,
#content table th {
    padding-top: 19px;
}

#content table th {
    width: 175px;
}


/* Mitarbeiter **************************************************************/

div.person {
    margin-bottom: 15px;
    display: block;
}

div.person-photo {
    width: 140px;
    float: left;
}

div.person-info {
    float: left;
    width: 550px;
}

h3.person-name {
    font-weight: bold;
    margin-bottom: 5px;
    
    font-size: 16px;
}

h3.person-name a {
    color: #144B14;
}


div.person-info-item {
    margin-bottom: 5px;
}

div.group,
div.description {
    margin-top: 10px;
}

/* Fakten *******************************************************************/

table.facts {
    width: 75%;
}

table.facts tr {
    border-bottom: 1px solid black;
}

table.facts td,
table.facts th {
    padding-top: 10px;
}

table.facts th {
    width: 150px;
}

/* Termine ******************************************************************/

div.event {
    margin-bottom: 15px;
    display: block;
}

div.event-dates {
    width: 40px;
    float: left;
}

div.event-date {
    text-align: center;
    margin-bottom: 10px;
}

div.event-date-day {
    background-color: #144B14;
    padding: 2px;
    color: white;
}

span.event-date-day-abbr {
    text-transform: uppercase;
    
    /* Sort of forces a line break after the abbreviated day. */
    display: block;
}

span.event-date-day-num {
    font-weight: bold;
}

span.event-date-month-abbr {
    text-transform: uppercase;
}

span.event-date-month-abbr a {
    color: black;
    text-decoration: none;
}

div.event-info {
    float: left;
    margin-left: 40px;
    width: 550px;
}

h3.event-info-title {
    font-weight: bold;
    margin-bottom: 5px;
    
    font-size: 16px;
}

h3.event-info-title a {
    color: #144B14;
}

h3.event-info-title a:hover {
    text-decoration: underline;
}

div.event-info-time-and-location {
    font-size: 12px;
    margin-bottom: 15px;
}

/* Kontakt ******************************************************************/

.contact-block {
    margin-left: 15px;
    margin-bottom: 15px;
}

.contact-block li {
    line-height: 140%;
}

.head {
    height: 250px;
    display: block;
    background-image: url(../images/head.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

/* Raeume *******************************************************************/

.image-list {
    margin-bottom: 20px;
}

.image-list img {
    border: 1px solid black;
    margin-right: 10px;
}

