/* -*- mode: css -*- */
html {
  font-family: Optima, Calibri, 'MgOpen Cosmetica', 'URW Classico L', 'MgOpen Moderna', Candara, Palatino, 'Palatino Linotype', 'Book Antiqua', 'URW Palladio L', 'Gentium Alt', 'Gentium', Geneva, 'Trebuchet MS', Georgia, sans-serif;
}
h1 {
    padding-left: 15%;
    padding-right: 15%;
    color: #999999;
    text-align: center;
    line-height: 130%;
}
.subtitle {
    font-size: smaller;
    text-align: center;
}
.subsubtitle {
    font-size: x-small;
    text-align: center;
}
body {
    font-family: sans-serif;
}
#content {
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
}
a {
    color: #444444;
}
a:visited {
    color: #888888;
}
a:hover {
    color: #666666;    
}
hr {
    height: 1px;
}
hr.header-separator {
    margin-top: 20px;
    height: 1px;
    width: 60%;
    Display: none;
}
hr.header-line {
    height: 1px;
    width: 60%;
    display: none;
}
h2 {
    font-size: large;
    text-align: center;
}
h2.lehrstuhl-titel > img {
    padding-left: 20px;
    padding-right: 20px;
}
.lehrstuhl-titel-text {
    /* font-size: smaller; */
    vertical-align: top;
    display: inline-block;
    background-color: #fff;
    outline: 1px solid silver;
    padding: 10px 10px 10px 10px;
}
.lehrstuhl-inhaber {
    /* font-size: larger; */
    font-weight: 500;
}
div#navigation h2 {
    display: none;
}
div#navigation ul {
    text-align: center;
    /* width: 60%; */
    margin-left: 15%;
    margin-right: 15%;
    /* width: 100%; */
    /* position: absolute; */
    /* left: 50px; */
    /* right: 50px; */
    /* word-spacing: 1em; */
    display: block;
    outline: 1px solid silver;
    background-color: #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-type: none;
}
div#navigation li {
    display: inline;
    /* padding-left: 20px; */
    padding-right: 40px;
}
#google-group-invitation img {
    outline: 1px solid #e0e0ff;
    padding: 5px 5px 5px 5px;
    background-color: #fff;
}
#google-group-invitation {
    text-align: center;
    /* outline: 3px double silver; */
    outline-style: double;
    outline-color: silver;
    padding: 10px 10px 10px 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #f8f8ff;
}
.news-article {
    margin: 1em 0 0 0;
    border: 1px solid #aaa;
    //padding: 0.5em 0.5em 0.5em 0.5em;
    text-align: justify;
}
.news-article-header {
    padding: 0.5em 0.5em 0.5em 0.5em;
    border-bottom: 1px solid #ddd;
}
.news-article-date {
    padding: 0.5em 0.5em 0.5em 0.5em;
    font-style: italic;
    padding-right: 0.5em;
}
.news-article-heading {
    padding: 0.5em 0.5em 0.5em 0.5em;
    display: inline;
    font-size: large;
    font-weight: bold;
    border-left: 1px solid #ddd;
    padding-left: 0.5em;
}
.news-article-body {
    margin-left: 0.5em;
    margin-right: 0.5em;
}
