html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

#content {
position: relative;
top: 70px;
padding-left: 100px;
}


#container {
margin-top: 50px;
}

img { border:0;}

ul {
	list-style-type:none;
	margin:0;
	padding: 0;
	font-size: 12px;
	font-weight: lighter;
}

ul.nested {
	font-size: 12px;
	font-weight: lighter;
	margin: 10px 0 10px 0;
	padding: 0px 10px 0px 10px; 
	display: block;
	position: relative;
	clear: both;	
}

img.current {
 border-top: 1px solid black;
 border-bottom: 1px solid black;
 padding: 10px 0;
 margin-top: 5px;
 margin-bottom: 6px;
 }
 
.right {
float: right;
width: 200px;
text-align:right;
font-size: 20px;
}

.left {
float: left;
width: 400px;
font-size: 20px;
}

#clear {
clear:both;
width:750px;
}

#trailer, #stills {
 border-top: 1px solid;
 border-bottom: 1px solid;
 padding: 10px 0;
 margin-bottom: 10px;
 clear: both;
 width: 750px;
 display:table;
}

#trailer embed {
	display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.switchbuttons {
float: left;
padding: 0;
margin: 0;
}

/* billeder i listen */
.nestedimg {
	position: relative;
	margin: 0px 0px 5px 0px;
	float: left;
	clear: left;
	z-index: 1;
}

#inlinetrailer {
	float: right;
	clear: none;
	position: absolute;
	display: inline;
	margin: 0px 0px 0px 10px;
	z-index: 100;
}

#inlinetrailer span {
margin-bottom: 6px;
}

#inlinetrailer #trailer {
	width: 598px;
	border-bottom: 0;
}

.stillimage {float: right;}

#right, #left {line-height: 0; margin-bottom:8px;}

.nav {
	clear:both;
}

a {
color: black;
}

a:link, a:visited, a:active {
color: black;
text-decoration: none;
}

a:hover {
color: #ccc;
text-decoration: none;
}

