@import url(framework.css);
@import url(dhtml.css);
@import url(hotels.css);
@import url(googlemaps.css);
@import url(misc.css);
  
html, body{
	height:100%;
	width:100%;
}

html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td{
	margin:0;
	padding:0;
}

body {
	background-color: black;
	background-image: url(/images/animering.gif);
	background-position: -9000px -9000px;
	background-repeat: no-repeat;
	color: black;
	font-family: Arial, serif;
	font-size: 12px;
}
a {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:normal;
	outline: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.smallCaps {
	text-transform:uppercase;
	font-size:0.7em;
	letter-spacing:0.1em;
}
img {
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	color: black;
	font-family: Arial, serif;
	font-weight: normal;
}
h1 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 16px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
h2 img {
	margin: 0 0 10px 0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

h4 { font-size: 12px;}

div.packages h4 
{
	color:#fff;
	padding-bottom:5px;
}

/*h2 {font-size: 16px;margin-bottom: 16px;}
h3 {font-size: 14px;}*/

ul
{
	list-style: none;
	margin:0;
	padding:0;
}
li
{
	margin:0;
	padding:0;
}

select 
{
	font-size: 11px;
}

textarea
{
	font-family: Arial, sans-serif;
	font-size: 12px;
}

/*input { border:1px solid #BFBFBF; }*/


bookingFirstStep .bookOnline,
bookingFirstStep .bookOnPhone {
	width:231px;
	float:left;
}
	
	
	

/* guestForm */

div.formNavigation
{
	border-bottom:1px solid #000000;
	margin:0pt 30px;
	z-index:1001;
}
