/* Last modified: 2008-04-17 */

.left {
    float: left;
    margin-right: 10px;
}

div.left {
    padding-right: 10px;
    border-right: 1px solid rgb(183,183,183);
}

ul.struct, ol.struct {
   list-style-type: none;
   padding: 0;
}

ul.struct li, ol.struct li {
   margin: 5px 0;
}

/* ul.articles {
   list-style-type: none;
   padding: 0;
}

ul.articles li {
   margin: 10px 0;
}

ul.articles .date:before {
    content: "Eingestellt am ";
}

ul.articles .date {
    color: gray;
    font-size: 90%;
    font-style: italic;
}

ul.articles .link a {
    font-weight: bold;
    font-size: 110%;
} */

.box {
    border: 1px solid rgb(183,183,183);
    padding: 20px;
    margin: 20px;
}

#articleDate {
    margin-top: 10px;
    color: gray;
    font-weight: bold;
    font-style: italic;
    font-size: 115%;
}

#articleHeadline h1 {
    margin-top: 5px;
}

#articleShortSummary {
    font-size: 130%;
    margin-bottom: 10px;
}

#articleContent {
    padding-bottom: 10px;
}

#breadcrumb {
    font-size: 85%;
    padding: 2px 5px;
    border: solid rgb(183,183,183);
    border-width: 1px 0 1px 0;
}

#breadcrumb a {
    text-decoration: none;
}

h1 {
   margin-top: 25px;
   margin-bottom: 5px;
}

h2 {
   margin-top: 15px;
   margin-bottom: 5px;
}

h3 {
   margin-top: 10px;
   margin-bottom: 5px;
}

h4 {
   margin-top: 5px;
   margin-bottom: 5px;
}

h5 {
   margin-top: 0;
   margin-bottom: 0;
}
