@import url(table.css);

@import url(menu.css);

@import url(editor.css);

@import url(ssd.css);

body {
    background-color: #ff8400;
    height: 100%;
    padding: 1.5em 0;
}

a:link { color: #000; }
a:hover { color: #000; }
a:visited { color: #000; }

.cleaner {
        clear:both;
        height:1px;
        font-size:1px;
        border:none;
        margin:0; padding:0;
        background:transparent;
}

div,h1,h2,td,ul,li {
    font-family: Verdana, sans-serif;
    color: #000;
    font-size: 7.5pt;
    vertical-align: top;
    line-height: 1.8em;
}

h1 {
    font-size: 9.5pt;
    font-weight: bolder;
    color: #c33700;
}

h2 {
    font-size: 9pt;
    color: #c33700;
    margin-top: 10px;
    font-weight: normal;
}

h3 {
    font-size: 8pt;
    color: #c33700;
    margin-top: 5px;
    font-weight: normal;
}

h4 {
    font-size: 7.5pt;
    color: #c33700;
    margin-top: 3px;
    font-weight: bold;
}

a {
    color: #000;
}

hr {
    background-color: transparent;
    font-size: 1pt;
    line-height: 1px;
    height: 0.1em;
    border: none;
    border-top: 1px solid #440000;
    width: 100%;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
}

.contentImage_left {
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}

.contentImage_right {
    float: right;
    padding-left: 5px;
    padding-bottom: 10px;
}

#container {
    background-color: #ffea00;
    width: 80em;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    background-image: url(/magnoliaAuthor/docroot/fuchsbau/img/bg.jpg);
}

#contentDivHeader {
    width: 80em;
    height: 10em;
    padding: 0;
    border-bottom: 0;
    border-top: 0;
    background-color: #FFCD84;
}

#contentDivLeftColumn {
    float: left;
    width: 16.5em;
    padding-top: 1em;
}

#contentDivMainColumn {
    width: 45.3em;    
    float: left;
    background-color: #fff;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0;
    padding-bottom: 0;
}

#contentDivRightColumn {
    width: 14em;
    float: right;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 0;
}

.rightColumnTitle {
    color: #666;
    font-weight: bold;
    margin-bottom: 1em;
}

.devShowBox {
    background-color: #cccccc;
    padding: 4px;
}

.code {
    font-family: Courier New, monospace;
    font-size: 12px;
}

.searchresult {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.searchresult p {
    margin: 3px 0 3px 0;
}

.searchresult h4,.searchresult a {
    display: block;
    margin-bottom: 2px;
}

.spacer1 {
    margin-bottom: 1em;
}

.spacer2 {
    margin-bottom: 2em;
}

#footer {
    margin-top: 1em;
/*    border-top: 1px solid #999; */
    padding-top: 0.3em;
}

#footer img {
    float: right;
    border: none;
    margin-top: 0.5em;
}

#imgHeader {
    width: 80em;
    height: 10em;
    padding: 0;
    margin: 0;
}

/* breadcrumb */
#topNavigation {
    background-color: #3c8bc4;
    height: 1.8em;
    padding-left: 17.5em;
    color: #fff;
}

#topNavigation a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 7pt;
}
#topNavigation a:hover {
    color: #000;
}
#headerNavigation {
    background-color: #647098;
    height: 1.75em;
}

#headerNavigation a {
    text-decoration: none;
    font-size: 7pt;
    color: #fff;
}

#headerNaviLeft {
    float: left;
    font-size: 7pt;
    color: #b5bad0;
    padding-left: 1em;
}

#headerNaviRight {
    text-align: right;
    padding-right: 1em;
    float: right;
}

.photoGallery {
    text-align: center;
}

.photoGallery img {
    border: 0.1em solid #bababa;
    padding-top: 0.4em;
    padding-left: 0.3em;
    padding-right: 0.3em;
    padding-bottom: 1em;
    background-color: #dadada;
    margin: 0.5em;
}

#caption {
    color: #333;
}

#numberDisplay {
    color: #333;
}


/* wird nur in dev-show verwendet
#contentDivMainColumnTotalWidth {
   left: 217px;
    top: 88px;
    width: 710px;
}
*/


.mp3_title {
    width: 10em;
}

.mp3_player {
}


