/* ====================================================================
stylesheet für florschuetzdoehnert / Druckversion
Stand: 1. Onlinefassung
Datum: 28.5.09
Datei: druckversion.css
Autorin: Ina Hattebier


====================================================================== */

/* ====================================================================
1. Kalibrierung und allgemeine Styles
====================================================================== */

/* Kalibrierung der wichtigsten Abstände */

* { padding: 0px; margin: 0; }

p, ul, ol { margin-bottom: 1em; } /* Abstand nach unten */

body {
	padding-left: 10px; padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

h3 { 
	font-size: 10pt; 
	font-weight: bold;
	margin-top: 2em; 
}

h1 { visibility: hidden;
	line-height: 0; }

#wrapper {
	position: relative; /* positioniert aber bleibt im fluss */
	background-color: white;
	width: 646px; /* Breite des Inhaltsbereiches */
	margin:  0 auto; 
}

#kopfbereich {
	background-image: url(medien/logoweb.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 0px 0px 28px 28px;
	margin-right: 100px;
}

#navibereich {
	display: none;
}

 li {
	list-style-type: none; /* ohne Aufzählungspunkte */
}

#textbereich {
	width: 391px;
	float: left;
	padding: 28px 28px 60px 28px;
}

#galerie {
	position: absolute;
	top: 240px;
	left: 490px; 
}
	
.galeriebild { 
	margin-bottom: 20px;
}

#fussbereich {
	width: 447px;
	clear: both;
	padding: 50px 0px 15px 28px;
	text-align: left;
}








/* ====================================================================
E N D E  D E S  S T Y L E S H E E T S 
====================================================================== */
