@charset "utf-8";

@import 'navi.css';
@import 'fonts.css';
@import 'faq.css';
@import 'news.css';
@import 'booking.css';
@import 'forms.css';

/***************************************
	a certo web & design project
	www.certo-net.ch
****************************************/

* {
	outline:none;
	}

html {
	height:100%;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2c2c2c;
	overflow:auto;
	overflow: -moz-scrollbars-vertical;
	background:url(../images/hbg.gif) repeat-x #2c2c2c;
	margin: 0px;
	padding: 0px;
	height:100%;
}

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
 }


#main {
	position:relative;
	width: 952px;
	min-height: 100%;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/bg.gif);
	float:none;
	/*border-left:1px solid white;
	border-right:1px solid white;*/
	}
	
* html #main {
	height:100%;
	}
	

#header {
	width:950px;
	height:100px;
	background:url(../images/header.jpg);
	margin-left:1px;
	}

#navi {
	width:950px;
	height:30px;
	background:url(../images/navi.jpg);
	margin-left:1px;
	}

#sub {
	width:950px;
	height:5px;
	background:#ffffff;
	margin-left:1px;
	}

#content {
	width:952px;
	background:url(../images/bg.gif);
	float:left;
	}

#footer {
	width:952px;
	clear:both;
	height:20px;
	}	

#cnav {
	float:left;
	width:187px;
	padding:0px 1px 0px 0px;
	margin-left:1px;
	}

#mcontent {
	float:right;
	width:742px;
	padding: 5px 10px 5px 10px;
	margin-right:1px;
	}
	
	
/* content visual */

.content_visual {
	font-family:Verdana, Geneva, sans-serif;
	display:block;
	width:742px;
	height:250px;
	background:url(../images/content_visual.jpg) no-repeat;
	margin-bottom:10px;
	position:relative;
}

.content_visual span.content_visual_text {
	display:block;
	position:absolute;
	left:15px;
	bottom:15px;
	background:none;
	padding:0;
}

.content_visual span {
	font-size:23px;
	color:#009ee0;
	background:#fff;
	padding:2px 10px;
	line-height:30px;
}