
/* mit folgender CSS-Angabe kann man einen Seitenumbruch beim Print der Webseite erzwingen: page-break-before:always; */

body 				{ font-size: 0.8em;}
a					{ color:#000; text-decoration:underline; outline:none;}


#contentSidebar, #header { display: none;}

div#footerMain		{ padding-top: 50px;}
div#footerMain p	{ line-height: 1.6em; float: left; padding-right: 25px; font-size: 0.9em;}

div#footerMain img	{display: none;}

.image, .imageRight, .imageLeft,	{ padding:1px; background:#fff; border:1px solid #b3b3b3; margin-bottom: 10px;}
.map									{ margin-bottom:10px; border:1px solid #b3b3b3; padding:1px; width:645px; height:390px;}
.imageRight 							{ float:right; margin:5px 0 20px 20px;}
.imageLeft 								{ float:left; margin:5px 20px 20px 0; padding:1px; border:1px solid #b3b3b3;}

.clear		  					{ clear:both; font-size:0.0001em; line-height:0.00001em;}
.floatRight 					{ float:right;}
.floatLeft 						{ float:left;}

.slide	 						{ background:#ebebeb; width:644px; height:214px; overflow:hidden; margin-bottom: 15px;}