﻿html,body {
    margin:0;
    padding:0;
    height:800px;
    border:none;
    font-size: 12px;
    color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
}
body, ul, p
{
    margin:0px;
    padding:0px;
}
.top
{
    background-image: url('img/topbg.jpg');
    width: 941px;
    height: 73px;
    text-align: right;
    vertical-align: bottom;
}    
.text
{   
    font-size: 12px;
    color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
}
.text_head
{   
    font-size: 12px;
    color: #ff0000;
    font-weight: bold;
}
.text_red
{
    color: #ff0000;
}
.text_title
{
    font-size: 16px;
    color: #ff0000;
    font-weight: bold;
}
.text1
{   
    font-size: 12px;
    color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
}

.mainstyle
{
    text-align: left; 
    width: 600px; 
}
.menu_top
{
    height: 30px;
    padding-left: 8px;
    width: 840px;
    background-image: url('img/menubg.jpg');
    text-align: left;
}
a.toplink
{
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 70px;
    font-size: 14px;
    color: #999999;
}
a.toplink:hover
{
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}
a.toplink:active
{
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    color: #ff0000;
    text-decoration: none;
}
.toplink_active
{
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    color: #ed1f24;
}
.toplink_active:hover
{
    font-size: 14px;
    color: #ff0000;
    text-decoration: none;
}


a.sublink
{
    font-size: 14px;
    color: #999999;
    padding-left: 20px;
}
a.sublink:hover
{
    text-decoration: none;
    color: #FFFFFF;
    padding-left: 20px;
}
a.sublink:active
{
    color: #ed1f24;
    padding-left: 20px;
}
.sublink_active
{
    font-size: 14px;
    color: #ed1f24;
    padding-left: 20px;
}
.menu_sub
{
    height: 30px;
    text-align: left;
    vertical-align: top;
    width: 201px; 
}
a
{
    color: #ed1f24;
    text-decoration: none;
}
a:hover
{
    color: #ed1f24;
    text-decoration: underline;
}
.flash
{
    text-align: left; 
    width: 840px; 
    padding-left: 20px; 
    padding-right: 20px;
    padding-top: 25px; 
    padding-bottom: 35px;
    background-image: url('img/whitebg.jpg');
}
.image
{
     vertical-align: top; 
     border: 0px;
     padding-left: 20px;
}
.edittext
{
    vertical-align: top; 
    padding-right: 10px;
    padding-left: 30px;
    padding-bottom: 20px;
}
.bottommail
{
    text-decoration: none;
    text-align: right;
    padding-bottom: 20px;
}
a.bottommail
{
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}
a.bottommail:hover
{
    text-decoration: underline;
}
.bottom
{
    padding-top: 40px;
    background-image: url('img/whitebg.jpg');
}
.gallery
{
    text-align: left; 
    width: 600px; 
}
.galleryimg
{
    width: 148px;
    filter:alpha(opacity=70); 
    -moz-opacity: 0.70; 
    opacity: 0.70;
    border-top: solid 0px #454466;
    border-left: solid 0px #454466;
    border-right: solid 0px #000000;
    border-bottom: solid 0px #000000;
}

.galleryimg:hover{
    filter:alpha(opacity=100); 
    -moz-opacity: 1; 
    opacity: 1;
}


.bubblesspace
{
    padding-right: 32px;
}
.bubblestext
{
    padding-left: 13px;
    padding-right: 13px;
    background-image: url('img/bubblabg.jpg'); 
    width: 176px; 
    height: 66px;
}
.bubblestitle
{
    padding-left: 13px;
    background-image: url('img/bubblabottom.jpg'); 
    width: 112px; 
    height: 28px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}
.bubblesbutton
{
    width: 64px; 
    height: 28px;
}
.kontakttextrow
{
    width: 180px;
    margin-bottom: 5px;
}
.kontakt_title
{
    font-size: 16px;
    color: #ed1f24;
    font-weight: bold;
}
.kontakttext
{
    font-size: 14px;
}
.kontakttextcolor
{
    color: #a5a5a5;
}
.allapriser
{
    color: #a5a5a5;
    padding-right: 20px;
}








#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(../images/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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Arial;
	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;
	}
	
	
	
	

Episodes{}

.eng
{
    vertical-align: top;
}
.swe
{
    vertical-align: top;
}
.episodes
{
    vertical-align: top;
}
.episodename
{
    vertical-align: top;
}
.episodetitle
{
    font-weight: bold;
}
.episodetitle2
{
    font-style: italic;
}
.episodesspace
{
    height: 20px;
}
.title1
{
    
}