h1, .fcroomsTitle {
	margin: 5px 0 4px 0;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
h6 { 
	margin: 0 0 8px 0;
	font-size: 12px;
	line-height: 17px;
	color: #ff0033;
}
p { 
	margin: 0 0 8px 0;
	line-height: 17px;
	color: #000;
}

/* 	Format für 1. Textblock 
	Dem Content Element im BE den Frame 1 zuweisen
*/
.csc-frame-frame1 {
	margin: 0 0 15px 0;
}
.csc-frame-frame1 h1 {
	margin: 0 0 8px 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #BCCA13;
}
.csc-frame-frame1 h2 {
	margin: 0 0 8px 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #000;
}

.csc-frame-frame1 p {
	margin: 0 0 8px 0;
	font-size: 15px;
	line-height: 20px;
}

/* 	Format für Zimmer */
.fcroomsTitle {
	margin: 5px 0 0 0;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.fcroomsChf {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.fcroomsSize {
	margin: 0 0 10px 0;
	color: #000;
}

/* 	Format für Teaser Text */
.teaserContent p { margin: 0 }

/* Links */
a.external-link-new-window, a.mail {
	text-decoration: underline;
	color: #000;
}
a.external-link-new-window:hover, a.mail:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

