@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	color: #555;
	background-color: #FDFDFD;
	background-position: top;
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 130%;
	min-width: 1100px;
	overflow: auto;
	}

ul {list-style:none}

img {border:none}

h1 {
	font-size: 32px;
	font-weight: lighter;
	color: #BBB;
	}

h2 {
	font-size: 15px;
	color: #666;
	}

h3 {
	font-size: 12px;
	color: #888;
	}

.header {
	font-size: 15px;
	font-weight: bold;
	color: #666;
	}

.info {
	font-size: 11px;
	color: #999;
	margin-top: 2px;
	}

.avsnitt {
	margin-top: 6px;
	}

.filmlinks {
	font-size: 11px;
	color: #777;
	float: right;
	}

.occupation {
	font-size: 11px;
	color: #666;
	padding-top: 14px;
	font-weight: bold;
	}

a:link{
	/* Applies to all unvisited links */
  	text-decoration: none;
	color: #888;
	font-weight: bold;
  	}
  
a:visited{
	/* Applies to all visited links */
  	text-decoration: none;
	color: #888;
	font-weight: bold;
  	}
  
a:hover{
	/* Applies to links under the pointer */
    text-decoration: none;
	color: #666;
	font-weight: bold;
  	}
  
a:active{
	/* Applies to activated links */
	text-decoration: none;
	color: #CCC;
	font-weight: bold;
  	}
	
img.floatLeft { 
    float: left; 
	}

iframe.floatLeft { 
    float: left; 
    margin: 0px 10px 0px 0px; 
	}

#menu{
	background-image: url(../menu.png);
	top: 128px;
	left: 103px;
	height: 60px;
	width: 500px;
	padding: 20px 15px 15px 15px;
	position: fixed;
	}
	
#menu ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 6px;
	}

#menu ul li{
	text-decoration: none;
	display: inline;
	padding-right: 10px;
	}

#main{
	margin: 220px auto auto 100px;
	}

#holder {
	float: left;
	padding-right: 100px;
	}
	
#textleft {
	background-color:#EEE;
	float: left;
	height: 280px;
	width: 250px;
	padding: 10px;
	margin: 0px 40px auto 0px;
	}
	
#text {
	background-color:#EEE;
	clear: both;
	height: 140px;
	width: 450px;
	padding: 15px;
	text-align: justify;
	}

#text2a {
	float: left;
	height: 240px;
	width: 90px;
	padding: 15px;
	margin-right: 20px;
	}

#text2b {
	float: left;
	height: 240px;
	width: 170px;
	padding: 15px;
	margin-right: 20px;
	}

#text2c {
	float: left;
	height: 240px;
	width: 220px;
	padding: 15px;
	margin-right: 20px;
	}

#text2d {
	float: left;
	height: 240px;
	width: 330px;
	padding: 15px;
	margin-right: 20px;
	text-align: justify;
	}

#text3 {
	background-color:#EEE;
	float: left;
	clear: both;
	height: 90px;
	width: 450px;
	padding: 15px;
	text-align: justify;
	}

#text4 {
	background-color:#EEE;
	float: left;
	clear: both;
	height: 240px;
	width: 350px;
	padding: 15px;
	text-align: justify;
	}

#text5 {
	float: left;
	height: 240px;
	width: 350px;
	padding: 15px;
	text-align: justify;
	}

#text6 {
	background-color:#EEE;
	float: left;
	clear: both;
	height: auto;
	width: 350px;
	padding: 15px;
	text-align: justify;
	}
