/****************************************/
/* CSS Document                         */
/* Typo3 Hotel Buchholz                 */
/* written and (c) 2007 Oliver Rompcik  */
/* blunicorn technologies               */
/*--------------------------------------*/
/* v2007/12/12-01                       */
/****************************************/

/****************************************/
/* Typography                           */
/****************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* base of 10px, scalable */
}
#container { font-size: 1.2em; }
h1 { font-size: 1.8em; line-height: 1.6em; }
h2 { font-size: 1.6em; line-height: 1.4em; }
h3 { font-size: 1.4em; line-height: 1.2em; }
h4 { font-size: 1.2em; line-height: 1.0em; }
h5 { font-size: 1.1em; line-height: 0.9em; }
p, table { font-size: 1em; }
.small { font-size: 0.85em; }

#address {
	font-variant: normal;
	font-weight: bold;
}

/****************************************/
/* Colors                               */
/****************************************/

html, body , #container {
	background-color: #ffcc99;
}

#sheet {
	background-color: #feeec0;
}

#address {
	color: #999966;
}

/****************************************/
/* Images                               */
/****************************************/

#header h1 span {
	background: url('../intro/logo.jpg') no-repeat;
	position: absolute;
	width: 780px;
	height: 162px;
}

/****************************************/
/* Layout                               */
/****************************************/

html, body {
	position: top;
	min-width: 790px;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center; /* Layout fix for IE */
}

#header h1 {
	width: 780px;
	height: 162px;
	position: relative;
	margin: 0;
	padding: 0;
}

#container {
	clear: both;
	position: relative;
	width: 100%;
	margin-top: 100px;
}

#sheet {
	text-align: left;
	width: 780px;
	margin: 0 auto;
}

#address {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}

#langselect {
	text-align: center;
}

#langselect ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#langselect li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

#langselect li a img {
	border: 0;
	padding: 10px;
}

#langselect li a span {
	display: none;
}

#footer {
	height: 20px;
}

.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 */
