body {
	margin: 0;
	padding: 0;
	/*background: #E5E5E5 url(../images/bg.gif) 50% 0px repeat-y;*/
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: #002261;
	line-height: 1.6em;
	font-size: 0.75em;
}

td{
	font-size: 0.75em;
	line-height: 1.6em;
	color: #002261;
}

div,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.8em;
	font-weight: normal;
	display: inline;
	color: #002261;
}

h2, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: normal;
	display: inline;
	color: #002261;	
}

h2 a:link, 
h3 a:link,
h4 a:link,
h2 a:active, 
h3 a:active,
h4 a:active,
h2 a:visited, 
h3 a:visited,
h4 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: normal;
	display: inline;
	text-decoration: none;
	color: #002261;	
}

h2 a:hover, 
h3 a:hover,
h4 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	display: inline;
	text-decoration: underline;
	color: #CC0000;	
}

a:link, 
a:active,
a:visited{
	color: #002261;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

img {
	border: 0px none;
}

div#wrapper{
	position: relative;
	width: 790px;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 286px;
	/*background: transparent url(../images/bg_main_02.gif) 0px 0px no-repeat;*/
	text-align: left;	
}

div#main {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 780px;
	min-height: 262px;
	height: 262px;
	/*margin: 0 auto 0 auto;*/
	padding: 0;
	/*background: transparent url(../images/sitebg.gif) 0px -25px repeat-x;*/
	text-align: left;
}

div#logo {
	width: 314px;
	height: 78px;
	float: left;
	background: url(../images/hotel.logo_02.gif) left top no-repeat;
}

div#logo a {
	display: block;
	width: 314px;
	height: 70px;
}

div#shortnavi {	
	float: right;
	font-size: 0.9em;
}

div#shortnavi ul {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;
	text-align: right;
	list-style-type: none;
}

div#shortnavi li {
	display: inline;
	float: left;
}

div#shortnavi li a {
	float: left;
	display: block;
	padding: 2px 8px 2px 8px;	
	border-left: 1px solid #D4D4D4;
	color: #fff;
	text-decoration: none;			
}

div#shortnavi li a:hover {	
	color: #fff;
}

div#shortnavi li a.sel:link, 
div#shortnavi li a.sel:visited,
div#shortnavi li a.sel:hover,
div#shortnavi li a.sel:active{
	float: left;
	display: block;
	padding: 2px 8px 2px 8px;	
	border-left: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	text-decoration: none;		
}

/************************ TABS ****************************/

    #tabs {
      float:left;
      width:100%;
		color: #FFFFFF;
		font-size: 1.0em;
		/*background: url(../images/hotel.bg.navi_05.gif) left bottom no-repeat;
      font-size:93%;*/
      line-height:normal;
	  /*border-bottom:1px solid #24618E;*/
      }
		
    #tabs ul {
	margin:0;
	padding: 5px 10px 0 30px;
	list-style:none;
      }
		
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
		font-weight: bold;
      background:url(../images/tableft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url(../images/tabright.gif) no-repeat right top;
      padding: 5px 30px 4px 21px;
      color:#2F396B;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
		
		#tabs a.sel {
	      background:url(../images/tableft.gif) no-repeat 0% -42px;
		}
		
    #tabs a.sel span {
      background:url(../images/tabright.gif) no-repeat 100% -42px;
      color:#fff;
      }
		
		#subtabs{
			background: url(../images/hotel.bg.navi_05.gif) left bottom no-repeat;
		height: 30px;
		line-height: 25px;
		clear: both;
		color: #fff;
		font-size: 0.9em;
			font-family: Arial, Helvetica, sans-serif;
		}
		
#subtabs ul{
	display: inline;
	list-style-type: square;
	padding: 10px;
	margin: 0;
}

#subtabs ul li{
	display: inline;
}

#subtabs ul li a:link,
#subtabs ul li a:active,
#subtabs ul li a:visited{
	color: #fff;
	/*border: #F1F1F1 1px solid;*/
	border-right: #1C223F 1px solid;
	border-bottom: #1C223F 1px solid;
	border-top: #435384 1px solid;
	border-left: #435384 1px solid;
	padding: 1px 20px 1px 20px;
	margin-right: 3px;
	background: #2F396B;
	font-family: Arial, Helvetica, sans-serif;
	/*
	Tahoma, 
	font-weight: bold;*/
	text-decoration: none;
}

#subtabs ul li a:hover{
	text-decoration: none;
	border-right: #435384 1px solid;
	border-bottom: #435384 1px solid;
	border-top: #1C223F 1px solid;
	border-left: #1C223F 1px solid;
	background: #232B50;
}

#subtabs ul li a.sel:link,
#subtabs ul li a.sel:visited,
#subtabs ul li a.sel:active,
#subtabs ul li a.sel:hover{
	border-right: #435384 1px solid;
	border-bottom: #435384 1px solid;
	border-top: #1C223F 1px solid;
	border-left: #1C223F 1px solid;
	text-decoration: none;
	background: #232B50;
}

/************************ /TABS ****************************/

div#main_content {
	position: absolute;
	left: 0px;
	top: 133px;
	/*background: transparent url(../images/c2rbg.gif) 0px 0px repeat-y;*/
	background: #fff;
	border-left: #DADADA 1px solid;
	border-right: #DADADA 1px solid;
	border-bottom: #DADADA 1px solid;
	padding: 0;
	width: 778px;
	min-height: 500px;
	height: auto !important;	
	height: 500px;
}

div#main_content .bdc {
	font-size: 0.9em;
	height: 20px;
	padding: 2px 0 0 7px;
	color: #929292;
	background: #f1f1f1;
	font-weight: bold;
	border-bottom: #dadada 1px solid;
}

div#main_content .bdc h2 {
	font-size: 1em;
	color: #929292;
}

div#main_content .bdc a, 
div#main_content .bdc a:link, 
div#main_content .bdc a:active, 
div#main_content .bdc a:visited {
	/*color: #929292;
	color: #CC0000;*/
	color: #929292;
	text-decoration: none;
	font-weight: normal;
	padding: 0 2px;
}

div#main_content .bdc a:hover {
	color: #CC0000;
	text-decoration: none;
}

div#main_content .bdc .sel {
	font-weight: normal;
	padding: 0 2px;
}

div#content_frame {	
	width: 100%;
	float:right;
	display: block;		
}

div#right_frame {
	width: 190px;
	float: right;
	display: block;
	/*background: #f1f1f1;*/
	/*padding-top: 14px;
	margin-right: 10px;*/
	padding-bottom: 70px;
	/*border-left: #D1D7DC 1px solid;*/
	font-size: 0.9em;
}

#right_frame .content_box{
	padding: 8px;
}

#right_frame td{
	font-size: 1.0em;
}

#right_frame h1,
#right_frame h2,
#right_frame h3,
#right_frame h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
	color: #002261;
}

div#content_frame h2 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: normal;
	color: #002261;
	padding: 3px 0 3px 0;
	/*margin-bottom: 10px;*/
}

div#content_frame h3{
	font-size: 1.0em;
	line-height: normal;
	color: #002261;
	padding: 20px 0 3px 0;
}

div#content_frame h4{
	font-size: 1.0em;
	line-height: normal;
	color: #002261;
	padding: 20px 0 3px 0;
}

div#content_frame p,
div#main_content_print p, 
div#content_frame h5 {
	font-size: 1.0em;
	line-height: 1.6em;
	color: #002261;
}

div#content_frame p, 
div#main_content_print p{
	/*padding: 0 0 10px 0;*/
	margin-top: 0px;
}

div#content_frame ul,
div#main_content_print ul {
	list-style-type: square;
	
	margin-top: 0px;
	margin-bottom: 10px;
	/*margin-left: 20px;*/
}

div#content_frame ul li {
	font-size: 1.0em;
	line-height: 1.2em;

	padding-bottom: 5px;

	color: #002261;
}

div#content_frame ol {
	margin: 0;
	padding: 20px 30px 10px 30px;
}

div#content_frame ol li {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #002261;
}

div#content_inner {
	width: auto;	
	/*padding: 10px 40px 40px 20px;	*/
	padding: 10px 0px 40px 0px;
	display: block;
	font-size: 1.0em;
}

.gtt {
	/*float: right;	
	width: auto;*/
	padding-bottom: 90px;
	display: block;
	clear: both;
}

.gtt a:link,
.gtt a:visited,
.gtt a:active {
	float: right;
	border-top: 1px solid #D4D4D4;	
	font-size: 0.9em;	
	display: block;
	padding: 2px 10px;
	color: #7D7D7D;
	text-decoration: none;	
}

.gtt a:hover {		
	color: #CC0000;
}


div#footnav {
	width: auto;
	margin: 10px;
	font-size: 0.9em;	
	color: #7D7D7D;
	padding: 10px 0 0px 18px;
	border-top: 1px solid #D4D4D4;	
}

div#footnav a {
	padding: 0 2px;
	color: #7D7D7D;
	text-decoration: none;	
}

div#footnav a:hover {		
	color: #CC0000;
}

div#footer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 778px;	
	/*background: #fff url(../images/fbg.gif) 0px 0px no-repeat;	*/
	background: #fff;
	border-top: #3E477A 4px solid;
	padding: 10px 0 0px 0;
	font-size: 0.8em;
	color: #9C9C9C;
	text-align: center;
	clear: both;
}

#footer a:link,
#footer a:active,
#footer a:visited{
	color: #9C9C9C;
	text-decoration: none;
}

#footer a:hover{
	color: #333;
}

/*************************************/

#content_frame .content_box{
	line-height: 1.2em;
	font-size: 1.0em;
	clear: both;
	padding-left: 5px;
	padding-right: 5px;
}

#content_frame .content_box td,
div#main_content_print .content_box td{
	font-size: 1.0em;
	line-height: 1.5em;
}

.link_box_head,
.download_box_head{
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px;
	border-top: #D1D7DC 1px solid;
	border-right: #D1D7DC 1px solid;
	border-left: #D1D7DC 1px solid;
	background: #FAFAFA;
}

.link_box_content,
.download_box_content{
	border-right: #D1D7DC 1px solid;
	border-bottom: #D1D7DC 1px solid;
	border-left: #D1D7DC 1px solid;
	background: #FAFAFA;

	margin-bottom: 5px;
}

.link_box_content ul,
.download_box_content ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.link_box_content ul li{
	margin-left: 20px;
	padding: 5px 0 5px 15px;
	text-transform: none;
	font-weight: normal;
	background: transparent url(../images/arrow_linklist.gif) 0px 7px no-repeat;
	list-style: none;
}

.download_box_content ul li{
	padding: 5px 0 5px 15px;	
	margin-left: 20px;
	text-transform: none;
	font-weight: normal;
	background: transparent url(../images/pico.png) 0px 3px no-repeat;
	list-style: none;
	/*padding-left: 15px;
	background: url(../images/arrow_linklist.gif) left center no-repeat;*/
}

.link_box_content ul li a:link,
.link_box_content ul li a:active,
.link_box_content ul li a:visited,
.download_box_content ul li a:link,
.download_box_content ul li a:active,
.download_box_content ul li a:visited{
	text-decoration: none;
	color: #002261;
}

.link_box_content ul li a:hover,
.download_box_content ul li a:hover{
	color: #CC0000;
	text-decoration: underline;
}

#navi .content_box{
	font-size: 1.0em;
	line-height: 1.4em;
	padding-left: 8px;
	padding-right: 8px;
	color: #7D7D7D;
}

#navi .content_box h1, 
#navi .content_box h2, 
#navi .content_box h3,
#navi .content_box h4{
	font-size: 1.0em;
	font-weight: bold;
}


/*   News    */

a.news_link:link,
a.news_link:active, 
a.news_link:visited{
	font-size: 1.0em;
	float: right;
	/*display: block;*/
	text-decoration: none;
	font-weight: bold;
}

a.news_link:hover{
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}

td a.news_link:link,
td a.news_link:active, 
td a.news_link:visited{
	font-size: 1.0em;
	text-align: right;
	display: block;
	text-decoration: none;
}

td a.news_link:hover{
	text-decoration: underline;
}

span.news_small{
	font-size: 10px;
	color: #999;
	font-weight: normal;
}

h1.news_detail_h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	display: inline;
	color: #002261;
}


h2.news_detail_h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16px;
	display: inline;	
	color: #002261;
}

h2.news_h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 16px;
	display: inline;
	color: #002261;
}

h2.news_h2 a:link,
h2.news_h2 a:visited,
h2.news_h2 a:active{
	padding: 7px 0 5px 15px;	
	text-transform: none;
	font-weight: normal;
	background: transparent url(../images/news_article.gif) 0px 7px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 16px;
	display: inline;
	color: #002261;
}

h2.news_h2 a:hover{
	color: #CC0000;
}

td h2.news_h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 16px;
	display: inline;
	color: #002261;
}

td h2.news_h2 a:link,
td h2.news_h2 a:visited,
td h2.news_h2 a:active{
	padding: 7px 0 5px 15px;	
	text-transform: none;
	font-weight: normal;
	background: transparent url(../images/news_article.gif) 0px 7px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 16px;
	display: inline;
	color: #002261;
}

td h2.news_h2 a:hover{
	color: #CC0000;
}

.news_navi{
	text-align: left;
	text-indent: 5px;
	/*border-bottom: #D1D7DC 1px solid;*/
}

.news_navi_body{
	padding: 5px;
	background: #FAFAFA;
	border: #D1D7DC 1px solid;
	/*border-left: #D1D7DC 1px solid;
	border-right: #D1D7DC 1px solid;*/
}

.news_navi a:active,
.news_navi a:link,
.news_navi a:visited{
	padding: 1px;
	margin-left: 1px;
	padding-left: 8px;
	padding-right: 8px;
	border-left: #D1D7DC 1px solid;
	border-right: #D1D7DC 1px solid;
	border-top: #D1D7DC 1px solid;
	background: #fff;
}

.news_navi a:hover{
	background: #3E477A;
	color: #fff;
}

.news_navi .news_navi_active{
	padding: 1px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	border-left: #3E477A 1px solid;
	border-right: #3E477A 1px solid;
	border-top: #3E477A 1px solid;
	background: #3E477A;
	color: #fff;
}

.news_teaser_pic{
	float: left; 
	padding: 5px; 
	margin: 2px;
	border: #D1D7DC 1px solid;	
	background: #fff;
}

.news_detail_pic{
	padding: 5px; 
	border: #D1D7DC 1px solid;	
	background: #fff;
}

.spacer{
	margin-top: 14px;
}

img.border{
	margin: 3px;
	border: #3E477A 1px solid;
}

/* Domain-Check */

#davail{
	background: #CDFFC9 url(../images/ok.gif) 10px 10px no-repeat;
	height: 50px;
	line-height: 50px;
	text-indent: 50px;
	color: #008000;
	font-weight: bold;
	border: #008000 1px solid;
	margin-top: 5px;
}

#dunavail{
	background: #FFB1B1 url(../images/error.gif) 10px 10px no-repeat;
	height: 50px;
	line-height: 50px;
	text-indent: 50px;
	color: #CC0000;
	font-weight: bold;
	border: #CC0000 1px solid;
	margin-top: 5px;
}

#dunavail2{
	background: #FFFDD7 url(../images/alert.gif) 10px 10px no-repeat;
	height: 50px;
	line-height: 50px;
	text-indent: 50px;
	color: #787200;
	font-weight: bold;
	border: #787200 1px solid;
	margin-top: 5px;
}

#drequest{
	background: #FAFAFA;
	border: #D1D7DC 1px solid;
	padding: 5px;
}

#dinfos{
	margin-top: 5px;
	background: #FAFAFA;
	border: #D1D7DC 1px solid;
}

/* Google-Map */

#map{
	border: #D1D7DC 1px solid;
}

textarea, input, select{
	font-family: Arial, Helvetica, sans-serif;
	color: #002261;
	font-size: 1.0em;
}

#right_frame .input_mini{
	font-family: Arial, Helvetica, sans-serif;
	color: #002261;
}

v\:* {
	behavior:url(#default#VML);
}

#ifo{
	display: none;
}

/******* SPECIAL ************/

.bgboxtop{
	background: url(../images/bg.box.top.gif) left top no-repeat;
	height: 26px;
	line-height: 26px;
	width: 186px;
	overflow: hidden;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
}

.bgboxcenter{
	background: url(../images/bg.box.center.gif) left top repeat-y;
	width: 186px;
	min-height: 210px;
	height: auto !important;
	height: 210px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

.bgboxbtm{
	background: url(../images/bg.box.btm.gif) left top no-repeat;
	height: 28px;
	line-height: 28px;
	width: 186px;
	overflow: hidden;
	font-weight: bold;
	text-align: right;
}

.box{
	width: 186px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	white-space: nowrap;
}


ul.teaser{
	list-style-image: url(../images/li_teaser.gif);
}

ul.teaser li,
ul.content li{
	padding-left: 7px;
}

ul.content{
	list-style-image: url(../images/li_content.gif);	
}

.wbox{
	width: 574px;
	padding: 0px;
	margin: 0px;
}

.wboxtop{
	width: 574px;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	background: url(../images/wbox.gif) 50% 0% no-repeat;
}

.wboxbtm{
	width: 574px;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	background: url(../images/wboxbtm.gif) 50% 100% no-repeat;
}
.wbox770{
	width: 764px;
	padding: 0px;
	margin: 0px;
}

.wboxtop770{
	width: 764px;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	background: url(../images/wbox770.gif) 50% 0% no-repeat;
}

.wboxbtm770{
	width: 764px;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	background: url(../images/wbox770btm.gif) 50% 100% no-repeat;
}
.dbox{
	width: 174px;
	padding: 0px;
	margin: 0px;
}

.dboxtop{
	width: 174px;
	padding: 8px;
	vertical-align: top;
	text-align: left;
	background: url(../images/dbox.gif) 50% 0% no-repeat;
}

.dboxbtm{
	width: 174px;
	padding: 8px;
	vertical-align: top;
	text-align: center;
	background: url(../images/dboxbtm.gif) 50% 100% no-repeat;
}

legend{
	color: #002261;
}
