body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;

}


#link_sitemap a:link{color:#AAA;}
#link_sitemap a:visited{color:#AAA;}

#link_sitemap{
position: relative;
top:10px;
right:0px;
color: #FFFFFF;
}

#link_text{
position: relative;
top:50px;
left:0px;
color: #FFFFFF;
}

#container {
	position: relative;
	width: 800px; 
	height:550px;
  background: #FFFFFF;
	margin: 0px auto;
	text-align: left;}

#header { 
	position:relative;
	margin:0px;
	padding: 0px;
} 

#mainContent {
	position:relative;
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#menybox
{
position: absolute;
bottom:2px;
width:800px;
margin: 0px;
padding: 0px;
font: 12px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
}
#menybox ul
{
list-style-type: none;
margin: 0px;
padding: 5px 0px;
}

#menybox li { display: inline; }

#menybox a, #menybox span
{
text-decoration: none;
padding: 5px 10px;
margin:0px;
border: 1px solid #000000;
background-color: #cccccc;
color: #000000;
}


#menybox a:hover
{
border: 1px solid #000000;
background-color: #999999;
color: #000000;
}

/* slut startmeny */

/* start på länkar */

a:link {color: #000000; text-decoration:strong;}     /* unvisited link */
a:visited {color: #000000; text-decoration:strong;}  /* visited link */
a:hover {color: #ef6601; text-decoration:underline;}   /* mouse over link */
a:active {color: #0099ff; text-decoration:none;}   /* selected link */



/* slut på länkar */



.remooz-element
{
	cursor:					-moz-zoom-in;
}

/**
 * Box layout
 */

.remooz-box
{
	position:				absolute;
	top:					0;
	left:					0;
	background:				#fff no-repeat center;
	z-index:				100;
}
.remooz-loading
{
	background-image:		url(/pics/img/gal/spinner.gif);
}
.remooz-body
{
	width:					100%;
	height:					100%;
}
.remooz-box-focus.remooz-type-image .remooz-body
{
	cursor:					-moz-zoom-out;
}
.remooz-box-dragging .remooz-body
{
	cursor:					move;
}

/**
 * Close button
 */

.remooz-btn-close
{
	position:				absolute;
	left:					-15px;
	top:					-15px;
	width:					30px;
	height:					30px;
	text-decoration:		none;
	border:					0;
	background:				url(/pics/img/gal/closebox.png) no-repeat center;
	visibility:				hidden;
	cursor:					pointer;
}
.remooz-engine-trident4 .remooz-btn-close
{
	background-image:		url(/pics/img/gal/closebox.gif);
}

/**
 * Caption title
 */

.remooz-title
{
	position:				relative;
	left:					0;
	top:					15px;
	text-align:				left;
}
.remooz-title-bg
{
	position:				absolute;
	left:					0;
	top:					0;
	width:					100%;
	height:					100%;
	background-color:		#000;
	z-index:				99;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	/* shadow opacity differs from box shadow because its default set to opacity 0.8 */
	-webkit-box-shadow:		0 0 10px rgba(0, 0, 0, 0.9);
}
.remooz-title-content
{
	position:				relative;
	padding:				5px 15px;
	color:					#fff;
	z-index:				101;
	font:					11px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.remooz-engine-trident4 .remooz-title-bg
{
	display:				none;
}
.remooz-engine-trident4 .remooz-title-content
{
	background-color:		#333;
}

.remooz-title-content h6
{
	font-size:				14px;
	line-height:28px;
	font-weight:			bold;
	color:					#eee;
	margin:0px;
	padding:12px;
}
.remooz-title-content p
{
	color:					#eee;
}

/**
 * Type specific
 */

.remooz-type-image img
{
	display:				block;
	border:					0;
	width:					100%;
	height:					100%;
}

/**
 * Shadow
 */

.remooz-bg
{
	position:				absolute;
	width:					33px;
	height:					40px;
}

.remooz-bg-n
{
	left:					0;
	top:					-40px;
	width:					100%;
	background:				url(/pics/img/gal/remo_bg_n.png) repeat-x;
}
.remooz-bg-ne
{
	right:					-33px;
	top:					-40px;
	background:				url(/pics/img/gal/remo_bg_ne.png) no-repeat;
}
.remooz-bg-e
{
	right:					-33px;
	top:					0;
	height:					100%;
	background:				url(/pics/img/gal/remo_bg_e.png) repeat-y;
}
.remooz-bg-se
{
	right:					-33px;
	bottom:					-40px;
	background:				url(/pics/img/gal/remo_bg_se.png) no-repeat;
}
.remooz-bg-s
{
	left:					0;
	bottom:					-40px;
	width:					100%;
	background:				url(/pics/img/gal/remo_bg_s.png) repeat-x;
}
.remooz-bg-sw
{
	left:					-33px;
	bottom:					-40px;
	background:				url(/pics/img/gal/remo_bg_sw.png) no-repeat;
}
.remooz-bg-w
{
	left:					-33px;
	top:					0;
	height:					100%;
	background:				url(/pics/img/gal/remo_bg_w.png) repeat-y;
}
.remooz-bg-nw
{
	left:					-33px;
	top:					-40px;
	background:				url(/pics/img/gal/remo_bg_nw.png) no-repeat;
}

