/** 
 * Copyright (c) Frankenbueffel e.V. 2003-2012. 
 * Alle Rechte vorbehalten. Alle gewerblichen Schutz- und Urheberrechte hinsichtlich des 
 * gesamten Text-, Bild- und Softwarematerials o.ae. auf dieser site sind Eigentum von 
 * Frankenbueffel Westheim e.V. 
 * 
 * Author: Joerg Fackler 
 */


/* borders -------------------------------------------------*/

.daydate,
table.dates,
.html,
.overall,
.tblnorm,
table.tblsmall,
.thumbs,
td.tblsmall02,
.tblnorm01,
.tblnorm02,
.tblnorm00,
.content,
.topmenu {
    border: 0px solid #ccc;
}

td.tblsmall02,
.tblnorm02 {
    border-top: 0px solid gray;
}

.topmenu {
    border-left: 0px solid gray;
    border-right: 0px solid gray;
}


/* colors --------------------------------------------------*/

TEXTAREA,
INPUT,
SELECT,
BODY,
td.tblsmall01,
td.tblsmall02,
.tblnorm00,
.bottommenu {
    color: black;
}

.desc {
    color: #088;
}

A,
.share {
    color: blue;
}

.emph,
A:hover {
    color: #0ff;
}

#fileinput #anhang {
    color: #555;
}

.cnthead,
.topmenu {
    color: white;
}

TEXTAREA,
INPUT,
SELECT,
BODY,
.topmenu, 
.footer {
    background-color: white;
}

.tblnorm00,
td.tblsmall01,
td.tblsmall02,
.content,
.submenu {
    background-color: #eee;
}

.tblnorm01 {
    background: rgba(196, 196, 196, .5);
}

.tblnorm02 {
    background: rgba(144, 144, 144, .5);
}

.bottommenu {
    background-color: transparent;
}

.cnthead {
    background-color: #ccc;
}

.topmenu {
    font-size: 11px;
    font-weight: bold;
}

.center {
    background-image: url(https://www.frankenbueffel.de/img/page/overall/bueffel3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}