@CHARSET "UTF-8";
/**
 * styles that are set within the tinyRTE in be
 */
.schwarz-fett {
	font-weight: bold;
}

.schwarz-fett-zentriert {
   display: block;
   width: 100%;
   text-align: center;
	font-weight: bold;	
}


.gruen {
	color: #808000;	
}

.gruen-fett {
	color: #808000;
	font-weight: bold;
}

.gruen-fett-linie {
	display: block;
	width: 100%;
	color: #808000;
	font-weight: bold;
	border-bottom: 1px solid #d2d8dc;
	padding-bottom: 2px;
}

.gruen-fett-linie-oben {
	display: block;
	width: 100%;
	color: #808000;
	font-weight: bold;
	border-top: 1px solid #d2d8dc;
	padding-top: 4px;
}

.gruen-fett-zentriert {
   display: block;
   width: 100%;
   text-align: center;
	color: #808000;
	font-weight: bold;
}

/**
 * compatibility with content from cityherberge
 */

.blau {
	color: #808000 !important;	
}

.blau-fett {
	color: #808000;
	font-weight: bold;
	font-size: 12px;
}

.blau-fett-linie {
	display: block;
	width: 100%;
	color: #808000;
	font-weight: bold;
	border-bottom: 1px solid #d2d8dc;
	margin-bottom: 8px;	
	font-size: 12px;
	padding-bottom: 1px;
}

.blau-fett-linie-oben {
	display: block;
	width: 100%;
	color: #808000;
	font-weight: bold;
	border-top: 1px solid #d2d8dc;
	padding-top: 4px;
	font-size: 12px;
}

.blau-fett-zentriert {
   display: block;
   width: 100%;
   text-align: center;
	color: #808000;
	font-weight: bold;
	font-size: 12px;
}

.klein * {   
   font-size: 11px;	
}

.klein {   
   font-size: 11px;	
}

.zentriert {
   display: block;
   width: 100%;
   text-align: center;
}

.bild-unten {
   position: absolute !important;
   bottom: 0px;
}

.stichpunkte {
   list-style-image:url(../images/stichpunkt.gif);
   position: relative;
}

.biggerFont1 {
	font-size: 12px;	
}

.biggerFont2 {
	font-size: 13px;	
}

.biggerFont1-zentriert {
	font-size: 12px;
	text-align: center;	
	display: block;
	width: 100%;
}

.biggerFont2-zentriert {
	font-size: 13px;
	text-align: center;
	display: block;
	width: 100%;
}

.biggerFont1-rechts {
	font-size: 12px;
	text-align: right;	
	display: block;
	width: 100%;
}

.biggerFont2-rechts {
	font-size: 13px;
	text-align: right;
	display: block;
	width: 100%;
}

.biggerFont1 * {
	font-size: 12px;	
}

.biggerFont2 * {
	font-size: 13px;	
}

.biggerFont1-zentriert * {
	font-size: 12px;
	text-align: center;	
	display: block;
	width: 100%;
}

.biggerFont2-zentriert * {
	font-size: 13px;
	text-align: center;
	display: block;
	width: 100%;
}

.biggerFont1-rechts * {
	font-size: 12px;
	text-align: right;	
	display: block;
	width: 100%;
}

.biggerFont2-rechts * {
	font-size: 13px;
	text-align: right;
	display: block;
	width: 100%;
}

/**
 * empty, because it´s a mark for another p-bodytext-style
 */ 
.zellentext {
}