/* clkm - cornelia lange http://www.clkm.de/  */
* {
margin: 0;
padding: 0;
}
html, body, img, fieldset {
border: 0 solid;	
}
/* elements */
body {
font: 94% Arial, Helvetica, sans-serif;
background: #fff;
}
strong, b {
font-weight: bold;
}
abbr, acronym {
cursor: help;
border-bottom: 1px dashed #CCD8E0;
}

/* Zentrale Schriftgroessen-Formatierung */
/* Die h1 steht fuer den Bereich der Universitaet im Kopf der Seite - links neben Kontakt/Impressum */
h1 {
font-size: 1.2em;
color: #F3B231;
padding: 25px 22px 20px 243px;
z-index: 500;
}

h2 {
font-size: 1.2em;
}
h3 {
font-size: 1em;
}
h4 {
font-size: 0.90em;
}
h5, h6, p, a, li, input {
font-size: 0.80em;
}
h1 a, h2 a, h3 a, h4 a, p a,  
li h2, li h3, li h4, li p, li a, li li,
input a, label a {
font-size: 100%;
}

/* Zentrale Link-Formatierung */
a, a:link {
color: #00407a;
text-decoration: none;
}
a:hover, a:focus, a:active {
color: #00407a;
background-color: #CCD8E0;
text-decoration: none;
background-image: none;
}
/* um die Deklaration im NN4 zu ueberschreiben */
a img {				
color: inherit;
background: transparent;
}
a:hover img, a:focus img, a:active img {
background: transparent;
}

h1 a, h2 a, h3 a, h4 a {
text-decoration: none;
}

/* derzeit ohne Funktion. Einsetzbar, um die Seite mit einer festen Breite zu versehen und den Inhalt zu zentrieren. */
#alles {
color: #00407a;
background: #fff;
}

/* Kopfbereich mit Logo und Grafiken */
#logo1 {
width: 100%;
height: 47px;
}
#logo1 {
height: 137px;
background: transparent url(../img/main/uni-bamberg-skyline-startseite.gif) 100% 15px no-repeat;
min-width: 770px;
}
#logo1 a, #logo1 span {
position: absolute;
top: 12px;
left: 90px;
display: block;
}
#logo1 a:hover {
background: transparent;
}
#logo1 a:hover img, 
#logo1 a:focus img, #logo1 a:active img {
background: transparent;
}

/* Standortleiste */

/* Umschliesst die rechte und mittlere Spalte */

#container {
margin: 0 0 0 230px;
padding: 1em 0 0 0;
background: transparent;
clear: both;
}
#leistungen {
padding: 20px 0 0 40px;
}
#inhalt {
clear: both;
margin: 0 0 0 0;
min-width: 760px;
}
/* Umschliesst die gesamte rechte Spalte */
.aktuell {
float: left;
display: block;
width: 370px;
margin: 0 10px 0 0;
}

/* Die Ueberschrift h2 'Aktuell' dient zur Seitenorientierung für Screenreader-Benutzer */
.aktuell h2, .aktuell h3 {
padding: 2px 0 2px 10px;
margin: 0;
color: #F3B231;
font-weight: bold;
font-size: 80%;
}
/* Einrueckung der Ueberschriften in den Leistungsbereichen */
.aktuell h4.info {
padding-left: 3px;
}
.aktuell a {
padding: 1px 0;
}
.aktuell .newsa, .aktuell .newsb {
padding-bottom: 2px;
border-top: 2px solid #fff;
}
.aktuell .newsa {
background: #E5EBEF;
color: #00407a;
}
.aktuell .newsb {
background: #CCD8E0;
color: #00407a;
}
.aktuell p.datum {
padding: 2px 0 0 3px;
border-top: 3px solid #CCD8E0;
}
.aktuell .newsa p.datum, 
.aktuell .newsb p.datum, 
.aktuell .newsa h4.datum, 
.aktuell .newsb h4.datum {
border-top: 0 none;
} 
.aktuell h4, #left h4 {
font-size: 80%;
padding: 0 0 0 3px;
color: #00407a;
clear: left;
color: #00407a;
}
.aktuell p, #left p { 
font-size: 80%;
padding: 0 10px 2px 3px;
line-height: 130%; 
}
.aktuell p img, #left p img {
float: right;
margin: 5px 0 0 5px;
border: 1px solid #CCD8E0;
padding: 1px;
background: #fff;
}
.aktuell ul {
list-style: none;
padding: 10px 0 0 0;
}


.aktuell .box a.intern {
display: block;
text-decoration: underline;
}

.aktuell li a:hover, 
.aktuell li a:active, 
.aktuell li a:focus  {
color: #00407a;
background: #CCD8E0;
}

.aktuell .box { 
display: block;
border: 1px solid #CCD8E0;
padding: 2px;
margin: 0 0 7px 0;
}
.aktuell .akver p {
border-top: 3px solid #ccd8e0;
margin: 2px 5px 2px 5px;
padding: 2px 0 0 0;
}

/* mittlere Inhaltsspalte */

/* Allgemeine Klassen */
.skip {
position: absolute;
left: -2000em;
height: 0;
}

.clearb {
clear: both;
}
.clearl {
clear: left;
}
.clearr {
clear: right;
}
.fleft {
float: left;
margin: 5px 10px 10px 0;
}
.fleft_liste {
float: left;
margin: 5px 30px 10px 0;
}
.fright {
float: right;
margin: 5px 0 10px 10px;
}
.rebuendig {
border-top: 3px solid #ccd8e0;
text-align: right;
padding: 2px 5px;
}
teaser {
font-size: 120%;
color: #F3B231;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: left; 
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
.aktuell .clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .aktuell .clearfix {height: 1%;}
/* End hide from IE-mac */


