@import "hotel.css";
@import "search.css";
@import "afieroma.css";

* { margin:0; padding:0; border:0; }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

html{
	font-family: Tahoma;
	font-size: 13px; 	
	color: #00263c;
	height:100%;
	min-height:100%;
	min-width:948px;
}

body {
	margin:0px;
	height:100%;
	min-height:100%;
	line-height:1.7;
	min-width:948px;
	background-image:url(../images/bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#d8d8d8;
}

p{
	margin-bottom:8px;
	margin-top:3px;
}

h2{	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#60c9df;
	font-weight:normal;
	margin-bottom:4px;
	font-style:italic;
}

h2 img{
	margin-left:10px;
	position:relative;
	top:3px;
}
/*
ul{
	list-style-type:none;
}
*/
/* =Links
---------------------------------------------------------------------*/
a:link, a:visited { font-style: normal; font-size:11px; color:#00263c; text-decoration:underline; }

a:hover { font-style: normal; color:#FF3333; font-size:11px; text-decoration:underline;}

a.else:link, a.else:visited { font-style: normal; font-size:11px; color:#ff7e02; text-decoration: none; }

a.else:hover { font-style: normal; color:#33CCFF; font-size:11px; text-decoration: none; }

a.more:link, a.more:visited { font-style: normal; color:#000000; font-size:11px; text-decoration: underline; }

a.more:hover { font-style: normal; color:#ff7e02; font-size:11px; text-decoration: underline; }

/* =Menu
---------------------------------------------------------------------*/
.banner{
	background:url(../images/layout_09.jpg) no-repeat;
	width:248px;
	height:181px;
	float:right;
	margin-top:5px;
}

.banner-left{
	background:url(../images/banner_left.jpg) no-repeat;
	width:234px;
	height:181px;
	float:left;
	margin-top:5px;	
}

.banner-proo{
	width:190px;
	height:auto;
	float:left;
	padding-left: 40px;
	/*margin-top:5px;*/	
}

/* =Content
-----------------------------------------------------------------------------*/
.top-menu{
	display:block;
	padding-top:20px;
}

#lang{
	float:right;
	font-size:11px;
	padding-right:20px;
}

#header{
	width:947px;
	height:252px;
}

#wrapper{
	width:948px;
	min-width:948px;
	margin-left:auto;
	margin-right:auto;
}

#container {               
	background-image:url(../images/body.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	min-width:933px;
	width:933px;
	min-height:800px;
	padding-left:15px;
	padding-right:5px;
}

#left_bar{
	float:left;
	width:235px;
	height:auto;
	padding-top:23px;
}

#center{
	width:690px;
	float:left;
	margin-bottom:15px;
}

#mbody{
	float:left;
	width:390px;
	padding-top:5px;
	padding-left:15px;
}

.protasi{
	background:url(../images/layout_26.jpg) 12px 20px no-repeat;
	width:225px;
	height:240px;
	position:relative;
	float:left;
}

.name{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#00acd0;
	font-style:italic;
	position:absolute;
	top:183px;
	left:24px;
}

.hotel{
	position:absolute;
	top:0px;
	left:15px;
	border-top:#60c9df 1px solid;
	width:208px;
	height:24px;
	line-height:24px;
}

.eikona{
	position:absolute;
	top:34px;
	left:20px;
}

.stars{
	position:absolute;
	right:2px;
	top:5px;
}

#map{
	float:right;
	margin-top:10px;
	margin-right:10px;
}

#afieroma{
	background:url(../images/layout_18.jpg) 2px 0px no-repeat;
	width:234px;
	height:385px;
	float:right;
	margin-top:5px;
	position:relative;
}

#afieroma img{
	position:absolute;
	top:60px;
	left:11px;
	border:dashed 1px #60c9df;
}

#afieroma p{
	position:absolute;
	top:300px;
	left:13px;
}

/* =Form elements only 
-----------------------------------------------------------------------------*/
input, textarea, select{
   font-size:12px;
   padding-left:4px;
   padding-top:2px;
   padding-bottom:2px;
   margin-top:2px;
   margin-bottom:3px;
}

#contact-form input, textarea{
	font-size:12px;
	font-style:italic;
	color:#FF6600;
	border:#000033;
	border:1px dotted;
	padding:3px;
}

/* =Various styles
-----------------------------------------------------------------------------*/
#footer {
	height:25px;
	width:100%;
	line-height:25px;
	text-align:right;
	font-size:11px;
	background-color:#383838;
	color:#FFFFFF;
}

.style1 {color: #eea600}

.style2 {color: #02b2c4}