.bg {
	background: #AFCAE7 url(/images/hotelseite-bg.jpg) no-repeat bottom;
	border: 2px solid #fff;
	margin-top: 10px;
	padding: 10px;
}


/*  style="background: #AFCAE7 url(/images/hotelseite-bg.jpg) no-repeat; padding: 10px; margin-top: 10px;"  */

a.jetztpruefen, a.jetztpruefen:visited {
	background: #666;
	font-size: .85em;
	font-weight: bold;
	padding: 2px 6px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #666;
	-moz-border-radius: 4px;
	text-transform: uppercase;
	line-height: 2em;
  width: 20px;
}

.jetztkaufen, a.jetztkaufen:visited {
	font-family: 'Quattrocento Sans', arial;
	background: #84A844;
	font-size: 12px;
	font-weight: normal;
	padding: 1px 3px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #84A844;
	-moz-border-radius: 4px;
	line-height: 2em;
}

.jetztKaufenBlue, a.jetztKaufenBlue:visited {
	background: #3B6AA0;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 3px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #3B6AA0;
	-moz-border-radius: 4px;
	text-transform: uppercase;
	line-height: 2em;
}

.jetztKaufenRed, a.jetztKaufenRed:visited {
	font-family: 'Quattrocento Sans', arial;
	background: #8A3C4A;
	font-size: 12px;
	font-weight: normal;
	padding: 1px 3px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #8A3C4A;
	-moz-border-radius: 4px;
	line-height: 2em;
}


.jetztbuchen {
	background: url(/images/jetzt-buchen.jpg) no-repeat left;
	margin: 3px 0 0 10px;
	width: 200px;
	text-align: center;
	float: left;
}

.jetztbuchenRed {
	background: url(/images/button-bg-red.jpg) repeat-x left;
	margin: 3px 0 0 5px;
	width: 200px;
	text-align: center;
	float: left;
}

.jetztbuchenGreen {
	background: url(/images/button-bg-green.jpg) repeat-x left;
	margin: 3px 0 0 0px;
	width: 200px;
	text-align: center;
	float: left;
}

.jetztbuchen a, .jetztbuchen a:visited, .jetztbuchenRed a, .jetztbuchenRed a:visited, .jetztbuchenGreen a, .jetztbuchenGreen a:visited {
    color: #FFFFFF;
    font-family: Oswald,arial;
    font-weight: normal;
    line-height: 2em;
    padding: 10px;
    text-decoration: none;
}

.hotelseite-current {
	display: none;
	}
	
.hotelseite-bewerten {
	background: url(/images/hotelseite-bewertung-bg.jpg) no-repeat left;
	margin: 3px 0 0 10px;
	width: 100px;
	text-align: center;
	float: left;
}
.hotelseite-bewerten a, .hotelseite-bewerten a:visited {
	padding: 1px;
	line-height: 2em;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
}

.hotelseite-info {
	background: url(/images/hotelseite-info.jpg) no-repeat left;
	margin: 3px 0 0 10px;
	width: 100px;
	text-align: center;
	float: left;
}
.hotelseite-info a, .hotelseite-info a:visited {
	padding: 10px;
	line-height: 2em;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
}

.klimatabelle {
	background: #FFF;
	margin: 2px;
	padding: 8px;
	float: right;
	border: 2px solid #245FA1;
	-moz-border-radius: 5px;
	overflow: hidden;
}


/* -- Preismatrix -- */
.matrix {
	background: #FFF;
	padding: 8px;
	border: 2px solid #7CB1CB;
	overflow: hidden;
}

.matrix th {
	border-bottom: 1px solid #CCC;
	color: #245FA1;
}

.matrix td {
	border-bottom: 0px dotted #CCC;
	padding: 2px;
}




.hotelname {
	margin-left: 330px;
	max-width: 600px;
	margin-top: 16px;
}

.hotelname h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

.hotelname2 h3 {
	font-family: 'Oswald','Quattrocento Sans', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #264659;
	padding: 5px;
}




.galerie {
	border: 1px solid #7CB1CB;
	/*margin: 10px 0px 10px 10px;*/
	margin: 10px 20px 10px 0;
	padding: 5px; 
	/*float: right;*/
	float: left;
	background: #fff;
	width: 330px;
	min-height:300px;
}



.hotelseite-content  {
	margin: 10px 0;
}

.hotelseite-content  ul{
	margin-left: 10px;
}
.hotelseite-content  li{
	margin: 1em;
	list-style: url(/images/hotelseite-liste-hg.gif) disc;
}


.hotelseite-content b {
    border-bottom: 1px dotted #264659;
    color: #407390;
    display: block;
    font-family: 'Oswald','Quattrocento Sans', arial;
    font-size: 1.35em;
    font-weight: normal;
    overflow: hidden;
	padding: 5px 0;
}



