@charset "utf-8";
/* =================================================================
             www.hotel-drei-morgen.de - CSS Document 
===================================================================*/

*{ padding: 0;
   margin: 0;
   outline:0;
 }
 
body {
	background: url(../images/bg_pattern.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#494949;
	background-color:#FFE28C;
}

/* =================================================================
             www.hotel-drei-morgen.de - DIV Settings
===================================================================*/

#wrapper {
	width:932px;
	height:auto;
	margin:0 auto;
	background:url(../images/bg_wrapper.jpg) repeat-y;
}


#header {
	width:932px;
	height:349px;
	background:url(../images/bg_header.jpg) no-repeat;
}

#navi_area {
	width:932px;
	height:85px;
	background:url(../images/bg_navi_area.jpg) no-repeat;
}

#main {
	width:932px;
	min-height:249px;
	background:url(../images/bg_main.jpg) no-repeat;
}

* html #main {
	height:249px;
}

#left_area {
	width:221px;
	height:auto;
	float:left;
	padding:12px 0 0 76px;
}

#content {
	width:483px;
	height:auto;
	float:right;
	padding:12px 102px 0 0;
}

#footer {
	clear:both;
	width:932px;
	height:98px;
	background:url(../images/bg_footer.jpg) no-repeat;
	font-size:11px;
	color:#ffe9a1;
}

#unten {
	width:932px;
	height:82px;
	margin:0 auto;
	background:url(../images/bg_unten.jpg) no-repeat;
}

#flashdiv {
	width:476px;
	height:143px;
	border: 5px solid #F2EADD;
}

/* =================================================================
             www.hotel-drei-morgen.de - H Settings
===================================================================*/

h1 {
	font-size:14px;
	color:#522f0e;
	padding-bottom:10px;
}

h2 {
	font-size:12px;
	color:#522f0e;
	padding-bottom:10px;
}

.title_mit_pic  {
	font-size:12px;
	color:#522f0e;
	background:url(../images/pointer.gif) 0 0 no-repeat;
	padding-left:35px;
}

h3 {
	font-size:12px;
	color:#522f0e;
}


#content h1#startseite {
	width:330px;
	height:17px;
	text-indent:-5000px;
	background:url(../images/title_startseite.jpg) no-repeat;
	padding-bottom:20px;
}

#content h1#kontakt {
	width:330px;
	height:17px;
	text-indent:-5000px;
	background:url(../images/title_kontakt.jpg) no-repeat;
	padding-bottom:20px;
}

#content h1#danke {
	width:330px;
	height:17px;
	text-indent:-5000px;
	background:url(../images/title_nachricht_gesendet.jpg) no-repeat;
	padding-bottom:20px;
}

#content h1#title_impressum {
	width:330px;
	height:17px;
	text-indent:-5000px;
	background:url(../images/title_impressum.jpg) no-repeat;
	padding-bottom:20px;
}

#content h1#title_ueber_uns {
	width:330px;
	height:17px;
	text-indent:-5000px;
	background:url(../images/title_ueber_uns.jpg) no-repeat;
	padding-bottom:20px;
}

#content h1#title_zimmer {
	width:330px;
	height:17px;
	text-indent:-5000px;
	background:url(../images/title_unsere_zimmer.jpg) no-repeat;
	padding-bottom:20px;
}

#content h1#title_essen {
	width:330px;
	height:17px;
	text-indent:-5000px;
	background:url(../images/title_essen_trinken.jpg) no-repeat;
	padding-bottom:20px;
}

#content h1#title_messebesuch {
	width:330px;
	height:17px;
	text-indent:-5000px;
	background:url(../images/title_messebesuch.jpg) no-repeat;
	padding-bottom:20px;
}

#content h1#title_freizeit {
	width:330px;
	height:17px;
	text-indent:-5000px;
	background:url(../images/title_freizeit.jpg) no-repeat;
	padding-bottom:20px;
}

#content h1#title_gaestebuch {
	width:330px;
	height:17px;
	text-indent:-5000px;
	background:url(../images/title_gaestebuch.jpg) no-repeat;
	padding-bottom:20px;
}

#content h1#title_anfahrt {
	width:330px;
	height:17px;
	text-indent:-5000px;
	background:url(../images/title_anfahrt.jpg) no-repeat;
	padding-bottom:20px;
}




/* =================================================================
             www.hotel-drei-morgen.de - Other Settings
===================================================================*/

p {
	line-height:20px;
	padding-bottom:10px;
}




/
/* ====================================================================
				CLEARFIX Settings
======================================================================= */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

