﻿/************************************/
/* hotel bergland sölden            */
/* interim 2010                     */
/* agindo 23.07.2010. pd            */
/************************************/

/************************************/
/* tags                             */
/************************************/
*{
	margin:0px;
	padding:0px;
}
body{
	background:#E4E0E1 url(/img/interim/bg_body.png) repeat-x;
	background:#e6e4e5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#646464;
}
img{
	border:none;
}
/************************************/
/* haupt id's                       */
/************************************/
#hbsSite{
	width:960px;
	margin:0 auto;
	position:relative;
	text-align:left;
}
#hbsMain{
	min-height:600px;
}
/*** Header ***/
#hbsHeader{
	height:110px;
	position:relative;
	z-index:100;
}
#hbsLogo{
	position:absolute;
	top:24px;
	left:0;
}
#meta_sprachen{
	margin:0 0 0 220px;
	padding:24px 0 0;
}
#meta_sprachen img{
	margin:0 4px 0 0;
	display:inline-block;
}
#meta_sprachen .currentLocale{
	color:#9D9D9D;
}
/*** Layout ***/
#hbsSujets{
	position:absolute;
	z-index:50;
	top:0;
	left:0;
	width:960px;
	height:560px;
	overflow:hidden;
}
.sujets{
	background:url(/img/blank.gif) no-repeat center center;
	width:960px;
	height:560px;
	position:absolute;
	z-index:60;
	top:0;
	visibility:hidden;
}
.claims{
	padding:129px 0 0 14px;
}
#hbsBoxen{
	position:absolute;
	z-index:200;
	top:356px;
	left:5px;
	/*background:#009933;*/
	height:200px;
}
#hbsBoxen .lefty{
	width:360px;
}
#hbsBoxen .tbox{
	background:url(/img/interim/bg_box.png) no-repeat;
	height:99px;
	width:342px;
	padding:9px;
	margin:0 0 15px 0;
}
#hbsBoxen .tbox img{
	float:left;
	min-width:10px;
	margin:0 6px 0 0;
}
#hbsBoxen .info{
	clear:both;
}
/************************************/
/* TYPO                             */
/************************************/
#hbsSite h1{
	font-size:80px;
	font-weight:normal;
	color:#542209;
	text-transform:uppercase;
	padding:18px 0 0;
}
#hbsSite h2{
	font-size:44px;
	font-weight:normal;
	color:#542209;
	padding:67px 0 0;
	text-transform:uppercase;
}
#hbsSite h3{
	font-size:25px;
	font-weight:normal;
	color:#542209;
	text-transform:uppercase;
}
#hbsSite h4, #hbsSite h4 a{
	font-size:18px;
	font-weight:normal;
	color:#421905;
	padding:0.5em 0 0;
	text-decoration:none;
}
a{
	color:#646464;
	text-decoration:underline;
	white-space:nowrap;
	cursor:pointer;
}
a:hover{
	color:#451B07;
	text-decoration:none;
}
#hbsBoxen p{
	padding:0 9px 2em;
}
#hbsBoxen .tbox p{
	padding:0 9px;
	font-size:13px;
	color:#1F1F1F;
}
.claims p{
	font-size:13px;
	color:#542209;
	width:480px;
	padding:0;
}
/************************************/
/* allg. klassen                    */
/************************************/
.clearfloat {
	clear:both;
    height:0;
    font-size:1px;
    line-height:0;
	margin:0;
	padding:0;
}
.lefty{
	float:left;
}
.righty{
	float:right;
}
