/* Start of CMSMS style sheet 'Laserdome' */
html, body {
	width:100%;
	margin:0;
	padding:0;
}
body {
	background:#6A6152 url(uploads/images/background.gif) top repeat-x;
	text-align:center;
}
h1 {
        margin-top: 0px;
        margin-bottom: 15px;
}
h2 {
        font-weight: normal;
        font-size: 18px;
        margin-top: 0px;
        color: #333333;
}
h3 {
       font-size: 13px;
       margin-bottom: 0px;
}
p {
        line-height: 19px;
        margin-top: 0px;
}
ul {
}
li {
        line-height: 19px;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 10px;
        padding: 0px;
}
em {
        line-height: 19px;
        font-size: 13px;
        color: #333333;
        display: block;
        margin-bottom: 10px;
}
a {
	color: #DA4521;
	font-weight: normal;
}
a:hover {
	text-decoration:none;
}
.align-right {
        float: right;
}
.prislista {
        width: 250px;
        float: right;
        clear: right;
        margin-left: 15px;
        margin-bottom: 15px;
} 
.prislista th.top {
        font-size: 11px;
        text-align: left;
        font-weight: bold;
        text-decoration: none;
}
.prislista th {
        font-weight: normal;
        font-size: 13px;
        text-decoration: underline;
}
.grey-price, .black-price, .red-price, .yellow-price, .blue-price {
        font-size: 18px;
        height: 81px;
        color:#FFFFFF;
        font-weight: normal;
        text-align: center;
} 
.grey-price {
        background: url(uploads/images/priser/grey.gif) center center no-repeat;
}
.black-price {
        background: url(uploads/images/priser/black.gif) center center no-repeat;
}
.red-price {
        background: url(uploads/images/priser/red.gif) center center no-repeat;
}
.yellow-price {
        background: url(uploads/images/priser/yellow.gif) center center no-repeat;
}
.blue-price {
        background: url(uploads/images/priser/blue.gif) center center no-repeat;
}
.blue-price .small, .red-price .small, .yellow-price .small, .black-price .small, .grey-price .small {
        color: #ffffff;
}
.alert {
        font-weight: bold;
        color: red;
}
.small {
        font-size: 11px;
}
#container {
	width:804px;
	margin:0 auto;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
ul.top-link {
	margin:0;
	padding:10px 15px 0 0;
	width:786px;
	height:18px;
	float:left;
	list-style:none;
}
ul.top-link li {
	margin:0;
	padding:0 4px 0 4px;
	float:right;
	background:url(uploads/images/separator.gif) right 2px no-repeat;
}
ul.top-link li a {
	color:#ff4e00;
	text-decoration:none;
}
ul.top-link li a.active {
	color: #999999;
}
ul.top-link li a:hover {
	color:#8B8B8B;
}
ul.top-link li.last {
	background:none;
}
div.header {
	width:804px;
	height:162px;
	float:left;
	background:url(uploads/images/bg-header.jpg) no-repeat;
	padding-top: 16px;
}	
div.header h1{
	width:43px;
	margin:0;
	padding:138px 43px 0 0;
	height:40px;
	float:right;
}
div.header h1 a{
	display:block;
	width:200px;
	height:20px;
	float:right;
	font-size:10px;
	text-indent:-30000px;
	overflow:hidden;
}
div.header #Topbanner {
	margin-right: 1px;
	margin-bottom: 0px;
	padding: 0px;
}

#bg-content {
	width:770px;
	float:left;
	padding:0 17px;
	background:url(uploads/images/bg-content.gif) repeat-y;
	line-height:normal;
}
/*********************************menu*******************************/
#bg-content ul.menu {
	width:770px;
	height:41px;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
#bg-content ul.menu li {
	float:left;
	height:31px;
	margin:0px;
	padding:0;
	font-size:12px;
}
#bg-content ul.menu li a {
	display:block;
	float:left;
	height:31px;
	color:#fff;
	text-decoration:none;
	background:url(uploads/images/bg_menu.gif) repeat-x left top;
	padding-top: 10px;
	padding-right: 12px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F95A33;
}
#bg-content ul.menu li a:hover, #bg-content ul.menu li a.active {
	background:url(uploads/images/bg_menu_active.gif) repeat-x center top;
}
/*#bg-content ul.menu li a.active {
	background:url(uploads/images/pointer.gif) no-repeat center bottom;
}*/

/************************************submenu********************************/
#submenu {
        width: 200px;
        float: right;
}
#submenu ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
}
#submenu ul li {
        margin: 0px;
        padding: 0px;
        display: inline;
}
#submenu ul li a {
        background: #ff4e00;
        color: #ffffff;
        text-decoration: none;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 1px;
        display: block;
}
#submenu ul li a:hover, #submenu ul li a.active {
        background: #e44600 url(uploads/images/arrow_submenu.gif) center left no-repeat;
}
/************************************content********************************/
#content {
	width:768px;
	float:left;
	background:#fff;
	text-align:left;
}
#content div.left-content {
	width:506px;
	float:left;
	padding:17px 16px 0 16px;
	font:13px Arial, Helvetica, sans-serif;
}
#content div.right-content {
	width:230px;
	float:left;
	font:13px Arial, Helvetica, sans-serif;
	color:#585858;
}
#content div.innercontent {
         padding: 20px;
}
.image-right, .image-right-tall, .image-right-wide {
         float: right;
         font-style: italic;
         color: #666666;
         font-size: 11px;
         margin-left: 20px;
         margin-bottom: 15px;
}
.image-right img {
         float: left;
         clear: both;
         margin-bottom: 5px;
}
.image-right-tall, .image-right-wide {
         padding-left: 16px;
         padding-right: 16px;
         padding-top: 16px;
}
.image-right-tall {
         background: url(uploads/images/bg-image-tall.gif) top left no-repeat; 
         width: 203px;
}
.image-right-tall img, .image-right-wide img {
         margin-bottom: 20px;
}
.image-right-wide {
         background: url(uploads/images/bg-image-wide.gif) top left no-repeat;
         width: 252px;
         clear: right;
}
.image-left {
         float: left;
         font-style: italic;
         color: #666666;
         font-size: 11px;
         margin-right: 20px;
         margin-bottom: 15px;
}
.image-left img {
         float: left;
         clear: both;
         margin-bottom: 5px;
}
span.red {
         font-weight: bold;
         color: red;
}
ul.arrows li {
         list-style-type: none;
         background: url(uploads/images/arrow1.gif) no-repeat left top;
         padding-left: 25px;
}
/**************************** Formulär **************************************/

.form form {
        margin: 0px;
}
.form label {
        width: 80px;
        display: block;
        float: left;
        height: 20px;
}
.form div {
        margin-bottom: 5px;
}
.form div.text input {
        width: 100px;
}
/*****************************right-content**********************************/
div.right-content h2 {
	width:230px;
	height:53px;
	float:left;
        clear: both;
	margin:10px 0 8px 0;
	padding:0;
	background:url(uploads/images/field1.gif) left top no-repeat;
	text-indent:-30000px;
}
div.right-content h2.field1 {
	background:url(uploads/images/field1.gif) left top no-repeat;
}
div.right-content h2.field2 {
	background:url(uploads/images/field2.gif) left top no-repeat;
}
div.right-content h2.field3 {
	background:url(uploads/images/nyhetsbrev.png) left top no-repeat;
}
div.right-content strong {
	width:210px;
	float:left;
        clear: both;
	margin:0;
	padding:0 5px;
}
div.right-content p.NewsSummaryPostdate {
        color: #999999;
        font-size: 10px;
        margin: 0px;
        padding: 0px;
        float: left;
        clear: both;
}
div.right-content p {
	width:210px;
	float:left;
        clear: both;
	margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
	padding: 0px;
	font-size: 12px;
        line-height: 17px;
}
div.right-content h3 {
       font-size: 13px;
       font-weight: bold;
       margin-top: 0px;
       margin-bottom: 0px;
       float: left;
       clear: left;
       width: 230px;
}
div.right-content ul.list {
	width:230px;
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
	clear:both;
	font-size:12px;
}
div.right-content ul.list li {
	width:211px;
	height:17px;
	margin:0 0 0 5px;
	padding:2px 0 1px 3px;
	float:none;
}
div.right-content ul.list li.grey {
	background:#E8E8E8;
}
/************************left-content********************************/
div.print a {
	background-image: url(uploads/images/print.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 25px;
	width: 75px;
        float: left;
        clear: both;
}
div.return a {
	background-image: url(uploads/images/return.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 25px;
	width: 75px;
        float: left;
        clear: both;
        margin-top: 5px;
}
p#NewsPostDetailDate {
        font-size: 11px;
        color: #666666;
        margin: 0px;
        padding: 0px;
}
div.left-content h2 {
        margin-bottom: 0px;
        color: #DA4521;
}
div.left-content h2.valkomment {
	background:url(uploads/images/valkommen.gif) 0px center no-repeat;	
        width:506px;
	float:left;
	margin:0;
	padding:0;
	text-indent:-30000px;
}
div.left-content h2.senaste {
	background:url(uploads/images/senaste.gif) 0px center no-repeat;
        width:506px;
	float:left;
	margin:0;
        margin-bottom: 10px;
	padding:0;
	text-indent:-30000px;
}
div.left-content p {
	width:506px;
	float:left;
	margin:0;
	padding:10px 0 0 0;
}
/****************************block*************************************/
#content div.block {
	width:500px;
	float:left;
	padding:20px 3px;
}
div.block-left, div.block-right {
	width:260px;
	float:left;
	padding:11px 0 0 0;
	background:url(uploads/images/bg-block-top.gif) left top no-repeat;
}
div.block-left div, div.block-right div{
	width:260px;
	float:left;
	padding:0 0 11px 0;
	background:url(uploads/images/bg-block-botton.gif) left bottom no-repeat;
}
div.block-left div div, div.block-right div div{
	width:260px;
	float:left;
	background:url(uploads/images/bg-block-center.gif) left repeat-y;
	padding:0;
}
div.block-right div div {
        padding-bottom: 3px;
}
.flashmovie object {
        margin-left: 1px;
}
div a.blocka {
	color: #da4521;
}
div.block-right, div.block-right div, div.block-right div div {
	width:240px;
}
h3.blimedlem, h3.sepafilm {
	margin:0;
        margin-bottom: 5px;
	padding:0;
        height: 25px;
	float:left;
	text-indent:-30000px;
}
h3.blimedlem {
	width:260px;
	background:url(uploads/images/blimedlem.gif) 15px 2px no-repeat;
}
h3.sepafilm {
	width:240px;
	background:url(uploads/images/sepafilm.gif) 15px 2px no-repeat;
}
div.block-right div div img, div.block-left div div img {
	margin:10px 0 5px 1px;
}
div.block-left div div p.text {
	width:215px;
	margin:0;
	padding:0 35px 0 10px;
	font-size:12px;
	float:left;
}
div.block-left div div div {
	width:205px;
	margin:0;
	padding:0 35px 2px 10px;
}
div.block-right div div div.play a img{
	border:none;
	float:right;
	margin:0 15px 0 0;
	padding:0;
}
/****************************fotogallery************************/
#content ul.foto {
	width:506px;
	margin:0;
	padding:6px 0 0 0;
	list-style:none;
	float:left;
        clear: none;
	height:110px;
	display:table;
}
#content ul.foto li {
	padding:0 7px 0 7px;
	text-align:center;
  	display:table-cell;
  	vertical-align:middle;
         float: left;
}

* html #content ul.foto li ,* html #content ul.foto li.foto1 , * html #content ul.foto li.f-last {
	float:left;
}
*+html #content ul.foto li ,*+html #content ul.foto li.foto1 , *+html #content ul.foto li.f-last {
	float:left;
}
#content ul.foto li div {
	background:url(uploads/images/bg-shadow2.gif) bottom repeat-x;
}
#content ul.foto li div div {
	background:url(uploads/images/bg-shadow1.gif) right repeat-y;		
}
#content ul.foto li div div div {
	background:url(uploads/images/bg-shadow3.gif) bottom right no-repeat;
}
#content ul.foto li a img {
	border:none;
	border-top:1px solid #ECECEC;
	border-left:1px solid #ECECEC;
	padding:7px 10px 7px 7px;
}
#content ul.foto li.foto1 {
	padding:0 5px 0 0px;
}
#content ul.foto li.f-last {
	padding:0 0px 0 5px;
}
#content ul.foto li.f-last.margin, #content ul.foto li.margin, #content ul.foto li.foto1.margin {
	margin:17px 0 0 0;
}

/*******************************footer******************************/
#footer {
	width:804px;
	float:left;
	background:url(uploads/images/bg-footer.gif) no-repeat;
	height:35px;
	font:13px Verdana, Arial, Helvetica, sans-serif;
	color:#A7A7A7;
}
#footer ul {
	width:804px;
	float:left;
	margin:0px;
	padding:40px 0 3px 0;
	list-style:none;	
}
#footer ul li {
	display:inline;
	background:url(uploads/images/separator2.gif) right 3px no-repeat;
	padding:0 6px 0 5px;
}
#footer ul li.last {
	background:none;
}
#footer ul li a, #footer div a {
	color:#FF4E00;
	text-decoration:none;
	border-bottom:1px dotted #FF4E00;
}
#footer ul li a:hover, #footer div a:hover {
	border-bottom:none;
}
#footer div {
	width:804px;
	text-align:center;
	float:left;
	padding:0 0 40px 0;
}
/* End of 'Laserdome' */

