/*  ostsee-appartement.de - Typo & Inhalts-Stylesheet

	Datum: 15.04.2010
	Autor: Jörg Harling
*/


/************************************/
/*   Link-Definitionen - Content    */
/************************************/

#content a:link, #content a:visited {
	color:#2681be;
	text-decoration:underline;
	font-weight:bold;
}

#content a:hover {
	text-decoration:none;
}

#content a.fewolink:link, #content a.fewolink:visited {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	padding:4px 15px;
	background:url(/bitmaps/fewolink_norm.gif) left center no-repeat #3389c2;
	border-right:4px solid #937C70;
	margin-bottom:2px;
}

#content a.fewolink:hover {
	background:url(/bitmaps/fewolink_norm.gif) left center no-repeat #2b7ab8;
}


#content .gal_nav a:link, #content .gal_nav a:visited {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:5px 8px;
	background:#937C70;
	margin-right:2px;
	float:left;
}

#content .gal_nav a:hover {
	background:#3389c2;
}

/************************************/
/*          Tabellenzellen          */
/************************************/

table.formular {
	background: #d9ebf7;
}

td.padding {
	padding: 5px;
}

table.formular input.norm {
	background: #006BB3;
	color:#fff;
	padding:5px 10px;
	margin:0px 10px 10px 0px;
	border:1px solid #B0D0E6;
}

td.preise_d {
	background: #d8e9f3;
	padding:4px;
}

td.preise_h {
	background: #f0f6fa;
		padding:4px;
}

/************************************/
/*      Inhaltsformatierungen       */
/************************************/

.linienbox {
	border-top: 1px solid #006BB3;	
	border-bottom: 1px solid #006BB3;	
	padding:10px;
	background:#e9f5fc;
	height:270px;
}



.fewo_adresse {
	line-height:18px;
}

#content ul li {
	list-style-image:url(/bitmaps/listicon.gif);
	margin:0px 0px 5px 20px;
}

span.tab75 {
	float:left;
	display:block;
	width:75px;
}

span.tab100 {
	float:left;
	display:block;
	width:100px;
}

span.tab150 {
	float:left;
	display:block;
	width:150px;
}

span.tab200 {
	float:left;
	display:block;
	width:200px;
}

span.tab250 {
	float:left;
	display:block;
	width:250px;
}

span.tab450 {
	float:left;
	display:block;
	width:450px;
}

.fehlend {
	color:#F00;
	font-size:1.4em;
	font-style:italic;
}

strong {
	font-weight:bold;	
}

small {
	font-size:0.8em;	
}

em {
	font-style:italic;
}

.clearfix {
	clear:both;	
}

/************************************/
/*          Bilderklassen           */
/************************************/

img.teaser {
	margin-right:14px;
}

.imgfloatright {
	float:right;
	margin:0px 0px 15px 15px;
}

.imgfloatleft {
	float:left;
	margin:0px 15px 15px 0px;
}

/************************************/
/*          Überschriften           */
/************************************/

h1 {
	font-size:1.8em;
	font-weight:NORMAL;
	color:#006BB3;
	margin:0px 0px 20px 0px;
}

h2 {
	font-size:1.6em;
	font-weight:NORMAL;
	color:#937C70;
	margin:0px 0px 10px 0px;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
	color:#006BB3;
	margin:0px 0px 10px 0px;
}

h4 {
	font-size:1.0em;
	font-weight:bold;
	color:#006BB3;
	margin:0px 0px 8px 0px;
}

