body
{
	font-size: 12px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	background-color: #fff;
	margin: 0;
}



#side
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

a {
	color: #000;
}

a:hover{
	color: #878c00;
}

/* @group kasser */

.kassefooter {
	
	width: 892px;
	background-color: #000;
	color: #424242;
	padding: 0px 0px 0px 8px;
	border-color: #000;
	border-width: 4px 0 4px 0;
	border-style: solid;
	display: inline-block;
	font-size: 10px;
	text-align: right;
	letter-spacing: 4px;
}

.menu
{
	width: 892px;
	background-color: #000;
	color: #FFF;
	padding: 0px 0px 0px 8px;
	border-color: #000;
	border-width: 4px 0 4px 0;
	border-style: solid;
	font-weight: bold;
	display: inline-block;
}

.specialmenu
{
	
	letter-spacing: 2px;
	word-spacing: 5px;
	font-weight: bold;
	
}

.specialmenu a
{
	color: #fff;
	text-decoration: none;
}

.specialmenu a:hover
{
	color: #878c00;
}

.kasse
{
	width: 896px;
	background-color: #fff;
	border-right: #000;
	border-left: #000;
	border-width: 0px 2px 0px 2px;
	border-style: none solid none solid;
	display: block;
}

.sortkasse
{
	width: 896px;
	background-color: #000;
	border-right: #000;
	border-left: #000;
	border-width: 0px 2px 0px 2px;
	border-style: none solid none solid;
	display: block;
}

.kassefelt { 
	padding: 8px;
	text-align: justify;
}

/* @group samlinger */

.enkeltsamling
{
	width: 12px;
	height: 16px;
	background-color: #000;
}

.dobbeltsamling
{
	width: 576px;
	height: 16px;
	border-right: #000;
	border-left: #000;
	border-width: 0 12px 0 12px;
	border-style: none solid none solid;
}

.delestykke
{
	width: 600px;
	height: 12px;
	background-color: #000;
}



/* @end */



/* @end */

/* @group jquery */

/* styling of the container. */
a.JokkePlayer {
	display:block;
	width: 450px;
	height:300px; 
	text-align:center;
	margin:0 15px 15px 0;
	border:1px solid #999;
}

/* play button */
a.JokkePlayer img {
	margin-top:0px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.JokkePlayer:hover {
	border:1px solid #000;
}

/* styling of the container. */
a.NaturPlayer {
	display:block;
	width: 640px;
	height:360px; 
	text-align:center;
	margin:0 15px 15px 0;
	border:1px solid #999;
}

/* play button */
a.NaturPlayer img {
	margin-top:0px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.NaturPlayer:hover {
	border:1px solid #000;
}


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#000;
	
	width:675px;	
	min-height:350px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 10px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}


	
/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image: url(media/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#triggers {
		text-align:center;
	}
	
	#triggers img {
		cursor:pointer;
		margin:0 5px;
		background-color:#fff;
		border:1px solid #ccc;
		padding:2px;
	
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		
	}
	
	/* styling for elements inside overlay */
	.details {
		position:absolute;
		top:15px;
		right:15px;
		font-size:11px;
		color:#fff;
		width:150px;
	}
	
	.details h3 {
		color:#aba;
		font-size:15px;
		margin:0 0 -10px 0;
	}
	


/* @end */

