/**
 * Project: Druckausgabe der uni-bayreuth-Website
 * File: print.css
 *
 * Copyright (c) 2008 Universitaet Bayreuth
 *
 * Project owner:
 * Universitaet Bayreuth
 * 95440 Bayreuth, Germany
 * http://www.uni-bayreuth.de/
 *
 * @copyright 2008 clkm - cornelia lange
 * @author Cornelia Lange
 *
**/

#header, #sprungmarken, #topnavi, #breadcrumb, #left, #fusszeile, #info, #kopfzeile, #bayceerkeil, #bildlinks { display: none; }
#printlogo { text-align: right; }

body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif;
}
h1 {
font-size: 14pt;
color: #038a5e;
background: #fff;
}
h2 {
font-size: 12pt;
}
h3, h4, h5 {
font-size: 10pt;
}
a {
color: #000;
}

/* Formatierungen #content */
#main p, #main li {
font-size: 10pt;
line-height: 150%;
}
#main p span {
line-height: normal;
}
/*
#content p {
margin: 10px 0;
}
#content ul {
list-style: none;
margin: 8px 0;
}
#content li {
padding: 0;
margin: 0 0 5px 0;
background: transparent;
}
*/
/* Allgemeine Klassen */

.bildrechts240 {
float: right;
width: 240px;
margin: 5px 0 10px 30px;
}
.bildlinks240 {
float: left;
width: 240px;
margin: 5px 30px 10px 0;
}
.bildrechts160 {
float: right;
width: 160px;
margin: 5px 0 10px 30px;
}
.bildlinks160 {
float: left;
width: 160px;
margin: 5px 30px 10px 0;
}
.bildrechts240 span, 
.bildlinks240 span, 
.bildrechts160 span, 
.bildlinks160 span {
font-size: 80%;
padding: 0;
margin: 0;
line-height: normal;
font-weight: bold;
}
.seitenbild {
margin-top: 15px;
}
.bildrechts {
float: right;
margin: 5px 0 10px 30px;
}
.bildlinks {
float: left;
margin: 5px 30px 10px 0;
}
.notopmar {
margin-top: 0;
}
.invisible {
position: absolute;
top: -100em;
left: -2000em;
}
.startseitenbild {
overflow: hidden;
}
.absatztrenner {
clear: left;
}

/* IE-Hacks fuer IE 6 */

* html #left, 
* html #info, 
* html #inhalt { 
word-wrap: break-word; 
}


