/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:absolute; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
	ColorBox example user style
	These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#fff;}

#colorBox{}
	#cboxTopLeft{width:25px; height:25px; background:url(images/border1.png) 0 0 no-repeat;}
	#cboxTopCenter{height:25px; background:url(images/border1.png) 0 -50px repeat-x;}
	#cboxTopRight{width:25px; height:25px; background:url(images/border1.png) -25px 0 no-repeat;}
	#cboxBottomLeft{width:25px; height:25px; background:url(images/border1.png) 0 -25px no-repeat;}
	#cboxBottomCenter{height:25px; background:url(images/border1.png) 0 -75px repeat-x;}
	#cboxBottomRight{width:25px; height:25px; background:url(images/border1.png) -25px -25px no-repeat;}
	#cboxMiddleLeft{width:25px; background:url(images/border2.png) 0 0 repeat-y;}
	#cboxMiddleRight{width:25px; background:url(images/border2.png) -25px 0 repeat-y;}
	#cboxContent{background:#fff;}
            #cboxLoadedContent{margin-bottom:40px;}
            #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
            #cboxCurrent{position:absolute; bottom:0px; left:250px; width:200px; color:#999; margin-bottom:13px;}
            #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
            #cboxPrevious{
	position:absolute; 
	margin-left:15px;
	bottom:0px; 
	left:0px; 
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	color: #57b127;
	padding-left:25px;
	margin-bottom:13px;
	background: url(../media/grafik/Generell%20grafik/pil-foregaende.png) no-repeat;
}
            #cboxNext
            {
				position: absolute;
				bottom: 0px;
				right: 0px;
				font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	color: #57b127;
				padding-right:25px;
				background: url(../media/grafik/Generell%20grafik/pil-nasta.png);
				background-repeat: no-repeat;
				background-position:right;
	margin-right:15px;
	margin-bottom:13px;
	
	
			}
            #cboxLoadingOverlay{background:url(images/loading.gif) 5px 5px no-repeat #fff;}
            #cboxClose
		{
		
		position:absolute; 
		top:-30px; 
		right:0px; 
		display:block; 
		font-family: Arial;
		font-size: 12px;
		line-height: 15px;
		color: #57b127;
		padding-right:20px;
		margin-right:5px;
		margin-top:5px;
		background: url(../media/grafik/Generell%20grafik/ico-stang-lightbox.png); 
		background-repeat:no-repeat; 	
		background-position: top right;
		height:23px;
		font-weight:heavy;
		
		}

.hidden
{
	display:none;
}

.arrowLeft
{
	background-image: url('../media/grafik/Generell grafik/pil-foregaende.png');
	width:11px;
	height:16px;
	float:left;
}
.arrowRight
{
	background-image: url('../media/grafik/Generell grafik/pil-nasta.png');
	width:11px;
	height:16px;
	float:right;
}

.greydot
{
	background-image: url('../media/grafik/Generell grafik/lightbox-prick-beige.gif');
	margin-right:10px;
	float:left;
}
.greendot
{
	background-image: url('../media/grafik/Generell grafik/lightbox-prick-gron.gif');
	margin-right:10px;
	float:left;
}



.lbframe
{
	clear:both;
	text-align:left;
	
	
	padding-bottom:5px;
	
}

.prodframe
{
	text-align:left;
	
	
	padding-bottom:5px;
}

.lbtext
{
	clear:both;
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	height:auto;
	width:100%;
	background-repeat:repeat-x;
	background: url(../media/grafik/Bakgrunder/Nyhetslightbox-bakgrund-bakom-texten.jpg);

}

.lbtext a
{
	color: #57b127;
	text-decoration:none;
	border:0px;
}

.lbtext a:hover
{
	color: #0F3F04;
	text-decoration:none;
	border:0px;
}

.lbframe h1, .prodframe h1
{
	font-family: Arial;
	font-size: 26px;
	line-height: 28px;
	color: #57b127;
	margin:15px;

}
.lbframe p
{
	font-family: Arial;
	font-size: 13px;
	line-height: 15px;
	color: #90897d;
	margin:15px;
	margin-bottom:20px;
}
.lbframe img
{
	width:550px;
	height:337px;
	
}

.prodframe img
{
	width:770px;
	height:465px;
	
}

#cboxCurrent p
{

	font-family: Arial;
	font-size: 13px;
	line-height: 15px;
	color: #90897d;

}



































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

