@charset "UTF-8";
/* CSS Document */

* {
	font-family:Geneva, “Lucida Sans”, “Lucida Grande”, “Lucida Sans Unicode”, Verdana, sans-serif;	
}

#sb-container {
  top:0 !important;
  left:0 !important;
  margin:0 !important;
  padding:0 !important;
}

a, a:active, a:visited, a:hover {
	text-decoration: none;
	color:#7C6A55;
}

a:hover, a.active, a.active strong, a:hover strong {
	color:#B5121B !important;
	text-decoration: none;
}

h1, h2, h3, h4, h5, .normal {
	font-weight:normal;	
	color:#7C6A55;
	float:left;
}

h1 {
  margin-top:20px
  }
  
label {
  margin-top:30px
  }
  

html, body, #back {
	height:100%;
	width:100%;
}

.add {
  text-align:center; 
  text-transform:uppercase; 
  color:#685744; 
  padding-top:4px;
  }

.normal {
	font-size:0.75em;	
	width:400px;
}

.hidden {
	display:none;	
}

.left {
	float:left;
}

.right {
	float:right;
	margin-top:30px;
	margin-right:15px;
}

a:visited, a:active {
	color:#7C6A55;	
}

a:hover {
	text-decoration:underline;
}

div.sep {
	float:left;
	width:100%;
	border-bottom:1px solid #777;
	margin:15px 0px;
}

.small {
	font-size:0.8em;
	float:left; 
	margin-top:10px;
	line-height: 15px;
}

.arr {
	font-size:1.25em;
}

/* background */
#back {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#content {
position:relative;
margin-left: 150px;

}

#back img {
	position:fixed;
}

/* background end */


/* boxes */

.box_wrapper_600 {
	float:left;
	width:800px;
	height:auto;
}

.box_cont_600 {
	background:url(../images/box_con_600.png);
	width:650px;
	float:left;
	padding:10px 15px 10px 20px;
}

/* boxes end */


/* front page */
#hotell_union_logo {
	float:left;
	padding:20px 10px 20px 0;
}

#languages {
	float:left;
	margin-top:30%;
}

#languages li {
	font-size:0.7em;
	margin-bottom:5px;
}

#front_continue {
	color:#7C6A55;
	text-decoration:none;
	font-size:0.95em;
}

div#front_box {
	margin-top:10%;
	/*margin-left:10%;*/
	float:left;
}

#right_row label {
	width:100%;
	float:left;
	margin: 10px 0px;
}

#right_row select {
	background:none;
	border:1px solid #333;
	float:left;
	width:120px;
	margin: 0 400px 40px 0;
}

/* deeplink */
#deeplink #request, #deeplink #booking {
    height: 16px;
    font-size: 14px;
    border: solid 1px gray;
    background: #fff;
    padding: 6px 3px 3px 3px;
    width: 120px !important;
    text-align: center;
    float: left;
    margin: 15px 5px
}

#deeplink {
    background:#e6e2dd;
    padding:5px;
    height:120px;
}
.demo_ad {
	background: #eee3be;
	border: 1px solid #685744;
	height: auto;
	width: 143px;
	text-align: center;
	margin-bottom: 5px;
}

#offer_it img {padding:0 !important;}
.box_header {padding-top:10px}

/* end frontpage */


