@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(img/fejd.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 10px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/*	a:link{color: #FFFFFF; }
	a:visited{color: #FFFFFF; }
	a:active{color: #FFFFFF; }*/
#topcontainer {
	width: 46em;
	background: #FFFFFF;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0px;
	border-bottom: 1px #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 0px 0px;
}
#MenuBox {
	background: url(img/meny.gif) repeat-x top;
	width:46em;
	float:left;
	margin-bottom: 0;
}
#MenuBox ul{float: left; margin-top: 0; margin-left: 0; margin-bottom:0; padding-left: 0; font-size: 70%; width:100%;}
#MenuBox li{display: block;float: left;}
#MenuBox ul a {font: bold 12px Arial, Helvetica, sans-serif;color: #003366;text-decoration: none;display: block;padding: 12px 15px 13px 15px;border-right: 1px solid #9f1a00;}



#meny li{display: inline; list-style-type: none; }
#meny a:link{color: #ffffff; background: url(img/meny.gif) repeat-x top;}
#meny a:visited{color: #ffffff; background: url(img/meny.gif) repeat-x top;}
#meny li a:hover {background: url(img/hover.gif) repeat-x top;}
#meny a:active {background: url(img/hover.gif) repeat-x top;}
#meny{margin-left: 0; padding-left: 0; font-size: 70%;}
#meny li{display: inline; list-style-type: none;}
#meny a{padding: 0.25em 1em; text-decoration: none;}

#submeny li{display: inline; list-style-type: none; }
#submeny a:link{color: #ffffff; background: url(img/meny.gif) repeat-x top;}
#submeny a:visited{color: #ffffff; background: url(img/meny.gif) repeat-x top;}
#submeny li a:hover {background: url(img/hover.gif) repeat-x top;}
#submeny a:active {background: url(img/hover.gif) repeat-x top;}
#submeny{margin-left: 0; padding-left: 0; font-size: 70%;}
#submeny li{display: inline; list-style-type: none;}
#submeny a{padding: 0.25em 1em; text-decoration: none;}

#container {
	width: 46em;
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0px;
	margin-top: 0px;
	border: 1px #000000 solid;
	border-bottom: thin dashed;
	border-top: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(img/fejdR2.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:auto;
	float:left;
}

#TopContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	margin-top: 0px;
}

#mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer {
	width: 736px;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	border-top: none;
	font-size: 75%;
	text-align:center;
	background: #FFFFFF;
	height:auto;
	margin: 0px auto 10px auto;
	color:#333333;
	font-size: 60%;
	float: left;
}
/*rundade hörn*/
.roundtop {background: #993300;}
.roundbottom {background: #993300;}
.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #ffffff;}
.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #ffffff;}
.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #ffffff;}
.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #ffffff;}

.pfull{
width: 100%;
height:auto;
border:thin;
float:left;
margin-bottom: 10px;
padding: 5px;
}
.pmeny{
	margin-left: 5px;
	padding-left: 5px;
	font-size: 70%;
	width:30em;
	float:left;
}
/*.pizzameny{
	margin-left: 5px;
	padding-left: 5px;
	font-size: 75%;
	width:25em;
	float:left;
}*/
.fmeny{
	margin-left: 5px;
	margin-top: 20px;
	padding-left: 5px;
	font-size: 70%;
	width:100%;
	float: none;
	}
.pizzameny li{
	display: run-in;
	list-style-type: decimal;
	font-size:75%;
}
.lunch{
	font-size:75%;
}
.pbox {
width: 280px;
height:auto;
border:thin;
float:left;
}
/* --------------------------LIGHTBOX------------------------- */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/img/lb/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/img/lb/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/img/lb/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
