@charset "utf-8";
/* CSS Document */

/* ---------------RESET---------------- */ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------- RESET FINISH -------------------- */

html {
	height:100%;
}

body {
	background: #FFF url('../img/pattern.gif');
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 62.5%;
	color: #000;
	text-align: center;
	height:100%;
}

#wrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
    text-align: center;
}

#wrapper-inne {
	width: 1262px;
	/*height:100%;
	/*min-height: 720px;*/
	background: transparent url('../img/bamboo.png') no-repeat;
	position: relative;
	margin: 0 auto;
    text-align: center;
}

#sup {
	width: 777px;
	height: 448px;
	background: url('../img/logga1.png');
	margin: 0 auto;
}

#inf {
	margin: 0,
}

#container {
	width: 1117px;
	height:auto;
	overflow:hidden;
	background: transparent url('../img/contet_bg.png') repeat;
	margin: 0 auto;
	position:relative;
	text-align:left;
}

#header {
	width:1115px;
	height: 194px;
	background:transparent url('../img/header.png');
	margin: 0 auto;
}

#footer {
	width:1117px;
	height:65px;
	background:transparent url('../img/footer_bg.png');
	margin: -36px auto 0;
	text-align:center;
	position:relative;
	z-index:100;
}

#clear {
	clear:both;
	height:1%;
	visibility:hidden;
}

#nav {
	width: 200px;
	height:auto;
	min-height: 381px;
	border-right:solid 1px #000;
	margin: 40px 0;
	float:left;
}

#nav ul {
	padding-left:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 2em;
}

#nav ul li {
	margin-top:10px;
}

#nav ul li a {
	color:#000;
	text-decoration:none;
}

#nav ul li a:hover, #nav ul li a.on {
	color:#9f122c;
}

#content {
	width:836px;
	height:auto;
	min-height:100%px;
	margin:40px 20px;
	float:left;
	position:relative;
}

h2 {
	padding-left:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:2.4em;
}

p {
	width: 100%;
	padding: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	line-height:1.2em;
}

a {
	color:#000;
}

a:hover {
    color:#9f122c;	
}

.meny, .bilder {
	text-align:center;
}

.meny p {
	clear:left;
}

.meny img {


	border:none;
}

.meny h2 {
	margin:0 auto 20px;
	padding:0;
}

.meny p {
	margin:30px auto;
	padding:0;
}

.meny a {
	font-size:1.4em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;

	display:block;
	clear:left;
}

.bilder .can {
	display:block;
	float:left;
	width:161px;
	height:110px;
	border: solid #999 1px;
	background-color:#ccc;
	text-align:center;
	margin:10px;
	padding:10px;
}

.bilder .can:hover {
	background-color:#aaa;
}

.bilder .can img{
	margin-top:5px;
}

.fix {
	width:200px;
	display:block;
	float:left;
	text-align:center;
	margin-bottom:40px;
}
.name {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:2em;
}

img.simple {
	float:right;
	padding:20px;
	border:none;
}

iframe {
	float:right;
	padding:20px;
	border:none;
}

#foo1 {
	width:200px;
    clear:left;
	position:absolute;
	top:0;
	left:30px;
	margin:10px auto 2px;
	text-align:center;
	float:left;
}

#foo2, #foo3, #foo4, #foo5 {
	width:200px;
	position:absolute;
	top:0;
	margin:10px auto 2px;
	text-align:center;
	float:left;
}

#foo2 {
    left:230px;	
}

#foo3 {
    left:430px;	
}

#foo4 {
    left:630px;	
}

#foo5 {
    left:830px;	
}

#foo1 p, #foo2 p, #foo3 p, #foo4 p, #foo5 p {
	font-size: 1.1em;
	line-height:1.1em;
	color:#fff;
} 
