﻿html {overflow-y: scroll;}

body {
	background: #c6c6c6 url(design/background.jpg) no-repeat top center ;
	font-family: Georgia;
	font-size: 12px;
	line-height: 2em;
}


a, a:visited { text-decoration: none; color: #000; }
a:hover	{ text-decoration: underline; }

h1, h2, h3 { font-weight: bold; padding: 1em 0 0.5em 0;}

h1 { font-size: 22px; margin-top: 1em; }
h2 { font-size: 16px; }
h3 { font-size: 12px; }




.centering {
	width:1030px;
	margin: 0 auto;
}


.main {
	width:800px;	
}


.pagelogo {
	background: url(design/header.png) no-repeat top left;
	height:142px;
	overflow: hidden;
}

.page {	
	-moz-border-radius:0 0 20px 20px;
	-webkit-border-radius:0 0 20px 20px;
	border-radius:0 0 20px 20px;	
		
	border: 1px solid #aaa;
	overflow: hidden;	
	background: #fff;
}





.comm {
	float: right;
	margin: 30px 0px 0 5px;		
}

.ad {
	border: 1px solid #ddd;
	width: 200px;
	margin: 0 0 10px 0;
	background: #ddd;
	font-size: 12px;
	font-family: Verdana;
	line-height:1.2em;		
}
.ad img { }

.ad:hover {
	border: 1px solid #aaa;
	background: #aaa;
}
.adtext {	
	color: #000;
	padding: 4px;
	text-align:center;
}
.readmore {
	text-align: right;
	color: Green;
}


.contentpadding {
		padding:0px 30px 30px 30px;
}



/* MENU */ 

.menu1 table {
	border-collapse: collapse;
	margin: 0 auto;
	height:48px !important;
	overflow: hidden;
	border-spacing: 0;
}

.menu1 table tr td {
	white-space: nowrap !important;
	background: url(design/menu1-bg.png) repeat-x;	
	font-size:18px;	
	text-align: center;	
	vertical-align: middle;	
}

.menu1 table tr td.selectedleft {  
	background: url(design/menu1-left.png) no-repeat; 
}
.menu1 table tr td.selectedright {  
	background: url(design/menu1-right.png) repeat-x;
}
.menu1 table tr td.selected {
	background: url(design/menu1-tab.png) repeat-x;
	
} 
.menu1 table tr td.itemselected a { text-decoration: underline; }


.menu1 table tr td a , .menu1 table tr td a:visited{
	padding: 8px 15px 5px 15px;	
	text-decoration:none;
	color: #222;
}

.menu1 table tr td.selected a {
	padding: 8px 0px 5px 0px;	
}

.menu2 ul, .menu3 ul, .menu4 ul {
	padding:0;
	margin:0;	
}
.menu2 ul li, .menu3 ul li, .menu4 ul li {
	list-style: none;
	display: inline;
	padding: 0 0.5em;
}
.menu2 ul li a, .menu3 ul li a, .menu4 ul li a {
	text-decoration: none;
	color: #000;
}

.menu2 {
	font-size:16px;
	text-align: center;
	padding: 8px 0 8px;
}

.menu3 {
	padding: 0 0 8px 0;
	font-size:12px;
	text-align: center;
}


.menu2 .selected , .menu3 .selected {
	text-decoration: underline;
}

.pagetop {
	border: 1px solid #888;
	-moz-border-radius:0px;
	background: #fff;
	
}

.pagetoptext {
	text-align: center;
	font-size: 0.8em;
	padding: 8px;
}

.footer {
	background: url(design/pageshadow.png) no-repeat top center;
	padding: 24px 0;
	text-align: center;
}

.booking .header {
	font-size: 16px;
	background: #fff;
	padding: 4px;
	font-weight: bold;
}

.booking  {
	background: #eee;
}



.languageselect {
}

.languageselect a.selected {
	color: #888;
}

table.header {
	width:100%;	
	margin-bottom:4px;
}

.header td.left { text-align: left; padding: 0 16px; }
.header td.right { text-align: right; padding: 0 16px; }



.adbook {
	background: #c4d9f6 url(design/book-ad-bg.jpg) repeat-x bottom left;
	padding: 5px  0 5px 10px;
}
.adbook h2 { padding-top: 0; }

.adbook hr {
	clear:both;
	margin:8px 0;	
	border-bottom:1px solid #fff;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;	
}

.adbooklink {
	padding: 4px 16px 4px 4px;
	float: right;
	color: #000;
	background: url(design/link.png) no-repeat center right;
}
	

.pagetopimage {
	margin-top:30px;
	text-align: center;
}
.slideshowpanel {
	margin-top:10px;
	text-align:center;		
}
.slideshowpanel img { border: 1px solid #666; }

.slideshowpanel .RadRotator {
	margin: 0 auto;
}

b, strong { font-weight: bold; }
i, em { font-style: italic; }

ul {
	list-style-type: disc;
	padding-left:10px;
	margin-left:5px;
}




/*Editor:Infälld höger,.flowimageright*/
.flowimageright {
	float: right;
	padding:0 0 10px 10px;
}

/*Editor:Infälld vänster,.flowimageleft*/
.flowimageleft {
	float: left;
	padding:0 10px 10px 0;
}


/*Block:Normal,p*/
/*Block:Rubrik 1,h1*/
/*Block:Rubrik 2,h2*/
/*Block:Rubrik 3,h3*/


