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

html {
    overflow-y: scroll;
}



body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../grafik/bg.jpg) repeat-x #000;
	min-width:1001px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
}

a{
	color:#cc6600;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}

h1, .rubrik{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#cc6600;
	font-weight:bold;
}
h2, .underrubrik{
	font-size:13px;
	color:#cc6600;
	font-weight:bold;
}

.readmore{
	display:block;
	text-align:right;
	margin-bottom:-13px;
}

.small, .small a{
	font-size:9px;
	color:#666;
	font-weight:bold;
}

img.leftimage{
	float: left; 
    margin-right: 8px; 
	margin-bottom:8px;
}
img.rightimage{
	float: right; 
    margin-left: 10px; 
	margin-bottom:8px;
}

#documentary_link{
	position:absolute;
	left:621px;
	top:120px;
	width: 341px;
}

#center{
	position:relative;
	width: 1260px; 
	margin: 0 auto; 
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	
}


#wrapper{
	background: url(../grafik/wrapper_bg.png) #fff;
	width: 1000px; 
	text-align: left;
	min-height:400px;
	border-top:20px #000 solid;
}


#annonser{
	position:absolute;
	width:250px;
	left: 1010px;
	top: 20px;
}
.annons{
	margin-top:10px;
}


#header{
	position:relative;
	width:1000px;
	height:200px;
	background-image:url(../grafik/nostalgi_logo-banner.png);
	border-bottom:1px solid #333;
}


#left{

	float:left;
	width:600px;
}
.left_content{
	padding:20px;
	border-top: #999 2px solid;
	clear:both;
}

#right{
	float:right;
	width:400px;
}
.right_content{
	padding:10px 20px 20px 20px;
	/*border-top: #999 2px solid;*/
}
.right_personal{
	height:200px;
	margin:20px 0 0px 20px;
	border-bottom: #999 2px solid;
}
.personalfoto{
padding-left:10px;
padding-bottom:5px;
}



.filmbanner a img{
	border:0;
	width:400px;
	height:100px;
}
.filmbanner a img:hover{
	border:2px solid #ff6600;
	width:396px;
	height:96px;
}
.dvdcover a img{
	padding:0;
	border-top:8px solid #ccc;
	border-right:8px solid #ccc;
	border-bottom:8px solid #ccc;
	border-left:8px solid #ccc;
	width:184px;
	height:272px;
}
.dvdcover a img:hover{
	border-top:8px solid #ff6600;
	border-right:8px solid #ff6600;
	border-bottom:8px solid #ff6600;
	border-left:8px solid #ff6600;
	width:184px;
	height:272px;
}

#footer{
	padding:20px;
	text-align:center;
	color:#fff;
	background-color:#666;
}

.footer_rubrik{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer a{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
#footer a:hover{
	text-decoration:underline;
}
.skiljelinje{
	color:#333;
	font-size:18px;
}
.footer_kontakt{
	color:#CCCCCC;
	margin-top:30px;
}
.clear{
clear:both;
}

/***************************** MENYER *****************************/


.meny{
	position: absolute;
	top: -10px;
	height:28px;
	width:1000px;
	text-align:center;
	left: 0px;
}

.undermeny{
	position:absolute;
	top: 164px;
	left:20px;
	text-align:left;
	color:#ff6600;
	width:980px;
}
.undermeny a{
	color:#ff6600;
	text-decoration:none;
	font-weight:normal;
}

.undermeny a:hover{
	color:#fff;
}

