/*Angezeigter Teil*/
body
{
font-family:Verdana,Arial,sans-serif;
font-size:16px;
margin:0px;
padding:0px;
}
.center
{
text-align:center;
}
/*Justus-von-Liebig-Logo in der oberen rechten Bildschirmecke.*/
a.logo
{
display:none;
}
div.xhtml
{
display:none;
}
div.css
{
display:none;
}
/*Navigationsmenu an der linken Seite*/
div.seite
{
display:none;
}
/*Hauptteil*/
div.haupt
{
z-index:5;
border-style:none;
border-width:0px;
left:0px;
padding:20px 20px 20px 20px;
position:absolute;
right:0px;
text-align:justify;
top:0px;
}
div.bilder
{
margin:20px;
}
div.haupt h1, div.bilder h1, body > h1
{
border-color:silver;
border-style:solid;
border-width:2px;
font-size:30px;
padding:2px;
text-align:center;
}
div.haupt h2, body > h2, div.bilder h2
{
border-color:silver;
border-style:solid;
border-width:0px 0px 2px;
font-size:20px;
text-align:left;
}
div.haupt h3, body > h3, div.bilder h3
{
border-color:silver;
border-style:solid;
border-width:0px 0px 1px;
font-size:18px;
text-align:left;
}
div.haupt h4
{
border-color:silver;
border-style:solid;
border-width:0px 0px 1px;
font-size:16px;
text-align:left;
}
div.haupt h5
{
border-color:silver;
border-style:solid;
border-width:0px 0px 1px;
font-size:14px;
text-align:left;
}
div.haupt a, div.bilder a
{
color:black;
font-weight:bold;
text-decoration:none;
}
/*Textformatierungen*/
div.bilder p:first-letter
{
font-weight:normal;
}
p:first-letter
{
font-weight:bolder;
}
/*Tabellen*/
table
{
border-color:silver;
border-spacing:1px;
border-style:solid;
border-width:2px;
width:100%;
}
table.anderes td
{
border-color:silver;
border-style:solid;
border-width:1px;
empty-cells:show;
padding:3px;
}
table caption
{
font-weight:bold;
}
table tr.grau
{
background-color:#eeeeee;
}
/*-------------------------------------------------------------------------------------------*/
/*Navigationsleiste*/
ul.menu
{
display:none;
}
hr
{
display:none;
}
div.logos
{
display:none;
}
#footer {
display:none;
}

