body {
  font-family: "Verdana, Courier, Arial", sans-serif;
  font-size: 12px;
  color: #444;
  background-color: white;
}
.mainBlock {
  width: 798px;
}

.header {
  height: 183px;
  width: 798px;
}

.body {
  width: 798px;  
}

.footer {
  text-align: center;
  color: white;
  font-size: 10px;
  clear: both;
  width: 798px;
}

.language {
  text-align: right;
  padding-bottom: 3px;
  margin-right: 10px;
  margin-bottom: 3px;
  color: white;
  font-size: 10px;
  width: 798px;
}

language.A:link, language.A:visited, language.A:active, A {
  text-decoration: none;
  color: white;
}


.illustration {
    float: right;
    width: 300px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.welcomeTable {
    width: 100%;
    color: #777;
    margin-left: 30px; 
    margin-bottom: 5px;
}

.welcomeTable tr td {
    vertical-align: top;
}

.welcomeTable div.welcomeContainer {
}

.welcomeTable h2.title {
    margin: 15px 0px 10px 0px;
    font-size: 14pt;
    color: orange;
    font-style: italic;
    font-family: "Verdana, Courier, Arial", sans-serif;
}

.welcomeTable div.welcomeMsg {
    font-size: 9pt; 
    margin-left: 10px;
}

.welcomeTable div.seperator {
    margin: 5px 0px 5px 0px;
    height: 25px;
    background: url('star_seperator.png') no-repeat top;
}

.welcomeMsg a:link, .welcomeMsg a:visited,.welcomeMsg a:active, .welcomeMsg A {
    text-decoration: none;
    color: blue;
}

.descr a:link, .descr a:visited,.descr a:active, .descr A {
    text-decoration: none;
    color: blue;
}

footer.A:link, footer.A:visited, footer.A:active, footer.A {
  text-decoration: none;
  color: white;
}

A:hover {
  color: black;
}

ul.menu {
  width: 150px;
  padding-top: 20px; 
  padding-bottom: 20px;
}

ul.menu li {
  list-style-image: url("../img/point.png");
  font-size: 12px;
  padding: 0px;
}
ul.menu li a, ul.menu li a:visited { color: #0033AA; width: 100%; text-decoration: none}
ul.menu li a:hover, ul.menu li a.CSStoHighLink { color: #993300; text-decoration: underline;}
ul.menu li:hover > a { color: #993300; }

DIV.menuBlock {
  width: 163px;
  float: left;
  background: url('meny.png') no-repeat;
  margin-top: 5px;
  height: 200px;
}

DIV.content {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-left: 10px;
  width: 425px;
  float: left;
}

.content hr {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

DIV.booking {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-left: 10px;
  width: 525px;
  float: left;
}

DIV.gallery {
    height: 600px;
}

DIV.decor-image{
  float: left;
  margin-top: 5px;
  text-align: right;
  width: 200px;
}

TABLE.hinnad, pre { 
  width: 450px;
  margin: 0px;
  padding: 0px;
}

TABLE.hinnad TD, TABLE.hinnad TR {
  margin: 0px;
  padding: 0px;
}

TD.price {
  width: 72px;
  text-align: center;
  white-space: nowrap;
}
TD.descr {
  width: 250px;
}
TD.nr{
  width: 57px;
}

DIV.gallery{
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-left: 10px;
  width: 550px;
}

IMG.galleryItem {
  margin: 10px;
  border: none;
  width: 72px;
  height: 72px;
}

/* form display */
div.row {
  clear: both;
  padding-top: 6px;
  margin: 0px;
  font-size: 12px;
}

div.row span.label {
  float: left;
  width: 260px;
  padding-right: 3px;
  text-align: right;
}

div.row span.input {
  float: right;
  text-align: left;
  width: 260px;
} 

input, textarea, select {
	padding-left: 2px;
	border: 1px solid #DDD;
	font-size: 11px;
	color: #777;
	background-color: white;
}

.error {
	border: 1px solid crimson;
	background-color: pink;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}
	    
.success {
	border: 1px solid limegreen;
	background-color: palegreen;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

td.hover, tr.hover{background-color: #EEE;}