html
{
    margin: 0;
    padding: 0;
    font-size: medium; /*Basis Schriftgroesse*/
}

body
{
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    background-color: #224484;
    background-image: url(../images/background2.jpg);
    background-position: top left;
    background-repeat: repeat-y;
    font-size: 100.01%;
    width: 100%;
    height: 100.01%;
    min-width: 750px;
}
@media print
{
    body
    {
        background-image: none;
        background-color: White;
    }
}
#head
{
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0;
    background-color: #ccc; /*Grau der Uni Website; statt: #f5f4eb;*/
    position: relative;
}
@media print
{
    #head
    {
        display: none;
    }
}
/*Neu: Auszeichnung des Site-Titels*/
#siteTitle
{
    text-align: center;
    margin: 0;
    padding: 10px 0 0 170px;
    color: #183f72;
    background-color: Transparent;
    font-size: 120%;
    width: 20em;
    margin: auto;
}

#band
{
    width: 100%;
    height: 49px;
    background: url(../images/wolken.jpg);
}
@media print
{
    #band
    {
        display: none;
    }
}
/*Formatiert das Bild auf der Willkommenseite*/
#headline
{
    width: 800px;
    height: auto;
    margin: 60px auto;
    text-align: center;
}

@media print
{
    #headline
    {
        display: none;
    }
}
h1.headlineText
{
    display: none;
}
@media print
{
    h1.headlineText
    {
        color: Black;
        font-family: Arial, "Unicode MS";
        font-size: 16pt;
        text-align: center;
        display: block;
    }
}
.centered_page
{
    width: 90%;
    margin: 2em auto;
}
.lnkLogo
{
    position: absolute;
    left: 10px;
    top: 10px;
}
.lnkIIALogo
{
    position: absolute;
    right: 10px;
    top: 5px;
}
/*Neu: Format der Seitenberschrift*/
h1.headline
{
    background-image: url(../images/symbol.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 2em;
    padding: 0 0 0 1em;
}
@media print
{
    h1.headline
    {
        background: none;
        padding: 0;
    }
}
#navigation
{
    margin: 0;
    padding: 0;
    width: 120px; /*170px;*/
    position: absolute;
    left: 0; /*5px;*/
    top: 170px;
    z-index: 100;
}
#navigation .LanguageSelection
{
    width: auto;
    margin: 0 auto;
    font-size: small;
    padding-bottom: 10px;
    text-align: center;
}
#navigation li a
{
    color: #c0c0c0; /*Silver*/
    font-weight: bold;
}
@media print
{
    #navigation
    {
        display: none;
    }
}
#content
{
    margin-left: 170px;
    width: auto;
    position: relative;
    padding: 0 2em;
    color: #c0c0c0; /*Silver*/
}
@media print
{
    #content
    {
        margin: auto;
        color: Black;
    }
}
#content p, #content table, #content table td, #content li, #content dt
{
    font-size: 0.9em;
}
#content dt
{
    font-weight: bold;
}
#content dd
{
    font-size: 0.8em;
    margin-bottom: 0.8em;
}
#content dd p.bibitem
{
    font-size: inherit;
}
#content dd ul li
{
    font-size: inherit;
}
#content dd .Anmerkung
{
    margin: 5px 10px;
    font-size: 0.9em;
}
#content .Abschnitt
{
    border-top: 1px solid;
}
#navigation a
{
    text-decoration: none;
    color: #0404b2;
    font-size: 12px;
}
td
{
    vertical-align: top;
}
table.standard
{
    width: 90%;
    border: 1px solid gray;
    border-collapse: collapse;
}
table.standard td
{
    vertical-align: top;
    border: 1px solid #ccc;
    padding: 2px 3px 2px 3px;
}
table.standard th
{
    background-color: #f5f4eb;
    font-size: small;
    padding: 5px;
}
#content p.adresse
{
    width: 80%;
    margin: 1em auto;
    text-align: center;
    background-color: #f5f4eb;
    font-size: small;
}
a
{
    text-decoration: none;
}
a.pdf, a.rtf, a.www, a.htm, a.swf, a.img, a.mail, a.rss
{
    padding-left: 23px;
    background-position: left top;
    background-repeat: no-repeat;
}
a.pdf
{
    background-image: url(../images/pdf_small.gif);
}

a.rtf
{
    background-image: url(../images/rtf_small.gif);
}
a.www
{
    background-image: url(../images/www_small.gif);
}
a.htm
{
    background-image: url(../images/aspx_small.gif);
}
a.swf
{
    background-image: url(../images/swf_small.gif);
}
a.img
{
    background-image: url(../images/img_small.gif);
}
a.mail
{
    background-image: url(../images/mail2.gif);
}
a.more
{
    font-style: italic;
    font-weight: bold !important;
}
a.none
{
}
a.rss
{
    background-image: url(../images/rss_15x15.gif);
}
a:link
{
    color: #b0e0e6; /*PowderBlue; statt:#0000ff;*/
    font-weight: normal;
}

@media print
{
    a:link
    {
        color: #0000ff;
        text-decoration: underline;
    }
}
a:visited
{
    color: #b0e0e6; /*PowderBlue; statt:#400080;*/
    font-weight: normal;
}
a:hover
{
    text-decoration: underline;
    color: #b0e0e6; /*PowderBlue; statt:#0080c0*/
    font-weight: normal;
}
a:active
{
    color: White;
    font-weight: normal;
}
h1, h2, h3, h4, h5
{
    font-family: Arial, Helvetica, sans-serif;
}
h1
{
    font-size: 130%;
}
h2
{
    font-size: 110%;
}
h3
{
    font-size: 104%;
}
h4
{
    font-size: 100%;
}
h5
{
    font-size: 90%;
}
td
{
    vertical-align: top;
}
ul li
{
    list-style-image: url(../images/circle.gif); /*raute.gif*/
    text-align: left;
}
ul ul li
{
    list-style-image: url(../images/square2.gif); /*square.gif*/
}

@media print
{
    ul li, ul ul li
    {
        list-style-image: none;
    }
}
#navigation ul
{
    padding: 0.5em 1em;
}

#navigation ul li
{
    list-style-type: none;
    list-style-image: none;
}
.grey
{
    background-color: #f5f4eb;
}

.block
{
    text-align: justify;
}
#events div.event
{
    width: 90%;
    margin: 0 auto 1em auto;
    border: 1px solid gray;
    border-right-width: 3px;
    border-bottom-width: 3px;
    padding: 6px;
}
#events p.date
{
    font-weight: bold;
    margin: 0.5em 0 0.5em 0;
    padding-bottom: 3px;
    border-bottom: 1px solid lightgrey;
}
#events p.speaker
{
    font-size: 0.95em;
    margin: 0;
    font-variant: small-caps;
}
#events p.panel
{
    margin: 0;
}
#events p.series
{
    font-size: 0.95em;
    font-weight: bold;
    margin: 0.5em 0;
}
#events ul.panel
{
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
}
div.event ul.panel li
{
    list-style-type: none;
    list-style-image: none;
}
#events p.topic
{
    font-size: 0.95em;
    font-weight: bold;
    margin: 0.5em 0;
    border: none;
}
td.member
{
    width: 30%;
}
td.subject
{
    width: 40%;
}
td.location, td.phone
{
    width: 15%;
}
dl.links
{
    width: 70%;
    margin: auto;
    border: 1px solid gray;
    border-right-width: 3px;
    border-bottom-width: 3px;
    padding: 1em;
}
dl.links .link
{
    margin-bottom: 0.5em;
    border-bottom: 1px dotted #ccc;
}
dl.links dt
{
    margin-bottom: 0.5em;
}
dl.links dd
{
    margin-bottom: 0.5em;
}
dl.links dd p.titel, span.titel
{
    font-weight: normal; /* margin: 0 0 0.5em 0;*/
}
dl.links dd p.speaker, span.speaker
{
    font-variant: small-caps;
    font-weight: normal;
    margin: 0;
}
dl.links dd p.daten
{
    margin: 0;
}
dl.links dd blockquote
{
    text-align: justify;
}
dl.links dt.bibitem
{
    padding-left: 1.5em;
    text-indent: -1.5em;
}

div.filmreihe p
{
    text-align: justify;
    font-size: smaller;
    padding: 0 2em;
}
div.filmreihe h2
{
    font-size: 1.2em;
    text-align: center;
}
div.filmreihe h3
{
    font-size: 1.0em;
    text-align: center;
}
dl.links dd ul li
{
    list-style-image: url(../images/square2.gif); /*raute.gif*/
    text-align: left;
}
@media print
{
    dl.links dd ul li
    {
        list-style-image: none;
    }
}
.semester
{
    font-weight: bold;
    color: #003399;
    margin-bottom: 0.5em;
}
p.dozent
{
    margin: 0.5em 0 0 0;
    font-variant: small-caps;
}
p.veranstaltung
{
    margin: 0;
    font-weight: bold;
}
p.zeit
{
    margin-top: 0;
}
p.bibitem
{
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-bottom: 0;
    margin-top: 5pt;
}
img
{
    border: none;
}
img.portrait
{
    float: left;
    margin: 0 16px 2px 0;
    border: 1px solid #c0c0c0;
    border-right-width: 2px;
    border-bottom-width: 2px;
}
dl.lesung dd img
{
    border: 1px solid #aaa;
    border-right-width: 2px;
    border-bottom-width: 2px;
}
dl.lesung dt
{
    border-bottom: 1px solid #ccc;
    margin: 1em 0;
    clear: both;
}
dl.lesung dd.photo
{
    float: left;
    width: 27%;
    margin-left: 0;
    margin-bottom: 1em;
}
dl.lesung dd.topic
{
    float: left;
    margin-bottom: 1em;
    width: 63%; /* 27+63=90% siehe "centered_page" */
}
dl.lesung dd.topic p.speaker
{
    font-variant: small-caps;
    font-size: 1.1em;
}
dl.lesung dd.topic ul.panel li
{
    list-style-type: none;
    list-style-image: none;
}
div.interview p .person
{
    font-variant: small-caps;
    font-weight: bold;
    font-size: 1.2em;
}
.addinfo
{
    color: white; /*background-color: #10386c;*/
    font-size: 0.8em; /*font-variant:small-caps;*/
}
table.crisscross
{
    text-align: left;
    width: 600px;
    font-weight: bolder;
    margin: 1em 0 0 2em;
}
.clearall
{
    clear: both;
}
.description
{
    font-size: 0.9em;
}
.flvplayer
{
    margin: auto;
    padding: 10px;
    background-color: #ffe;
    border: 2px ridge #173f72;
}
.ddlRes
{
    margin: 10px 0 0 10px;
    color: #ffe;
    background-color: #001;
}
div.illustrationRight
{
    clear: right;
    float: right;
    margin: 10px;
}
div.illustrationLeft
{
    clear: left;
    float: left;
    margin: 10px;
}

#rss
{
    margin: auto;
    width: 70%;
    max-height: 20em;
    background-color: #173f72;
    border: 2px solid black;
    padding: 10px;
    overflow: auto;
    text-align: left;
}
#rss p
{
    text-align: left;
}
#rss .title
{
    text-align: left;
}
#rss .subTitle
{
    margin-bottom: 0.5em;
    text-align: center;
}
#rss .footer
{
text-align: right;
font-size: xx-small;
}
/*
#topnews
{
    background-color: #173f72;
    text-align: center;
    font-size: larger;
    padding: 2px 1em 2px 1em;
    border: solid 1px #ccc;
    border-right-width: 2px;
    border-bottom-width: 2px;
    width: 50%;
    margin: 30px auto 0 auto;
}
#topnews ul li
{
    list-style-type: none;
    list-style-image: none;
    margin: 0 0 0.5em 0.5em;
}
*/
@media screen
{
    .hiddenLink, .hiddenlink
    {
        display: none;
        visibility: hidden;
    }
}
@media print
{
    .hiddenLink, .hiddenlink
    {
        display: inline;
        visibility: visible;
    }
}

