/* Ergänzungs-Stylesheet zur Festlegung lokaler Farbeigenschaften */

/* Dateiweite Einstellungen */
body {
color:#000;
background:url(pictures/hintergrund_farbe.png) repeat-y #fff;
}
#header,#unilogo,#unischrift,#bereichszug {
background-color:#5789eb;
}


/* Die Überschriften */
h1,h2,h3,h4,h5,h6 {
color:#66c;
}

/* Die allgemeinen Links */
a:link {
color:#339;
}
a:visited {
color:#069;
}
a:link:focus,a:link:hover,a:link:active,a:visited:focus,a:visited:hover,a:visited:active {
color:#339;
}

/* Das linke Navigationsmenü */
#navigation ul li {
border:1px solid #9cc;
background-color:#fff;
}
#navigation ul li a,#navigation ul li a:link,#navigation ul li a:visited {
color:#000;
background-color:#fff;
}
#navigation ul li a:focus,#navigation ul li a:hover,#navigation ul li a:active {
color:#000;
background-color:#fff;
}
#navigation ul li ul {
list-style-image:url(pictures/bullet.png);
}
#navigation ul li ul li {
color:#000;
background-color:#fff;
border:1px solid #fff;
}
#navigation ul li ul li a,#navigation ul li ul li a:link,#navigation ul li ul li a:visited {
color:#000;
background-color:#ff;
}
#navigation ul li ul li a:focus,#navigation ul li ul li a:hover,#navigation ul li ul li a:active {
color:#66f;
background-color:#fff;
}

/* Zusätzliche Style-Eigenschaften */
.aktuell_veranstaltung {
color:#000;
background-color:#f5f5f5;
border:1px solid #000;
}
td.top_nav {
background-color: #f5f5f5;
font-weight: bold;
}
.aktuell_titel {
background-color:#ebebeb;
color:#000000;
font-size:120%;
font-weight:bold;
text-align:left;
}
.aktuell_abstract {
background-color:#fff;
color:#000000;
font-weight:bolder;
margin-bottom:10px;
font-size: 110%;
}
.aktuell_datum {
background-color:#fff;
color:#339;
font-size:115%;
}
.aktuell_text {
background-color:#fff;
color:#000;
font-size:100%;
}
.aktuell_grafik {
text-align:left;
}
.aktuell_list_titel {
background-color:#ebebeb;
color:#000;
font-size:110%;
text-align:left;
}
.aktuell_list_abstract {
background-color:#fff;
color:#000;
font-size:90%;
}
.aktuell_list_datum {
background-color:#fff;
color:#339;
font-size:90%;
}
table.aktuell_list {
margin:0 0 10px 0;
}

/* Definitionen für Abschlussarbeiten */
#th_name {
font-weight: bold;
background-color:#f0f0f0;
font-size: large;
padding-left: 1em;
margin-top: 1em;
}
#th_titel {
font-weight: bold;
background-color:#f0f0f0;
color: #006561;
padding-left: 2em;
}
#th_zsfassung {
margin-top: 1em;
padding: 1em;
border-left: 1px solid #006561;
border-bottom: 1px solid #006561;
}
#ar_nav {
margin-top:1em;
text-align:center;
font-size: 85%;
}
#ar_nav span.ar_nav_main {
color: #006561;
font-weight: bold;
font-size: 141%;
}
#th_nav {
padding-left:5em;
font-size: 85%;
}
#th_liste  {
display: inline;
list-style-type: none;
padding-bottom: 1em;
}
#th_liste div.th_line1  {
margin-top: 1em;
background-color:#e0e0e0;
}
#th_liste div.th_line2  {
padding-left: 1em;
font-weight: bold;
background-color:#e8e8e8;
}
#th_liste div.th_rest  {
padding-left: 1em;
font-size: small;
background-color:#f0f0f0;
}
.pub_liste {
padding-left: 1em;
margin-top:-0em;
margin-bottom:-0em;
}
.pub_liste ul {
display: inline;
list-style-type: disc;
}
.archiv_liste {
padding-left: 1em;
margin-top:-0em;
margin-bottom:-0em;
}
.archiv_liste ul {
display: inline;
list-style-type: none;
}
.teaser_titel {
float:left;
font-weight:bold;
margin-top:0px;
padding-left:0px;
}

                


