@charset "utf-8";
/* CSS Document */


*{
    font-family:trebuchet MS, Helvetica, sans-serif;
    font-size:11px;
    color:#333333;

    }
    
a{
    color:#bd92ba;
    font-family: trebuchet MS, Helvetica, sans-serif;
    }
    
body{
    margin: 0 auto;
    margin-top:30px;
	width: 956px; 
	background: url(../upload/layout/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#big-background {
	display: none;
}

.page{
    width:956px;
    margin:0 auto;
}
	
.header .logo {
	display:block;
	float:left;
	margin-left:20px;
	margin-top:30px;
}

.header .suedtirol {
	display:block;
	float:right;
	margin-top:30px;
	margin-right:20px;
}
    
.animation{
    width:956px;
    height:640px;
    margin:0;
    position:relative;
    z-index:0;
        }
    
.hotels{
    border:none;
    color:#333333;
    width:956px;
    margin-top:-265px;
    position:relative;
    z-index:5;
    
    
    }
    
.seo_text{
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 4px solid #990033;
    color: #333333;
    margin: 0 13px 10px;
    padding: 10px;
}
    
.footer{
	padding: 10px 0 10px 20px;
    padding-bottom:10px;
	background:#FFF;
	border-bottom: 4px solid #990033;
	margin: 0 13px;
    }

/*-----------------Hotels---------------------------*/

#hotelliste {
    margin:0;
}


#hotelliste a img{
    border:0;
}

.hliste {
    float:left;
    width:290px;
    height:300px;
    background-color:#fff;
    margin-left:13px;
    margin-right:13px;
    margin-top: 20px;
    /*border:1px solid #fff;*/
    padding:1px;
    border-bottom: 4px solid #990033;

}

.hclear {
    clear:both;
}

.hliste_name a, .hliste_ort a {
    color:#990033;
    text-decoration:none;
      text-decoration:none;
     font-family: trebuchet MS, Helvetica, sans-serif;
     font-weight:bold;
     font-size:18px;
 
}

.hliste_name {
    margin-left:5px;
    margin-right:5px;
    padding-top:2px;
    text-decoration:none;
       font-family: trebuchet MS, Helvetica, sans-serif;
    font-weight:bold;
     color:#990033;
     font-size:18px;
}

.hliste_ort{
    margin-left:5px;
    margin-right:5px;
    text-decoration:none;
}

.hliste_sterne {
    margin-left:5px;
    margin-right:5px;
    margin-bottom:5px;
}

.hliste_text{
    margin:5px;
    line-height:13px;
    min-height:55px;
}

.hliste_text a{
    text-decoration:none;
    color:#402b12;
}

.inhalt_hotel{
    background-color: #fff;
    height:90px;
}
    
/*.hliste_bild {
    border: 3px solid #FFFFFF;
    border-bottom: none;
}*/

.hliste_button {
	margin-top:8px;
}
