
/* 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, #footer { display: none;}

.highlight1 							{ color:#900;}
.highlight2 							{ text-transform:uppercase;}
.brownBorder							{ border:3px solid #744517;}

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

.image, .imageRight, .imageLeft, .map	{ padding:1px; border:3px solid #744517;}
.map									{ margin:0 0 5px 20px; width:600px; height:350px;}
.imageRight 							{ float:right; margin:5px 0 20px 20px;}
.imageLeft 								{ float:left; margin:5px 20px 20px 0;}

.mB10		{ margin-bottom:10px !important;}
.mB20		{ margin-bottom:20px !important;}

.mR10		{ margin-right:10px !important;} 
.mR20		{ margin-right:20px !important;} 
.mR30		{ margin-right:30px !important;}
.mR35		{ margin-right:35px !important;}

.mL10		{ margin-left:10px !important;}
.mL20		{ margin-left:20px !important;}
.mL60		{ margin-left:60px !important;}
