/* Angezeigter Teil -------------------------------------------------------------------------- */
body {
	font-family:sans-serif;
	font-size:11pt;
	margin:0px;
	padding:0 0 10px;
}
.center{
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.gross {
	font-size:120%;
}
.klein {
	font-size:80%;
}
.fett {
	font-weight:bold;
}
.kursiv {
	font-style:italic;
}
.datum,
td.ueberschrift,
thead td {
	font-weight:bold;
}
tr.vorbei td{
	color:gray;
}
a {
	text-decoration:none;
	font-weight:bold;
}
.link {
	cursor:pointer;
}
input.submit {
	border:1px solid;
}
.rechts {
	float:right;
	margin: 0 0 10px 10px !important;
}
.links {
	float:left;
	margin:0 10px 10px 0 !important;
}
.kommentar {
	font-size:60%;
	text-align:right;
}
/* Justus-von-Liebig-Logo in der oberen rechten Bildschirmecke ------------------------------- */
.logo{
	display:block;
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:0px;
	height:50px;
	text-decoration:none;
}
/* Navigationsmenu an der linken Seite ------------------------------------------------------- */
div.seite {
	margin:0px;
	padding:70px 5px 25px 5px;
	width:150px;
	float:left;
/*	background-image:url("/pics/ecke.png");
	background-position:bottom right;
	background-repeat:no-repeat;*/
	-moz-border-radius-bottomright:40px;
	-webkit-border-bottom-right-radius:40px;

	border-radius-bottomright: 40px;
	border-bottom-right-radius: 40px;
	-o-border-radius-bottomright: 40px;
	-o-border-bottom-right-radius: 40px;
	-khtml-border-radius-bottomright: 40px;
	-khtml-border-bottom-right-radius: 40px; 
	-icab-border-bottom-right-radius: 40px;
	-icab-border-radius-bottomright: 40px;

	-moz-border-bottom-right-radius: 40px;
	-webkit-border-radius-bottomright: 40px;
}
div.seite h1 {
	font-size:24pt;
	position:absolute;
	top:85px;
	left:5px;
	margin:0;
}
div.seite ul {
	list-style-type:none;
	padding:0;
}
div.seite ul li {
	padding-top:3px;
}
div.seite a {
	display:block;
}
div.seite p#verwaltung {
	font-size:70%;
}
/* Hauptteil --------------------------------------------------------------------------------- */
div.haupt{
	padding:50px 20px 0 180px;
	text-align:justify;
}
div.haupt h1 {
	border-style:solid;
	border-width:2px;
	font-size:22pt;
	padding:2px;
	text-align:center;
}
div.haupt h2 {
	border-style:solid;
	border-width:0 0 2px;
	font-size:15pt;
}
div.haupt h3 {
	border-style:solid;
	border-width:0 0 1px;
	font-size:13pt;
}
div.haupt h4 {
	border-style:solid;
	border-width:0 0 1px;
	font-size:12pt;
}
div.haupt h5 {
	border-style:solid;
	border-width:0 0 1px;
	font-size:11pt;
}
div.haupt a.bildlink {
	border-style:none;
}
div.haupt a.bildlink img {
	padding:2px;
	margin:1px;
	border:solid 2px;
}
div.haupt a.bildlink:hover {
	background-color:transparent;
}
div.haupt ul li {
	margin-bottom:5px;
}
hr {
	border-style:none;
	height:1px;
}
/* Textformatierungen ------------------------------------------------------------------------ */
.kapital:first-letter {
	font-weight:bolder;
}
em em {
	font-style:normal;
}
strong.sieger {
	display:block;
	padding:0 40px;
}
em.preise {
	display:block;
	padding:0 40px 0 200px;
	font-size:80%;
}
div.haupt ul.abstand li {
	margin-bottom:10px;
}
/* Tabellen ---------------------------------------------------------------------------------- */
table.anderes {
	margin:2px 0;
	border-spacing:1px;
	border-style:solid;
	border-width:2px;
}
table.anderes td,
table.anderes th {
	border-style:solid;
	border-width:1px;
	empty-cells:show;
	padding:3px;
}
table caption {
	font-weight:bold;
}
table * {
	vertical-align:top;
}
/*Navigationsleiste -------------------------------------------------------------------------- */
ul.menu {
	background-position:bottom right;
	background-repeat:no-repeat;
	border-style:solid none;
	border-width:1px;
	height:20px;
	margin:0px;
	padding:0px;
        white-space:no-wrap;
        overflow:auto;
}
/* Menufelder erster Ordnung ----------------------------------------------------------------- */
ul.menu li {
	border-style:none solid none none;
	border-width:1px;
	display:block;
	float:left;
	font-size:9pt;
	margin:0;
	padding:0;
	vertical-align:middle;
	height:20px;
}
ul.menu li a {
	display:block;
	height:16px;
	padding:2px 5px;
	float:left;
}
ul.menu > li:first-child {
	border-style:none solid none;
	margin-left:20px;
}
ul.menu li ul {
	border-style:solid;
	border-width:1px;
	display:none;
	padding:0;
	margin:20px 0px 0 -1px;
	position:absolute;
	z-index:10;
}
/* Menufelder zweiter Ordnung ---------------------------------------------------------------- */
ul.menu li:hover ul {
	display:block;
}
ul.menu  ul li {
	border-style:none;
	display:block;
	float:none;
	white-space:nowrap;
}
ul.menu ul a {
	padding:2px 10px;
	float:none;
}
#ticker, noscript #tickernojs {
	position:absolute;
	left:200px;
	top:75px;
	font-family:monospace;
	text-align:center;
	white-space:pre;
	font-weight:bold;
	font-size:20px;
}

#footer {
	display:none;
	position:fixed;
	bottom:0;
	right:20px;
	left:180px;
	padding:0;
	height:1.5em;
	border-style:solid none none;
	border-width:1px;
	font-size:70%;
	background-color:white;
}
.deleted {
	text-decoration:line-through;
}
