/* Print-Stylesheet für Schriften und Positionierung eibe-Website */
/* Änderung: 03-12-10 AH - neue Klassen ol,ul,ul.eng*/
/* Änderung: 03-12-08 AH - Schriften auf 10px linksbündig*/
/* Änderung: 04-01-29 AH - Bilder 3 Spalten */

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;
}

div#Logo {
		display: none;
}

div#Bild {
		display: none;
}

div#Kopfzeile{
	display: none;
}

div#kopfzeile p.search {
	display: none;
}

div#Funktionen{
	display: none;
}




/* Navigationsleiste
----------------------------------------*/

div#navi {
	display: none;
}


/* Basic Content Styles
-------------------------------------------------*/

div#content {
	margin-top: 40px;
}

div#content h2 {
	font-size: 120%;
	margin-top: 1.5em;
	margin-left: 10px;	
	background: url(/eibe/bilder/heading-bg.png) no-repeat left bottom;
}

div#content h3 {
	font-size: 120%;
	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;
}


/* für Bilderpositionierung 3 Spalten gesetzt / ah */

div#bild1 {
    position: relative;
    float: left;
	width: 150px;		
}

div#bild2 {
    position: relative;
	margin-left: 10px;
	float: left;
	width: 160px;	
}	

div#bild3 {
    position: relative;
 	margin-left: 10px;
	width: 160px;	
}


/* Listen sollen in der Druckversion nicht eingerückt stehen */

div#content ul {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;		

    margin-left: 22px;
	margin-bottom: 0px;
	text-align: justify;
}

div#content ol {
    margin-left: 25px;
	margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}


/* Listen innerhalb der Liste sollen enger zusammen stehen */

div#content ul.eng {
	margin-left: 50px;
	margin-bottom: 0px;
	padding: 2px;
	text-align: justify;
}

/* Footer
--------------------------------------------------------------------*/

div#footer {
	background: url(/eibe/bilder/footer-bg.png) repeat-x left top #fff;
	font-size: 85%;
	margin-left: 10px;
	padding-top: 5px;
	margin-top: 4em;
	margin-bottom: 2em;
}