body, #menu, #container, #footer, table, #cabinurlbox, span, .imagebox  {
	font-family: Times, "Times New Roman", serif;
	font-size: 16px;
	color: black;
	letter-spacing: 0;
}

a:link, a:active, a:visited,
#menu a:link, #menu a:visited, #menu a:active, 
#container a:link, #container a:visited, #container a:active
#cabinurlbox a:link, #cabinurlbox a:visited, #cabinurlbox a:active,
.imagebox a:link, .imagebox a:visited, .imagebox a:active {
	font-size: 16px;
	color: rgb(0,0,153);
	text-decoration: none;
	letter-spacing: 0;
}

a:hover, #menu a:hover, #container a:hover, #cabinurlbox a:hover, .imagebox a:hover {
	font-size: 16px;
	color: rgb(255,51,53);
	text-decoration: none;
	letter-spacing: 0;
}

/* -----------------Box med runda hörn----------------------------------------*/
.roundcont {
	width: 920px;
	margin: 0 auto;
	background-color: rgb(210,210,198);
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(toprightc.gif) no-repeat top right; 
}

.roundbottom {
	background: url(bottomrightc.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/* -----------------Meny------------------------------------------------------*/
#menu {
	text-align: left;
	margin-left: 25px;
	padding-top: 3px;
	padding-bottom: 8px;
	letter-spacing: 0px;
	clear: both;
}

#menu li {
	display: inline;
	list-style-type: none;
	padding-right: 16px;
}

#menu ul {
	margin: 0;
	padding: 0;
}


/* -----------------Sidhuvud--------------------------------------------------*/
#header {
	width: 897px;
	padding-left: 23px;
	text-align: left;
}

#header a:link, a:active, a:hover, a:visited {
	font-size: 25px;
	color: saddlebrown;
	text-decoration: none;
	letter-spacing: -1px;
}

#flagbox {
	width: 120px;
	margin-right: 13px;
	float: right;
}

#flagbox img {
	border: 0;
	float: right;
	padding-left: 4px;
}

/* -----------------Bildbox---------------------------------------------------*/
.imagebox {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

.imagebox img {
	border: 1px solid black;
}

.imagebox p {
	margin: 0;
}

/* -----------------Huvudfönster med allt innehåll----------------------------*/
#container {
	width: 840px;
	height: 100%;
	margin: 0 auto;
	padding: 20px 40px 25px 40px;
	background: rgb(241,241,238);
	text-align: justify;
}

#container li {
	list-style-type: square;
}

/* -----------------Tabell i priser.htm---------------------------------------*/
table#price {
	width: 100%;
	border-collapse: collapse;
}

table#price td {
	border: 1px solid black;
}

table#price td.top {
	border: 0;
}

/* -----------------Används i bokning.htm--------------------------------------*/
input.error {
	border: rgb(255,51,53) 2px solid;
}

table#booking td {
	padding: 3px;
}

/* -----------------Stugmeny på stugsidor--------------------------------------*/
#cabinurlbox {
	width: 100%
	text-align: left;
}

/* -----------------Används ex. i bofinken.htm---------------------------------*/
.boxcontainer {	
	width: 100%;
	height: 280px;
}

.box {
	height: 280px;
	float: left;
	padding-right: 25px;
}

/* -----------------Används i stugor.htm---------------------------------------*/
.boxcontainer2 {	
	width: 150px;
	text-align: center;
}

.left {
	float: left;
	text-align: left;
}

.right {
	text-align: right;
}

/* -----------------Används i stugor.htm---------------------------------------*/
#cabinbox {
	width: 840px;
	height: 485px;
	text-align: center;
}

/* -----------------Diverse-----------------------------------------------------*/
span#selected {
	background: rgb(0,0,153);
	color: white;
	font-size: 16px;
	padding: 0 2px 0 2px;
}

span#bigletter {
	background: rgb(0,0,153);
	color: white;
	font-size: 30px;
	padding: 0 2px 0 2px;
}

span.orange {
	color: rgb(255,51,53);
}

#footer {
	margin-bottom: -15px;
	padding: 2px;
	padding-right: 20px;
	text-align: right;
	color: saddlebrown;
}

span.caption {
	font-size: 25px;
	font-weight: bold;
}

h3 {
	margin-top: 0;
}