/* ==================================
Leichsenring
Datei: print.css
Datum: 26.8.2008

Aufbau:	1. Kalibrierung
		2. Allgemeine Styles
		3. Styles für Layoutbereiche
		4. Sonstige Styles
		========================== */

/* ==================================
	1. Kalibrierung
	============================== */
	
* { padding: 0; margin:0;}
h1, h2, h3, h4, h5, h6, p, ul, ol, table { margin-bottom: 1em;}
ol ul { margin-bottom: 0;}
li { margin-left: 2em;}

/* ==================================
	2. Allgemeine Styles
	============================== */
	
body {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: small;
}
h1 { font-size: 150%;}
h2 { font-size: 130%;}
h3 { font-size: 110%;}
h4 { font-size: 100%;}
h5, h6 { font-size: 110%;}


/* ==============
	Hyperlinks */
	
a {
text-decoration: underline;
}

/* ===================
	Klassen und IDs */
	
.skiplink {
display: none;
}

img.floatRight {
background-color: #FFF;
float: right;
margin-left: 25px;
margin-bottom: 15px;
padding: 3px;
border: 1px solid #DDD;
border-right-color: #AAA;
border-bottom-color: #AAA;
}
img.floatLeft {
background-color: #FFF;
float: left;
margin-right: 25px;
margin-bottom: 15px;
padding: 3px;
border: 1px solid #DDD;
border-right-color: #AAA;
border-bottom-color: #AAA;
}
.clear { clear: both;}
.toplink { text-align: right; font-size: 85%;}
	#content .toplink a { border-bottom: none; padding-right: 16px;}

/* ==================================
	3. Styles für Layoutbereiche
	============================== */

#navibox { 
display: none;
}
#info { display: none;}
	#info p { text-indent: -8000px; text-align: left; display: block; height: 67px; background-image: url(../img/wirvertreiben.gif); background-position: center; background-repeat: no-repeat;}

		#logo #klickpfad { 
		font-size: 85%;
		line-height: 100%;
		padding: 2em 0;
		}
		#logo #klickpfad span { 
		font-size: 150%;
		display: block;
		font-weight: bold;
		line-height: 120%;
		}


/* ==================================
	4. Sonstige Styles
	============================== */
	

.normal { font-weight: normal;}
.klein { font-size: 85%;}
.auszeichnung { font-weight: bold; font-style: italic;}

/* ==================================
	E N D E
	============================== */
