html {
	margin: 0;
	padding: 0;
	}
	
body { 
	font: 12px arial, sans-serif;
	line-height: 1.1em;
	color: black; 
	margin: 0; 
	padding: 0;
	background: url(../img/bg.jpg) top repeat-x;
	}
	
h1 {
	font: 26px arial;
	color: #2ca6ed;
	 
	}

h2 {
	font-size: 12px;
	color: #3c810e;
	 
	}
span.nameroom {
font-size: 1.2em;
}
	
a:link { 
	color: black;
	text-decoration: none;
	}
	
a:visited { 
	color: black;
	text-decoration: none;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: black;
	}

a img {
	
	border: none;
	}

ul, li {
	margin: 0; 
	padding: 0;
	}



.clear {

		clear: both;
	}
	
.container { 
	position: relative;
	padding: 0;  
	margin: 0 auto; 
	width: 890px; 
		/*border: 1px dashed black;*/
	}

.container .header {
	position: relative; 
	width: 100%;
	height: 570px;
	
	}
	
.header .logo {
	position: absolute;
	height: 40px;
	width: 310px;
	top: 20px;
	left: 30px;
	background: url(../img/logo.jpg) no-repeat;
	}
	
.logo_link {
	display: block;
  width: 100%;
	height: 40px;
}
	
.header .home_1 {
  padding: 0;
  margin: 0;
	position: absolute;
	height: 251px;
	width: 312px;
	top: 109px;
	left: 10px;
	background: url(../img/home_1.jpg) no-repeat;
	}
	
.header .home_2 {
  padding: 0;
  margin: 0;
	position: absolute;
	height: 427px;
	width: 516px;
	top: 130px;
	left: 322px;
	background: url(../img/home_2.jpg) no-repeat;
	}
	
.header .home_3 {
  padding: 0;
  margin: 0;
	position: absolute;
	height: 197px;
	width: 76px;
	top: 360px;
	left: 246px;
	background: url(../img/home_3.jpg) no-repeat;
	}
	
.guestbook{
	padding: 0;
  	margin: 0;
	width: 600px;

	}

.guestbook h1, h2{
	color:#fff;
	}

.guestbook h3{
	color:#000;
	}
			
.guestbook .guest_contact{
	width: 600px;
	height:210px;
	}
		
.header .map {
  padding: 0;
  margin: 0;
	position: absolute;
	height: 446px;
	width: 663px;
	top: 155px;
	left: 100px;
	background: url(../img/map.jpg) no-repeat;
	}
	
.header .location {
  padding: 0;
  margin: 0;
	position: absolute;
	height: 467px;
	width: 874px;
	top: 101px;
	left: 10px;
	background: url(../img/location.jpg) no-repeat;
	}
	
.header .title {
	position: absolute;
	left: 30px;
	top: 435px;
	height: 100px;
	width: 220px;
	z-index: 210;
	font-family: Geneva;
	font-size: 13px; 
	line-height: 1.2em;
	font-style: italic;
	color: #474747;
}
	
.header .rooms {
  padding: 0;
  margin: 0;
	position: absolute;
	height: 468px;
	width: 868px;
	top: 101px;
	left: 10px;
	background: url(../img/rooms.jpg) no-repeat;
	}
	
.header .img_contact {
  padding: 0;
  margin: 0;
	position: absolute;
	height: 460px;
	width: 832px;
	top: 110px;
	left: 10px;
	background:    no-repeat;background-image:url(../img/contacts.jpg);
	}
	
.header .contacts {
  padding-right: 90px;
  margin: 0;
  text-align: right;
	position: absolute;
	height: 70px;
	width: 220px;
	top: 10px;
	right: 70px;
	background: url(../img/flags.jpg) right top no-repeat;
	color: white;
	}
	
.greece_link {
  position: absolute;
	display: block;
	top: 0;
	right: 40px;
  width: 30px;
	height: 30px;
}

.eng_link {
  position: absolute;
	display: block;
	top: 0;
	right: 0px;
  width: 30px;
	height: 30px;
}
	
.header .menu {
	position: absolute;
	right: 0px;
	top: 90px;
	width: 618px;
	height: 40px;
	}
	
.menu ul {
	list-style: none;
	padding: 10px 0 0 10px;
	margin-left: 0px;
	}
	
.menu li {
	display: block; 
	float: left;
	padding: 0 25px 0 0;
	font: bold 14px arial; 
	color: white;
	text-align: center;
	}
	
.menu a, a:hover, a:visited{
	color: #3c810e;
	} 

.content {
	margin: 0;
	position: relative;
  padding: 0 10px 0 40px;
	width: 100%;
	color: #474747;	
	font: 12px arial;
	line-height: 1.1em;
	}
	
.content p {
	display: block;
	font: 12px arial;
	margin-bottom: 10px;
	}
	
.content a.img_link {
	margin-right: 25px;
	}
	
.content ul {
	padding-left: 10px;
	}

.content .img_loc {
	margin-top: 0px; 
	margin-right: 49px; 
	}

	
.footer {
	position: relative;
	left: 610px;
	width: 220px;
	height: 50px;
  }

.footer .web_logo {
	position: absolute;
	top: 15px;
	width: 73px;
	height: 13px;
	right: 16px;
	background: url(../img/web_logo.gif) no-repeat;
  }

.web_logo_link {
	display: block;
  width: 100%;
	height: 13px;
}

.grey11 {
	color:#666666;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
}

.black10 {
color:#000000;
font-family:Verdana;
font-size:10px;
font-weight:normal;
}
.black10bold {
color:#000000;
font-family:Verdana;
font-size:10px;
font-weight:bold;
}

img.room_img  {
padding: 1px; 
border: 1px solid #CCCCCC;

}

.span_cf_titles{
	color:#000000;
	font-size:11px;
}

.span_cf_star{
	color: #db0000;
}

.input_cf_1_out{
	padding:2px;
	width:300px;
	background-color:#e7f4f7;
	border:solid 1px #fff;
	font-size:11px;
	}
	
.input_cf_1_over{
	width:300px;
	background-color:#fff;
	border:solid 1px #db0000;
	padding:2px;
	font-size:11px;
	}

.input_cf_1_out_guest{
	padding:2px;
	width:150px;
	background-color:#87BAD9;
	border:solid 1px #fff;
	font-size:11px;
	}
.input_cf_1_over_guest{
	width:150px;
	background-color:#B8D5E5;
	border:solid 1px #fff;
	padding:2px;
	font-size:11px;
	}

.input_cf_1_out_captcha{
	padding:2px;
	width:150px;
	background-color:#fff;
	border:solid 1px #fff;
	font-size:11px;
	}
	.input_cf_1_over_captcha{
	width:150px;
	background-color:#fff;
	border:solid 1px #fff;
	padding:2px;
	font-size:11px;
	}
