body	{	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin: 0px;
		padding: 0px;
		text-align: center;
		width: 100%;
		height: 100%;
		background: url(http://www.terapisnack.com/bb-templates/terapisnack/img/bg-top.jpg) top center no-repeat #f5f5f5;
	}

img	{	border: none;
	}
.rubrik	{	font-size: 16px; font-weight:bold;
		margin:10px;
		text-align:center;
		padding-top:10px;
	}
.rubrik2{	font-size: 12px; margin: 0px; font-weight:bold;
	}
table, tr, td	{	font-size: 12px;
	}
.bot	{	text-align: right; font-size:9px;
	}
a:link	{	text-decoration: none; color: #8C1717;}
a:hover	{	text-decoration: none; color: #E32525;}
a:active{	text-decoration: none; color: #E32525;}
a:visited{	text-decoration: none; color: #8C1717;}




ul#nav {
	width: 900px;
	height: 30px;
	display: inline-block;
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
	line-height: 30px;
	z-index: 1;
	position: relative;
	text-align: center;
	overflow: visible;
}
ul#nav .left {
	background: url(img/meny-bg-l.png) no-repeat;
	width: *;
	height: 30px;
	padding: 0 0 0 6px;
	display: inline-block;
}
ul#nav .right {
	background: url(img/meny-bg-r.png) no-repeat right;
	width: *;
	height: 30px;
	padding: 0 6px 0 0;
	margin: 0;
	display: inline-block;
}
ul#nav li {
	width: 148px;
	height: 30px;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	line-height: 30px;


}
ul#nav li a {
	width: 148px;
	height: 30px;
	display: block;
	font-family: verdana;
	text-decoration: none;
	font-size: 12px;
	background: url(img/meny-bg.png);
}
ul#nav li ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10px;
	display: inline-block;
	margin: 0;
	padding: 0;
}
ul#nav li ul li {
	display: block;
	clear: left;
	z-index: 1;
}
ul#nav li ul li a{
	background: url(img/meny-bg-mid.png);
	color: white;
}
ul#nav a {
	width: inherit;
	height: inherit;
	line-height: inherit;
	display: block;
	color: #333;
	
}
ul#nav .hover {
	background: url(img/meny-bg-h-t.png);
	color: white;
}
ul#nav .small-hover {
	color:#AAAAAA;
}
ul#nav .meny-bot {
	height: 15px;
	width: 148px;
	background: url(img/meny-bg-bot.png) no-repeat;
	display: inline-block;
	float: left;
}


















/* SLIMBOX */


#lbOverlay {
	position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;

		width: 100%;
		height: 100%;

		background-color: #000000;

		cursor: pointer;
}

#lbCenter, #lbBottomContainer
	{
	position: absolute;
		z-index: 9999;
		overflow: hidden;
		background-color: #ffffff;
}


.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}


#lbImage {
	position: absolute;

		left: 0;

		top: 0;
		border: 10px solid #ffffff;

		background-repeat: no-repeat;
}


#lbPrevLink, #lbNextLink
	{
	display: block;
		position: absolute;

		top: 0;
		width: 50%;
		outline: none;
}

#lbPrevLink {
	left: 0;
}


#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}


#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;

		font-size: 10px;

		color: #777777;
		line-height: 1.4em;
		text-align: left;
		border: 10px solid #fff;
		border-top-style: none;
}


#lbCloseLink {
	display: block;
		float: right;
		width: 66px;

		height: 22px;
		background: transparent url(img/closelabel.gif) no-repeat center;

		margin: 5px 0;
		outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}