/*
	png transparancy IE fix
*/
img, div {
	behavior: url(css/iepngfix/iepngfix.php)
}


/*
	presets
*/

* {
	margin:0;
	padding:0;
}

img {
	border: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

a {
	font-variant: normal;
	color: #cc4c00;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

html, body {
	margin: 0px;
	background: url(tapet.png);
	height: 100%;
	min-height: 100%;
	overflow: inherit;	/* triggers 100% height in Opera 9.5 */
}



/*
	container
*/

#container {
	margin: 0px auto 0px 30px;
	width: 90%;
	max-width: 830px;
	min-height: 100%;
	background: url(border-left.png) repeat-y left top;
}

* html #container { 
	height: 100%;	/* IE6 treats height as min-height */
}

#container .border-right {
	background: url(border-right.png) repeat-y top right;
	height: 100%;
}

#container .middle {
	background-color: white;
	margin-left: 5px;
	margin-right: 5px;
	width: auto;
	height: 100%;
	//border: solid 1px black;

}




/*
	head
*/

#head{
	position: relative;
	/*z-index: 2;*/
}

#top-image{
	background: url(top.jpg) no-repeat top right;
	height: 110px;
	margin-left: 10px;
}

#logga {
	margin: 25px 0px 0px 5px;
}

#menu {
	margin: 7px 10px 7px 10px;
	padding: 3px;
	background-color: #936447;
	font: normal 0.8em Arial;
	clear: left;
	vertical-align: bottom;
}

#menu a {
	color: #ddd;
	text-decoration: none;
	font-variant: small-caps;
	margin-left: 10px;
}

#menu a:hover{
	color: #fff;
}



/*
	content
*/

#satsyta {
	margin: 10px 10px 0px 10px;
	/*padding-bottom: 85px;*/
	/*z-index: 2;*/
	position: relative;
}

#satsyta img.left {
	margin-right: 10px;
}

#satsyta img.right {
	margin-left: 10px;
}

#satsyta .textbox {
	font: normal 0.7em Verdana, Geneva, sans-serif;
	width: 400px;
	position: relative;
	top: 40px;
	left: 370px;
}

#satsyta .textbox h1 {
	margin: 0 0 -5px 0;
	padding-top: 10px;
	font: bold 2.1em Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #482200;
}

#satsyta .textbox p {
	margin: 10px 0px 10px 0;
}

#satsyta .textbox_inner {
	background: url(w_sem_transp.png);
	padding: 0 15px 0 15px;
	margin: -3px 0 0 0;
}

/*
	bokningsapp
*/

#bokningsapp {
	width: 100%;
	height: 550px;
	text-align: center;
	padding-top: 50px;
	z-index: 2;
	position: relative;
	background: url(middag.jpg) no-repeat;
	border: 0;
	margin: 0;
}



/*
	foot
*/

#foot {
	text-align: center;
	font-variant: small-caps;
	font-size: 0.7em;
	font-family: sans-serif;
	color: #333;
	padding-bottom: 40px;
	padding-top: 20px;
}




/*
	används inte längre
*/
#footer {
	width: 89%;
	max-width: 823px;
	margin: -470px auto 0px 37px;
	background: url(images/border-right.png) repeat-y top right;
}

#footer .inner {
	background-color: white;
	text-align: center;
	font-variant: small-caps;
	font-size: 0.7em;
	font-family: sans-serif;
	color: #333;
	height: 70px;
	padding-top: 400px;
	margin-right: 7px;
}


