a {
	text-decoration: none;
	color: #7c3636;
}

a:hover {
	color: #C27474;
}

a.pfeil {
	margin-left: 2px;
	background-image: url(../images/link_pfeil.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 8px;
}

a.pfeil:hover {
	background-position: 0 -14px;	
}

h2 {
	color: #7C3636;
	font-size: 30px;
}

h4 {
	color: #7c3636;
}

.hide, .secr {
	display: none;
}

.links {
	float: left;
	margin-right: 10px;
}

.rechts {
	float: right;
	margin-left: 10px;
}

.rand {
	padding: 1px;
	border: 1px solid #CCB46A;
}

.linie {
	border-bottom: 1px solid #888888;
}

.meldung.linie {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.farbiger-hintergrund {
        background-color: #f8f4e6;
        padding: 10px;
}

.rot {
	color: #7C3636;
}

.meldung.box {
	border: 1px solid #7C3636;
	padding: 20px;
	background-color: rgba(124, 54, 54, .05); 
}

.videobox {
	width: 100px;
	margin: 10px 0 10px 46px;
	padding: 15px 10px;
	border: 2px solid #666;
	background-color: #ccc;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	border-radius: 10px;
	background-image: url(../images/filmstrip.png);
	background-size: cover;
}

.schubladen h5 {
	font-size: 100%;
	padding: 10px 10px 10px 30px;
	background-image: url(../images/schubladen_pfeil.png);
	background-position: 10px 15px;
	background-repeat: no-repeat;
	background-color: #EAF4F0;
	border: 1px solid #C27474;
	border-radius: 5px;
}

#aktuellescontent {
	margin-top: 2rem;
}

#aktuellescontent h1 {
	color: #00794e;
	font-size: 20px;
}

#aktuellescontent h2 {
	color: #c27474;
	font-size: 24px;
	margin-top: 0;
}

#aktuellescontent h3 {
	color: #888888;
	font-size: 14px;
}

#aktuellescontent .galerie {
	clear: both;
	float: none;
}

#aktuellescontent .galerie .image {
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
}

#aktuellescontent .galerie .image img {
	border: 1px solid #888;
}

#aktuellescontent .galerie .image .zoom {
    background-image: url("zoom.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    bottom: 1px;
    left: 1px;
    position: absolute;
}

/*******************/

.galerie p {
	float: left;
	margin: 0 12px 0 0;
}

.galerie p a img {
	border: 1px solid #888888;
	padding: 1px;
}

.galerie p a img:hover {
	opacity: 0.8;
}


.clear {
    clear: both;
}

/************************/

table.tabelle.zimmerpreise td span {
	font-style: italic;
	color: #c27474;
}
