.Fettdruck {
font-weight:bold;
}

img {
border:0;
}

#cleft { 
	width:50%; 
	float: left;
	left: 0; 
	top: 0;
	
}

#cright { 
	width:50%; 
	float: right;
	left: 0; 
	top: 0;
	
}
#content2    { position: relative;  margin-top: 2em; overflow:auto; width:100%; }
#main       {
	float: left;
	width: 70%;
	margin-bottom: 2em;
	background-color: #fdfdfb;
	background-image: url(benutzerdateien/images_css/mainBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#sidebar    {
	float: right;
	width: 28%;
	color: #f3f0e7;
	background-color: #33383c;
	background-image: url(benutzerdateien/images_css/roundBoxtop.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#mainIn, #sidebarIn	    { padding: 2em 1.5em; }
#mainIn p, #sidebarIn p	{ padding-bottom: 20px; }
#mainIn                 {
	background-image: url(benutzerdateien/images_css/roundTopLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebarIn              {
	background-image: url(benutzerdateien/images_css/roundBoxbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.overflowbar { overflow:auto; width:100%; }
.colL		{ float: left; width: 45%; }
.colR		{ float: right; width: 45%; }
.fl 		{ float: left; padding-right: 1em; }
.fr 		{ float: right; padding-left: 1em; }

/*    Bilder nach rechts und links floaten */
.bildrechts {
   float: right;
   text-align: center;
   padding: 3px; 
   border: 3px solid #d9d9d9; 
   border-right-color: #bbb; 
   border-bottom-color: #bbb; 
   margin-right: 10px; 
   margin-left: 10px; 
}

.bildlinks {
  float:left;
  padding: 3px;
  border: 3px solid #d9d9d9;
  border-right-color: #bbb; 
  border-bottom-color: #bbb; 
  margin-right: 10px;
  margin-bottom: 10px;
}

/*    Bildbeschriftung für Bilder im Fließtext*/ 
  span.bildtext {
   display: block;
   font-size: 85%; 
   margin-top: 4px;
}



.reisebericht_bild {
border: 1px solid rgb(170, 170, 170); margin: 0px 0px 20px 20px; padding: 5px; float: left; width: 210px; height:200px; text-align:center; }

.reisebericht_bild img {height:150px; 
border: 1px solid rgb(170, 170, 170);
}
