@charset "utf-8";
/* CSS Document */
.logotext {
	float:left;
	width: 400px;
	margin-bottom:30px;
}

.logo2 {
	float:right;
	width:120px;
	margin-bottom:20px;
}

@charset "utf-8";
/* CSS Document */

 table {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	border:solid 1px #444;
}

th {
	background: #1e1e1e;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	text-align: center;
	vertical-align:middle;
	padding: 3px 10px 3px 12px;
}

 td {
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	padding: 3px 10px 3px 12px;
	vertical-align:middle;
	text-align:center;
}

.black {
	width: 50%;
	background: #1e1e1e;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	text-align: center;
	vertical-align:middle;
	padding: 3px 10px 3px 12px;
}

.center_text {
	width: 50%;
	text-align: center;
	vertical-align:middle;
	padding: 3px 10px 3px 12px;
}

#contact_form {
	width:280px;
	border-right:1px solid #444;
}

.email_form {
	border: 1px solid #333;
}

.facilities {
	width:260px;
	float:left;
}

/*accommodation_picture*/

.thumb_first {
	margin-right:5px;
}

.thumb {
	width:255px;
	float:left;
	padding:0px;
	border:1px solid #444;
	margin-bottom:1px;
}

.thumb span{
	display:block;
	width:254px;
	float:left;
	margin:0;
	text-align:center;
}

.thumb_last {
	margin-bottom:5px;
}

#content span{
	font-size:11px;
	}
	
#content table tr td span{
	font-size:11px;
	}
/*service page table*/
div #container table {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	border:solid 1px #444;
}

div #container th {
	background: #1e1e1e;
	width:20%;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	text-align: center;
	vertical-align:middle;
	padding: 3px 10px 3px 12px;
}

div #container td {
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	padding: 3px 10px 3px 12px;
	vertical-align:middle;
	text-align:center;
}

