* {

	margin: 0px;
	padding: 0px;

}
 
html {

	
	text-align: center;
	width: 100%;
	height: 100%;

}

body {
         
	
	width: 100%;
	height: 100%;
	font-size: 11px;
	line-height: 18px;
	color: #000; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	margin: 0px auto;
	text-align: left;
	background-image:url('../images/re/hotel_vienna.jpg'); 
	background-repeat:repeat-y; 
	background-position:top center;
	height:100%;

}

a {

	color: #000;
	text-decoration: none;
	font-size: 10px;

}

a:hover {

	color: #000;
	text-decoration: underline;
	font-size: 10px;

}

#intro {

	width: 522px;
	overflow: hidden;
	text-align: left;

}

#intro p {

	margin: 30px 0px 0px 0px;

}

#intro a#hotel1 {

	width: 240px;
	height: 206px;
	padding: 0px 20px 0px 260px;
	border: 1px solid #d8d8d8;
	background: url(../images/hotel1_out.gif) no-repeat;
	display: block;
	overflow: hidden;
	color: #d8d8d8;
	text-align: justify;
	text-decoration: none;
	font-family: Arial;

}

#intro a#hotel1:hover {

	width: 240px;
	height: 206px;
	padding: 0px 20px 0px 260px;
	border: 1px solid #000;
	background: url(../images/hotel1_hover.gif) no-repeat;
	display: block;
	overflow: hidden;
	color: #000;
	text-align: justify;
	text-decoration: none;
	font-family: Arial;

}

#intro a#hotel2 {

	width: 240px;
	height: 206px;
	padding: 0px 20px 0px 260px;
	border: 1px solid #d8d8d8;
	background: url(../images/hotel2_out.gif) no-repeat;
	display: block;
	overflow: hidden;
	color: #d8d8d8;
	text-align: justify;
	text-decoration: none;
	font-family: Arial;

}

#intro a#hotel2:hover {

	width: 240px;
	height: 206px;
	padding: 0px 20px 0px 260px;
	border: 1px solid #000;
	background: url(../images/hotel2_hover.gif) no-repeat;
	display: block;
	overflow: hidden;
	color: #000;
	text-align: justify;
	text-decoration: none;
	font-family: Arial;

}

/* ### LS */

div#wrapper {
	margin:0px auto 0px auto;
	background-image:url('../images/re/bg_desighhotel.jpg'); 
	background-repeat:no-repeat;
	background-position:top center;
	height:400px;
	width:100%;
	text-align:center;
	height:100%;
}

h1 {
	font-size:13px;
	padding:2px; 
	border-bottom: 1px solid #cccccc;
	margin-top:10px;
	margin-bottom:20px;
	
	
}
h1.red {
	font-size:13px;
	padding:2px; 
	border-bottom: 1px solid #cccccc;
	margin-top:10px;
	margin-bottom:20px;
	color:#b61d22;
}

h2 {
	font-size:11px;
	margin-bottom:10px;
	margin-top:10px;
	border-bottom: 1px dotted #cccccc;
}

h2.red {
	font-size:11px;
	margin-bottom:10px;
	margin-top:10px;
	border-bottom: 1px dotted #cccccc;
	color:#b61d22;
}

div.contentblock {
	margin-bottom:20px;
	
}