/*  * {border: 1px solid black;} */
/* BLOCK-ELEMENTS */
body {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    text-align: center; /* IE < 6 */
    line-height: 1.5em;
    color: black;
    background-color: #E5E5D3;
}


h1 {
    margin-top: 10px;
    margin-bottom: 2px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    font-family: Georgia, serif;
    color: #7B7363;
/*     background-color: yellow; */
    text-align: center;
}

h2 {
    margin-top: 24px;
    border-top: 1px solid #7B7363;
    padding-top: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 130%;
    font-family: Georgia, serif;
    color: #7B7363;
}

h2.first {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}

h3 {
    font-size:100%;
    font-family: Verdana, sans-serif;
    color: #7B7363;
}

h4 {
    font-size:100%;
    font-family: Verdana, sans-serif;
    color: #7B7363;
}

dd {
    margin: 0 0 1em 0;
}

table {
    font-size: 11px;
}

th{
    color: #7B7363;
    text-align:left;
    vertical-align: top;
}

/* INLINE-ELEMENTS */

a:link { color: red; }
a:visited { color:#380000; }
a:hover { color: red; background: #D9D9C7; }
a[name]:hover {color:inherit; text-decoration:inherit; background:inherit;}


strong {color: #7B7363;}

/* IDs */

#container {
/*    position:relative;  */
   width: 648px;
   height:auto;
   margin-top: 0;
   margin-left: auto;
   margin-bottom: 0;
   margin-right: auto;
   border-left: 2px solid #7B7363;
   border-bottom: 2px solid #7B7363;
   border-right: 2px solid #7B7363;
   padding-top: 9px;
   padding-right: 6px;
   padding-bottom: 8px;
   padding-left: 6px;
   text-align: left;/* IE < 6*/
   color: black;
   background-color: #D9D9C7;
}

#container img {padding-left:12px;}

#content {
/*    position:relative;  */
   width: auto;
   height:auto;
   margin: 0;
   border: 1px solid #848484;
   border-top: 0;
   padding-top: 15px;
   padding-left: 11px;
   padding-right: 11px;
   padding-bottom: 8px;
   color: black;
   background-color: white;
}

#content img {
    border: 1px solid #848484;
    padding: 6px 4px 6px 4px;
}

#content img.karte {
    border: 0;
    padding: 0;
}

#sprachwahl {
    float:right;
    margin: 0;
    padding: 6px 22px 0 0;
    font-size:11px;
    color: #7B7363;
}

#navigation {
   width: auto;
   height: 24px;
   margin: 15px 0 0 0;
   border: 1px solid #848484;
   border-bottom: 0;
}

#navigation table {padding:0; margin:0;}

#navigation a {
    display: block;
    height: 23px;
    border-right: 1px solid #848484;
    border-bottom: 1px solid #848484;
    padding: 0 6px 0 6px;
    font-size: 11px;
    color: red;
    background-color: #E5E5D3;
    text-decoration:none;
    line-height: 21px;
}

#navigation a:hover, #navigation a:active, #navigation a:focus {
     background-color: #D9D9C7;
}
#navigation a#first {
    padding-left: 11px;

}
#navigation a#last {
    border-right: 0;
    padding-right: 11px;
}

#navigation a.current{
    color: black;
    background-color:white;
    border-bottom: 1px solid white;
}

#subnavigation {
    margin: 0;
    border-right: 1px solid #848484;
    border-left: 1px solid #848484;
    padding: 8px 11px 6px 11px;
    background-color: white;
}

#subnavigation ul {
        margin: 0;
        padding: 0;
/*         background-color: red; */
}

#subnavigation li{
        margin: 0;
        padding: 0 4px 0 0;
        display:inline;
        list-style-type:none;
}

#subnavigation a:link, #subnavigation a:visited{
    color:red;
    text-decoration: none;
}

#subnavigation a:hover{
    color:red;
    text-decoration: underline;
}

/* CLASSES */

.trenner{
    padding-top:30px;
    background-image: url("../img/trenner.gif");
    background-repeat: no-repeat;
    background-position: top center;
}
    
.bildquer {
    float:left;
    margin:0 8px 0 0;
    padding: 0;
    width: 200px;
    height: 180px;
    text-align: center;
}

#content .bildquer img{
    margin:0;
    border:0 ;
    padding: 0;
}
.bildhoch {
    float:left;
    margin:0 8px 15px 0;
    padding: 0;
    width: 146px;
    text-align: center;
}
#content .bildhoch img{
    margin:0;
    border:0 ;
    padding: 0;
}
.kapi {text-transform: uppercase;}

.author {font-style: italic;}

.tooltip {
 vertical-align:middle;
}
td {
    vertical-align: top;
}
td.time {
    padding-right: 1em;
    width: 130px;
    text-align: right;
}

.info {
    margin-bottom: 2em;
    border-top: 1px solid #7B7363;
    border-bottom: 1px solid #7B7363;
    padding-left: 1em;
    padding-right: 1em;
    background: #E5E5D3;
}

.info h2 {
    margin-top: 1em;
    border-top: none;
}

/* (en) alternative solution to contain floats */
/* (de) Alternative Methode zum Einschliessen von Float-Umgebungen */
.floatbox { display:table; width:100%; }

