/* GLOBAL RESET ------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 5;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}

html {
        height: 100%;
        }

body {
        line-height: 1;
        font-size: 75%; /* So entspricht 1em 12px */
        font-family: "Calibri", "Arial", sans-serif;
        text-align: center;
        }

ol, ul {list-style: disc;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}

table {        /* Achtung: tables brauchen trotzdem 'cellspacing="0"' im html! */
        border-collapse: collapse;
        border-spacing: 50;
}




/* TYPOGRAFIE ------------------------------------------------------------------------------ */

h1 {
        font-size: 30px;
        text-align: center;
              }

#header .subtitle {
        font-size: 20px;
        }

#header p {
        font-size: 15px;
        font-weight: bold;
        }

.clear {
        clear: both;
        }

h2 {
        font-size: 20px;
        text-align: center;
        }

h3 {
        font-size: 18px;
        text-align: left;
        font-weight: bold
        }
h4 {
        font-size: 16px;
        text-align: center;
        }

h5 {
        font-size: 14px;
        text-align: left;
        font-weight: lighter
        }

#nav li a {
    font-size: 15px;
    font-weight: bold;
        }

#content {
    font-size: 15px;
        }

div {
        text-align: left;
        }

p {
       margin-bottom: 10px;
        }
#p1    {
       margin-left: 10px;
        }

#p2    {   padding-left: 20px;
           }
#p3    {   padding-left: 50px;
           }

li {   padding-left: 5px;
           }

.centered {
        width: 460px;
        text-align: center;
        }

#sidebar{
    font-size: 15px;
    font-weight: bold;
    color: white;
}

#footer {
    font-size: 15px;
    text-align: center;
}

/* LAYOUT -------------------------------------------------------------------------------------------- */

#wrapper {
        width: 1280px;
        overflow: hidden;
        margin: 0 auto;
        background-color: #0174DF;
        }

#header {
        text-align: center;
        height: 123px;
        top: 0px;
        width: 100%;
        }

#logo-conf {
    overflow: hidden;
    float: left;
    width: 200px;
    padding-left: 22px;
    padding-top: 5px;
}

h1 {
        text-align: center;
        float: none;
        }

#sitetitle {
        text-align: center;
        float: left;
        width: 800px;
        }

#unilogo {
    overflow: hidden;
    float: right;
    width: 193px;
    padding-right: 0px;
}

#navigator {
        position:centered;
        width:1280px;
        height:21px;
        z-index:1;
        left: 128px;
        top: 99px;
        background-color: #0B3861;
        layer-background-color: #0B3861;
        border: 1px none #000000;
        }

#nav {
        width: 220px;
        float: left;
        padding: 5px 5px 5px 5px;
        margin: 0;
        background-color: #0174DF;
        }

#nav a {
    color: #0B3861; background-color: black;
          }

#nav li a {
        display: block;
        height: 20px;
        background-color: #BDBDBD;
        margin: 5px;
        text-decoration: none;
        padding: 5px;
        border: 1px solid black;
        border-left-color: white; border-top-color: white;
        }


#nav li:link {
       color: #0B3861;
       text-decoration:none;
        }

#nav a:active {
        Color: #0B3861;
        text-decoration: none;
        background-color: white;
        display: block;
}
#nav li:hover {
       display:block;
       text-decoration:none;
       border-top: 0 solid #BDBDBD; border-right: 0px solid #BDBDBD;
       background-color: #0B3861;
        }

#content {
        width: 820px;
        float: left;
        background-color: #A9D0F5;
        padding: 10px 10px 10px 10px;
        }

#sidebar {
        width: 185px;
        float: right;
        background-color: #0174DF;
        margin: 5px;
        text-decoration: none;
        padding: 5px 5px 10px 10px;
        }

#sidebar li a {
        display: block;
        height: 20px;
        background-color: none;
        margin: 5px;
        text-decoration: none;
        padding: 5px;
        }

#footer {
    clear: both;
    margin: 0; padding: 0.1em;

    }

#box a {
color:black;
background:none;
font:bold 16px calibri, sans-serif;
text-decoration:none;
display:block;
width:150px;
padding:0px;
border:0px solid black;}

#box a span {display:none;}

#box a:hover span {
position:absolute; top:250px; right:400px; z-index:3;
display:block;
width:300px;
color:black;
background:#ffffff;
font:normal 12px calibri, sans-serif;
border:1px solid black;
padding:10px;}

#box2 b {
color:black;
background:none;
font:bold 16px calibri, sans-serif;
text-decoration:none;
display:block;
width:150px;
padding:0px;
border:0px solid black;}

#box2 b span {display:none;}

#box2 b:hover span {
position:absolute; top:500px; right:000px; z-index:3;
display:block;
width:300px;
color:black;
background:#ffffff;
font:normal 12px calibri, sans-serif;
border:1px solid black;
padding:10px;}

.links {
float: left;
margin-right: 20px;
}

.rechts {
float: right;
margin-right: 20px;
}