/* Elemente, die nur gedruckt werden sollen */

.PrintOnly
{
display: none;
}

/* Link zu Basisseite */

#institut a
{
	color: #777;
	text-decoration: none;
}

/* Blocksatz für normale Absätze */

p
{
text-align : justify;
}

/* Hervorgehobene Navigationszeile */

#navbox a.marked
{
background: #eee;
}

/* Ergänzungen für tiefere Navigationsebenen */

#navbox dd.Level3 a
{
padding-left: 25px;
}

#navbox dd.Level4 a
{
padding-left: 32px;
}

#navbox dd.Level5 a
{
padding-left: 39px;
}

/* Minimale Höhe für Inhalt festlegen */

#inhalt
{
min-height: 350px;
}

/* Eintrag-Trennung für Info-Spalte */

.linie-unten
{
	border-bottom: 1px dashed #ddd;
}
