/*  adventure-golf-fehmarn.de - Typo + Inhalts-Stylesheet

	Datum: 26.03.2010
	Autor: Jörg Harling
*/

/************************************/
/*      Startseite-Spoing-Teaser    */
/************************************/

#teaser {
	width:800px;
	height:230px;
	position:relative;
}

#teaser .menuitem { 
	position:fixed relative; 
	bottom:0px; 
	display:inline-block; 
}

#teaser img { 
	border: none; 
	-ms-interpolation-mode: bicubic; 
}

#teaser img.bildstep { 
	margin-right:13px;
}

/************************************/
/*         Gästebuch-Layout         */
/************************************/


.eintrag, .aktuell {
	background:#E7EDC9;
	padding:15px;
	margin-bottom:8px;
}

td.autor {
	border-top:1px solid #E86E25;
	border-bottom:1px solid #E86E25;
	padding:5px 0px;
	color:#006B2A;
}

.bildbereich {
	float:right;
	margin:30px 0px 20px 20px;
}

.autortext {
	padding-top:10px;	
}

.datum {
	float:left;
	display:block;
	margin-right:10px;
}


/************************************/
/*   Link-Definitionen - Content    */
/************************************/


#content a:link, #content a:visited {
	color:#598A31;
	text-decoration:underline;
	font-weight:bold;
}

#content a:hover {
	text-decoration:none;
}

/************************************/
/*      Inhaltsformatierungen       */
/************************************/

input.anfrage, textarea.anfrage {
	width:290px;
	padding:3px;
	background:#D2E29C;
	color:#1C561C;
	border:0;
	margin-bottom:10px;
}

input.button {
	padding:3px;
	background:#E86E25;
	color:#fff;
	font-weight:bold;
	border:0;
	margin-top:10px;
	float:right;
}

#galerie {
	padding-top:20px;
}

#galerie img {
	float:left;
	margin:0px 16px 16px 0px;
}

.main ul li {
	list-style-image:url(/bitmaps/listicon.gif);
	margin:0px 0px 5px 20px;
}

#flashContent p {
	margin:70px 0px 0px 0px;
	text-align:center;
	font-size:0.8em;
	color:#E86E25;
}

.starttext {
	font-size:1.3em;
	color:#006b2a;
}

.clearfix {
	clear:both;	
}

sup {
	font-size:0.8em;	
}

strong {
	font-weight:bold;
	color:#19551F;
}

.tab80 {
	display:block;
	width:80px;
	float:left;
}

/************************************/
/*          Bilderklassen           */
/************************************/

.imgfloatright {
	float:right;
	margin:0px 0px 15px 15px;
}

.imgfloatleft {
	float:left;
	margin:0px 15px 15px 0px;
}

.main img {
	border-top: 3px solid #A6C539;
}

.main img.noborder {
	border: 0px;	
}

/************************************/
/*          Überschriften           */
/************************************/

h1 {
	font-size:1.45em;
	font-weight:bold;
	color:#ffffff;
	letter-spacing:1px;
	text-align:right;
	position:absolute;
	margin-top:-60px;
	display:block;
	width:630px;
	text-transform:uppercase;
}

h2 {
	font-size:1.4em;
	font-weight:normal;
	color:#19551F;
	letter-spacing:1px;
	margin-bottom:15px;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
	color:#19551F;
	letter-spacing:1px;
	margin-bottom:10px;
}

h4 {
	font-size:1.0em;
	font-weight:bold;
	color:#19551F;
	letter-spacing:1px;
	margin-bottom:6px;
}


