body, h1, h2, h3, p, ul {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

body {
	width: 100%;
	height: auto;
	font-size: 62.5%;
	color: #464646;
	text-align: center;
	background: #abd8e3 url('../img/bg.jpg') repeat-x;
}

#container {
	width: 902px;
	height: auto;
	text-align: left;
	margin: 0 auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#header {
	background: transparent url('../img/header.jpg') no-repeat;
	width: 902px;
	height: 220px;
	margin: 0 auto;
}

h1 {
	display: none;
}

ul {
	width: 902px;
	height: 31px;
	background: transparent url('../img/meny_bg.jpg') repeat-x;
	margin: 0 auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

ul li {
	display: inline;
	margin: 0 62px;
	list-style: none;
	width: 180px;
}

ul li a {
   font-family: Century Gothic, sans-serif;
	font-size: 1.6em;
	text-decoration: none;
	color: #fff;
}

ul li a:hover, ul li a.active {
	border-bottom: 1px dotted #abd8e3;
	color: #abd8e3;
}

#content {
	width: 902px;
	height: auto;
	min-height: 420px;
	background-color: #edf6f9;
	margin: 0 auto;
	overflow: auto;
}

#content.bilder {
	width: 902px;
	height: auto;
	min-height: 420px;
	background-color: #edf6f9;
	margin: 0 auto;
	overflow: auto;
	text-align: center;
}

#content.bilder a img {
	border: none;
	margin: 20px 10px;
}

#coleft {
	width: 400px;
	height: auto;
	float: left;
	padding-top: 30px;
}

#coleft.meny {
	width: 586px;
	height: auto;
	text-align: center;
}

#coleft.uno {
	text-align: center;
}

#coleft p {
	font-size: 1.4em;
	margin: 20px;
}

#coleft a.karta {
	text-decoration: none;
	font-size: 1.6em;
	color: #464646;
	border-bottom: 1px dotted #464646;
}

#coleft a.karta:hover {
	color: #999;
	border-bottom: 1px dotted #999;
}

#coleft a.hidden {
	display: none;
}

.special {
	font-size: 1.6em;
}

h2.index {
	margin: 0 30px;
	font-family: Tahoma, sans-serif;
	font-size: 1.8em;
}

h2.interior {
	margin: 30px 30px;
	font-family: Tahoma, sans-serif;
	font-size: 1.8em;
}

h2.menyer {
   width: 520px;
	margin: 0 30px 10px;
	font-family: Tahoma, sans-serif;
	font-size: 1.8em;
}

h2.menyer:hover {
	background-color: #a9e3f9;
}

h2.menyer a {
	text-decoration: none;
	color: #464646; 
}

#meny0, #meny1, #meny2, #meny3, #meny4 {
	width: 520px;
	margin: 0 30px;
	display: none;
}

#menyfor, #menyvar, #menydes, #menydry, #menysug {
	height: auto;
	margin: 10px 0 10px;
}

#menyfor dt, #menyvar dt, #menydes dt, #menydry dt, #menysug dt {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#menyfor dd, #menyvar dd, #menydes dd, #menydry dd, #menysug dd {
	font-size: 1.4em;
	margin: 0;
	padding: 0 0 10px 0;
}

#coright {
	width: 502px;
	height: auto;
	padding-top: 30px;
	float: left;
}

#coright.meny {
	width: 316px;
}

#footer {
	width: 902px;
	height: 50px;
	margin: 0 auto;
	background: transparent url('../img/footer_bg.jpg') repeat-x;
	clear: both;
}

#footer p {
	padding: 20px 20px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #888;
}

#footer a {
	text-decoration: none;
	color: #aaa;
	border-bottom: 1px dotted #aaa;
}

#footer a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#footer p span.left {
	float: left;
}

#footer p span.right {
	float: right;
}