/*  kurhotel-steenbock.de - Typo + Inhalts-Stylesheet

	Datum: 25.03.2010
	Autor: Jörg Harling
*/


/************************************/
/*            Diverses              */
/************************************/

#content li {
	list-style-image: url(../bitmaps/liststyle.gif);
	padding-bottom: 5px;
	margin-left: 19px;
	margin-top:10px;
}

span.tab55 {
	float:left;
	display:block;
	width:55px;
}

b {
	color: #b37f38;
}

/************************************/
/*           Tabellenklassen        */
/************************************/

table.appartements{
	background-color: #FFF7E0;
	float:left;
}

td.app {
	background-color: #FFF7E0;

}

table.preise {
	background-color:#FFF7E0;
	padding:10px;
}

td.headline {
	font-size:1.1em;
	font-weight:bold;
	color:#b37f38;
	letter-spacing:1px;
}

td {
	padding: 8px;
}

td.center {
	text-align:center;
}

table.galerie {
	background-color: #FFE9C9;
}

/************************************/
/*   Link-Definitionen - Content    */
/************************************/

#content a.img:link, #content a:visited {
	text-decoration:none;
}

#content a:link, #content a:visited {
	color:#7e6f2a;
	text-decoration:underline;
	font-weight:bold;
}

#content a:hover {
	text-decoration:none;
}

#footer a:link, #footer a:visited {
	color:#801247;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.teasertext a:link, .teasertext a:visited {
	float:right;
	color:#754C24;
	font-weight:bold;
	text-decoration:underline;
	margin:10px 10px 0px 0px;
}

.teasertext a:hover {
	text-decoration:none;
}


/************************************/
/*      Inhaltsformatierungen       */
/************************************/

.last_minute {
	width:623px;
	height:auto;
	background-color:#FFE9C9;
	padding:10px;
	border-top: solid 2px #B37F38;
}

.angebot {
	width:625px;
	background-color: #FEE9CA;
	padding:10px;
	position:relative;
	border: solid 1px #ECD9B6;
}

span.preis {
	position:absolute; 
	margin: 0px 0px 10px 290px;
	color: #B37F38;
	font-size:1em;
	font-weight:bold;
}

.zimmer_left {
	float:left;
	width:290px;
	height:auto;
	margin-right:15px;
	margin-bottom: 15px;
	background-color: #FFE7C5;
	padding:10px;
}

.zimmer_right {
	float:left;
	width:290px;
	height:auto;
	margin-bottom: 15px;
	background-color: #FFE7C5;
	padding:10px;
	min-height:396px;
}


.inner_left {
	float:left;
	width:315px;
	height:auto;
	margin-right:15px;
	margin-bottom: 15px;
}

.inner_right {
	float:left;
	width:315px;
	height:auto;
	margin-bottom: 15px;
}

.clearfix {
	clear:both;	
}

.teasertext {
	margin: 240px 0px 0px 15px;
	color:#754C24;
	line-height:18px;
	padding-right:15px;
}

.teasertext2 {
	margin: 0px 0px 0px 0px;
	width:282px;
	color:#754C24;
	line-height:18px;
	padding: 15px;
	background-color:#FFE7C5;
}

/************************************/
/*          Bilderklassen           */
/************************************/

.imgfloatleft_bo{
	float:left;
	margin:0px 15px 15px 0px;
	border: 8px solid #FFE9C9;
}

.imgfloatright {
	float:right;
	margin:0px 5px 15px 15px;
	border: 8px solid #FFE9C9;
}

.imgfloatleft {
	float:left;
	margin:0px 15px 15px 0px;
}

.right_noborder {
	float:right;
	margin:0px 10px 15px 30px;
}

.bildunterschrift_r {
	height:auto;
	float: right;
	margin: 0px 5px 15px 15px;
	background-color: #FFE9C9;
	border: 8px solid #FFE9C9;
	text-align:right;
}

.appartements {
	width: 350px;
	height:auto;
	float:right;
	margin: 0px 5px 0px 15px;
	background-color: #FFE9C9;
	border: 8px solid #FFE9C9;
	text-align:right;
}

/************************************/
/*          Überschriften           */
/************************************/

h1 {
	font-size:2em;
	font-weight:normal;
	color:#b37f38;
	letter-spacing:1px;
	margin:0px 0px 20px 0px;
}

h1.homefont {
	font-size:1.7em;
	text-transform:uppercase
	;
}

h2 {
	font-size:1.4em;
	font-weight:normal;
	color:#b37f38;
	letter-spacing:1px;
	margin-bottom:10px;
}

h3 {
	font-size:1.2em;
	font-weight:normal;
	color:#b37f38;
	letter-spacing:1px;
	margin-bottom:10px;
}

h4 {
	font-size:1.0em;
	font-weight:normal;
	color:#b37f38;
	letter-spacing:1px;
	margin-bottom:6px;
}


