/* Print-Stylesheet für Schriften und Positionierung Assessment-Website */
/* Änderung: 03-12-10 AH - neue Klassen ol,ul,ul.eng*/
/* Änderung: 03-12-08 AH - Schriften linksbünding*/

body {
	background-color: #fff;
	color: #000;
	font: 85%/1.5 Arial, sans-serif;
	margin: 0 2%;
	padding: 0;
	
}


/* Gemeinsame Attribute aller Links */

a {
	font-weight: bold;
}

a:link, a:visited {
	color: #940F0B;
	background-color: transparent;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: underline;
}

/* Semantische Überschrift, Kopf für Textbrowser, Suchroboter und Legacybrowser */

div#textbrowser {
	display: none;
}


/* Rahmen, Logo, Bild, funktionale Navigation
----------------------------------------------------------------*/

div#Rahmen {
	display: none;
	visibility: hidden;
}

div#Logo {
	display: none;
	visibility: hidden;
}

div#Bild {
	display: none;
	visibility: hidden;
}

div#Kopfzeile{
	display: none;
	visibility: hidden;
}

div#kopfzeile p.search {
	display: none;
	visibility: hidden;
}

div#Funktionen{
	display: none;
	visibility: hidden;
}




/* Navigationsleiste
----------------------------------------*/

div#navi {
	display: none;
	visibility: hidden;
}


/* Basic Content Styles
-------------------------------------------------*/

div#content {
	margin-top: 40px;
}

div#content h2 {
	font-size: 120%;
	font-weight: normal;
	margin-top: 1.5em;
	margin-left: 10px;
	background: url(/assessment/bilder/heading-bg.png) no-repeat left bottom;
}

div#content h3 {
	font-size: 107%;
	margin-top: 1.5em;
	margin-left: 10px;
	margin-bottom: 0;
	color: #000;
	background-color: transparent;
}

div#content p {
	margin-left: 10px;
}


div#content p.lastp { /* für Fußzeilen innerhalb eines Beitrages, Artikels */
	font-size: 90%;
	border-top: 1px solid #D8D8D8;
	padding-top: 5px;
}

/* Listen sollen in der Druckversion nicht eingerückt stehen */

div#content ul {
    margin-left: 22px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: justify;
}

div#content ol {
    margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: justify;
}


/* Listen innerhalb der Liste sollen enger zusammen stehen */

div#content ul.eng {
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: justify;
}

/* Sonderformat für Info-Sprungstellen: 09.01.2004 / ah*/

div#content p.infobox {
	text-align: right;
	padding: 4px;		
}


/* Footer
--------------------------------------------------------------------*/

div#footer {
	background: url(/assessment/bilder/footer-bg.png) repeat-x left top #fff;
	font-size: 85%;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 4em;
	margin-bottom: 2em;
}
