BODY {
	position: relative;
	background-color: rgb(27,125,224);
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

a, a:active, a:visited {
	text-decoration: none;
	color: white;
}

/* ----------- LOGO ----------- */


.logo {
	position: relative;
	float: left;
	height: 100px;
	width: 950px;
}

.logo img {
	position: absolute;
	left: 50px;
	top: 20px;
}

.languagetable {
	position: absolute;
	width: 500px;
	height: 50px;
	left: 325px;
	top: 10px;
}

.languagetable img {
	position: relative;
	width: 40px;
	border: none;
}

.languagetable a {
	display: block;
}

/* ----------- MENU ----------- */

h1 {
	color: blue;
}

.leftmenu {
	position: relative;
	float: left;
	width: 300px;
	height: 500px;
	color: black;
}

.leftmenu_list {
	list-style-type: none;
	font-size: 18px;
}

.leftmenu_sublist {
	list-style-type: none;
}


/* ----------- CONTENT ----------- */

.content {
	position: relative;
	float: left;
	width: 650px;
}

.accomodationblock {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.accomodationblock table {
	width: 100%;
}

.accomodationblock td {
	text-align: justify;
}

.accomodationname {
	text-align: left;
	font-size: 20px;
}

.accomodationpics {
	text-align: right;
	font-size: 16px;
}

.routeby {
	list-style-type: none;
}

/* PRICES */

.pricestable {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	cursor: default;
}

.pricestableheader {
	font-weight: bold;
	font-size: 25px;
	color: white;
}

.pricestablerowheader {
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
}

.pricestableaccoheader {
	text-align: left;
	font-size: 20px;
	color: white;
	font-weight: bold;
}

/* NEWS */

.smallnewsheader {
	width: 100%;
	border-bottom: 1px solid black;
	cursor: pointer;
}

.newstitle {
	text-align: left;
	font-size: 18px;
}

.newsdate {
	text-align: right;
}





.Stile1 {
	font-family: "Comic Sans MS";
}

.Stile10 {
	color: #FFFFFF;
}

.Stile16 {
	font-size: 18px;
}

.Stile18 {
	font-size: 18px;
	font-family: "Comic Sans MS";
}

.Stile25 {
	font-size: 18px;
	font-style: italic;
	font-family: "Comic Sans MS";
}

.Stile26 {
	font-family: "Comic Sans MS";
	font-style: italic;
}

.Stile27 {
	font-size: 18px;
	font-style: italic;
}

