﻿html, body {
	font-family: Tahoma, helvetica, arial;
	font-size: 12px;
	color: #333;
	line-height: 150%;
	margin:0;
}

body.front{
	background:url(../img/body-front-bg.png) repeat-x 0 -40px;
}


.clear {
	clear: both;
}

strong{
	font-weight:bold;
}

a {
	color: #ea8136;
	text-decoration: none;
	outline:none;
}
	a:hover {
		text-decoration: underline;
	}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
}
	
#wrap {
	border-bottom:1px solid #e5e5e5;
}

#wrap .inner-wrap{
	position: relative;
	margin: 40px auto 0px auto;
	width: 940px;
	padding:0 10px;
	background:#fff;
	color:#5c5c5c;
}

	#wrap #header{
		position:relative;
		height:158px;
	}	
	
	.front #wrap #header{
		margin-bottom:13px;
	}
	
		#wrap #header #top-service{
			position:absolute;
			right:90px;
			top:0;
			color:#b6b6b6;
			font-size:11px;
		}
		
		#wrap #header #top-service a{
			color:#b6b6b6;
			font-size:11px;
			text-decoration:none;
		}
		
		#wrap #header #lang{
			position:absolute;
			right:0;
			top:5px;
		}
		
			#wrap #header #lang a{
				display:block;
				float:left;
				width:16px;
				height:11px;
				text-indent:-9999px;
				margin-left:5px;
			}
			
				#wrap #header #lang a.is{
					background:url(../img/is.png) no-repeat;
				}
				
				#wrap #header #lang a.en{
					background:url(../img/en.png) no-repeat;
				}
				
				#wrap #header #lang a.de{
					background:url(../img/de.png) no-repeat;
				}
		
		#wrap #header #search{
			position:absolute;
			right:0;
			top:33px;
			z-index:100;
		}	
			#wrap #header #search input[type=text]{
				background:url(../img/search_input.png) no-repeat;
				height:31px;
				padding: 0 10px 5px 10px;
				border:none;
				width:225px;
				position:absolute;
				right:0;
				top:0;
				line-height:31px;
			}
		
			#wrap #header #search .btn{
				position:absolute;
				bottom:-115px;
				right:1px;
				height:67px;
				width:69px;
				background:url(../img/search_button.png) no-repeat 0 0;
				border:none;
				z-index:100;
				text-indent:-9999px;
				line-height:0;
			}
			
			#wrap #header #search .btn:hover{
				background-position: 0 -67px;
				}
		
		#wrap #header #logo {
			display:block;
			position:absolute;
			background:url(../img/logo.png) no-repeat;
			width:104px;
			height:59px;
			height:70px;
			text-indent:-9999px;
		}
		
		.site-2 #wrap #header #logo,
		.site-3 #wrap #header #logo{
			background:url(../img/logo_en.png) no-repeat;
		}
		
		#wrap #header #nav {
			position:absolute;
			bottom:0;
			background: url(../img/nav-bg.png) no-repeat 0 100%;
			height:68px;
			width:100%;
		}
		
		#wrap #header #nav .inner{
			background: #fff;
			height:57px;
			border:1px solid #e5e5e5;
			width:938px;
		}
	
		#wrap #header #nav ul{
			padding:0;
			list-style:none;
		}
		
		#wrap #header #nav li{
			height:57px;
			list-style-type: none;
			float:left;
		}
		
		#wrap #header #nav li a[title="Partners"]{
			display:none;
		}
		
		#wrap #header #nav li a{
			display:block;
			padding:0 25px;
			height:57px;
			line-height:57px;
			color:#5c5c5c;
			text-decoration:none;
		}
		
		#wrap #header #nav a:hover,
		#wrap #header #nav a.selected {
			background:url(../img/background-sprite-x.png) repeat-x 0 -343px;
			color:#fff;
		}
		
	#breadcrumb{
		padding-left:3px;
		color:#b4b4b4;
		font-size:9px;
	}		
		#breadcrumb a{
			color:#b4b4b4;
			font-size:9px;
		}
		
	#wrap #top{
		padding:10px;
		height:334px;
		width:918px;
		border:1px solid #e5e5e5;
	}
	
	.front #wrap #top{
		border:none;
		padding:0;
		width:940px;
		height:368px;
		background:url(../img/middle-bg.png) no-repeat 0 100%;
	}
	
	.front #wrap #top .top-inner{
		width:918px;
		padding:10px;
		border:1px solid #e5e5e5;
		height:334px;
	}
	
		#wrap #top #booking{
			float:left;
			background:url(../img/background-sprite-x.png) repeat-x;
			padding:20px 10px 10px 10px;
			height:302px;
			width:208px;
			border-left:1px solid #e5e5e5;
			border-bottom:1px solid #e5e5e5;
			border-top:1px solid #e5e5e5;
			border-right:1px solid #ffffff;
			color:#fff;
			position:relative;
		}
		
			#booking h3{
				color:#fff;
				font-size:24px;
				margin-bottom:21px;
				font-weight:normal;
			}
			
			#booking label{
				display:block;
			}
			
			#booking select{	
				background:#fff;
				border:none;
				color:#666;
				padding:2px 0;
				font-size:12px;
				border:1px solid #eee;
			}
			#booking select[name=sbs_pr]{
				margin-bottom:15px;
				width:205px;
				
			}
			
			#booking input[type="submit"]{
				display:block;
				margin-top:20px;
				background:url(../img/booking-button-bg.png) no-repeat 100% 3px;
				border:none;
				color:#fff;
				font-size:14px;
				font-weight:bold;
				padding-right:20px;
				cursor:pointer;
				
			}
			
			
			
			#accordion #booking .date{
				height:2px;
			}
			
			#booking select[name="sbs_pr"] {
				margin-bottom: 5px;
				width: 205px;
			}
			
			#accordion #booking input[type="submit"]{
				clear:both;
				background-color:#EA8236;
				padding:2px 25px 2px 10px;
				background-position:90% 2px;
				margin-top:0;
				font-size:12px;
				float:right;
				margin-bottom:10px;
			}
		
		#wrap #top #banner{
			position:relative;
			float:left;
			background:#fff;
			height:332px;
			width:687px;
			border-right:1px solid #e5e5e5;
			border-bottom:1px solid #e5e5e5;
			border-top:1px solid #e5e5e5;
		}
			#wrap #top #banner #slideshow-banner{
				position:absolute;
				top:0;
				left:0;
			}
			
			#wrap #top #banner #slideshow-banner .item{
				position:absolute;
				top:0;
				left:0;
			}
			
			#wrap #top #banner #slideshow-banner .item a{
				display:block;
				width:100%;
				height:100%;
				position:absolute;
				top:0;
				left:0;
				z-index:100;
			}
			
			
		
			#wrap #top #banner #service-banner{
				position:absolute;
				top:0;
				left:0;
				z-index:-1;
			}
			
			#wrap #top #banner #service-banner .service{
				position:absolute;
				top:0;
				left:0;
				visibility:hidden;
				opacity:0;
			}
			#wrap #top #banner #slideshow-banner .info,
			#wrap #top #banner #service-banner .info{
				position:absolute;
				top:200px;
				left:0;
				width:354px;
				background: url(../img/white-90transp.png);
				padding:25px 30px;
				-webkit-border-top-right-radius: 5px;
				-webkit-border-bottom-right-radius: 5px;
				-moz-border-radius-topright: 5px;
				-moz-border-radius-bottomright: 5px;
				border-top-right-radius: 5px;
				border-bottom-right-radius: 5px;
			}
			
			#wrap #top #banner #slideshow-banner .info .title,
			#wrap #top #banner #service-banner .info .title{
				color:#ea8136;
				display:block;
				font-size:20px;
				margin-bottom:5px;
			}
			
		
	#wrap #middle {
		padding-top:25px;
	}
	
	body.front #wrap #middle{
		padding-top:13px;
		/*background:url(../img/middle-bg.png) no-repeat;*/
	}
			#wrap #middle #milli-box,
			#wrap #middle #main-text{
				overflow:hidden;
				position:relative;
				margin:20px 0 40px 0;
				min-height:300px;
			}
			
				.front #wrap #middle #main-text{
					margin-bottom:0;
				}
			
				body.front #wrap #middle #main-text div img{
					background:url(../img/main-text-img-bg.png) no-repeat;
					padding:12px 12px 19px 12px;
					float:right;
					margin-left:10px;
				}
				
				body.sub #wrap #middle #main-text div img{
					background:url(../img/content-img-bg.png) no-repeat;
					padding:20px 10px;
					float:right;
					margin-left:10px;
				}

					body.sub #wrap #middle #main-text div.nostyle img {
						background-image: none;
						margin: 0;
						padding: 0;
						float: none;
					}
				
				#wrap #middle #main-text h2.title{
					font-size:20px;
					padding:0 0 10px 0;
					margin:0;
					border-bottom:1px solid #e5e5e5;
				}
				
				#wrap #middle #main-text h2,
				#wrap #middle #main-text h3{
					font-weight:normal;
				}
				
				#wrap #middle #main-text p{
					margin:5px 0;
				}
				
				#wrap #middle #main-text ul li{
					background:url(../img/list-item-arrow.png) no-repeat 0 6px;
					padding-left:13px;
				}
				
				#wrap #middle #main-text ul li ul li{
					background:url(../img/list-item-bullet.png) no-repeat 0 6px;
					padding-left:13px;
				}
				
				
		
	
	#bottom-wrap{
		border-top:1px solid #fff;
		background:#f9f9f9 url(../img/footer-bg.png) repeat-x 0 100%;
	}
	
		#bottom-wrap .inner-wrap{
			position: relative;
			margin: 0 auto;
			width: 940px;
			padding:0 10px;
			color:#5c5c5c;
		}
		
		#bottom-wrap .inner-wrap #bottom{
			min-height:230px;
			padding-top:25px;
			position: relative;
			overflow: hidden;
			margin-bottom: 20px;
		}
			#bottom-wrap .inner-wrap .box{
				background: url(../img/bottom-box-bg.png) repeat-y;
				width:211px;
				float:left;
				padding:0 10px;
				margin-left:-1px;
				min-height:200px;
			}
			
			#bottom-wrap .inner-wrap .box.facebook{
				padding:0;
				width:240px;
				background:none;
				margin-top:13px;
				padding-right:10px;
				margin-left: 0px;
			}
		
			#bottom-wrap .inner-wrap #bottom .box h2{
				font-weight:normal;
			}
			
			#bottom-wrap .inner-wrap #bottom .box h3{
				font-weight:normal;
				font-size:12px;
				padding:0;
				margin:0;
			}
			
			#bottom-wrap .inner-wrap #bottom .box .item{
				border-bottom:1px solid #eee;
				padding:0;
			}
			
			#bottom-wrap .inner-wrap #bottom .box .item a{
				display:block;
				padding:5px 0;
			}
			
			#bottom-wrap .inner-wrap #bottom .box .item a:hover{
				background:#eee;
				text-decoration:none;
			}
		
		#bottom-wrap .inner-wrap #footer{
			position:relative;
			height:55px;
			padding:25px 0 10px 0;
			color:#fff;

		}
		
			#bottom-wrap .inner-wrap #footer .logo{
				position:absolute;
				right:0;
				top:15px;
				background:url(../img/footer-logo1.png) no-repeat 0 0;
				height:68px;
				width:320px;
			}
			
			
			#bottom-wrap .inner-wrap #footer .logo a{
				display:block;
				float:right;
				height:38px;
				width:38px;
				margin-left:8px;
				text-indent:-9999px;
			}
				#bottom-wrap .inner-wrap #footer .logo a.puretravel {
					float: left;
					width: 85px;
					margin-left: 0;
				}
		
			
	
/*html box*/
#middle #service-box{
	 overflow:hidden;
}

	#middle .box{
		position:relative;
		float:left;
		width:222px;
		height:191px;
		background:url(../img/front-box-bg.png) no-repeat 0 100%;
		margin-right:17px;
	}

	#middle #service-box .box.last{
		margin-right:0;
	}

	#middle  .box .inner{
		height:159px;
		width:200px;
		padding:10px;
		border:1px solid #e5e5e5;
		position:relative;
	}
		
		#middle  .box .image{
			width:200px;
			height:159px;
			background-repeat:no-repeat;
		}
		
		#middle  .box .info{
			position:absolute;
			width:190px;
			padding:5px 5px 0 5px;
			background:url(../img/white-90transp.png);
			bottom:10px;
			left:10px;
			font-size:11px;
		}
		
		#middle .box .info h3{
			color:#ea8136;
			font-weight:normal;
			font-size:14px;
			margin:0 0 3px 0;
		}

		#middle  .box .info .price{
			text-align:right;
			color:#ea8136;
			font-size:14px;
		}
		#middle .box  a{
			position:absolute;
			top:0;
			left:0;
			display:block;
			width:100%;
			height:100%;
			z-index:3;
			background:url(dummy.png); /*fix for ie7*/
		}
		
		body.sub #wrap #middle #main-text .box div img{
			padding:0;
		}
	
	body.with-accordion #middle,
	body.sub #middle{
		overflow:hidden;
	}	
	body.sub #wrap #middle #main-text{
		width:704px;
		/*float:left;*/
		clear: none;
		margin:0!important;
	}
	
		#wrap #middle #main-text ul{
			padding:0 25px 0 15px;
		}
	
	body.with-accordion #middle #main-text{
		width:385px;
		padding:10px 30px 10px 15px;
		float:left;
		margin:0!important;
	}
	
	#middle #subnav{
		width:210px;
		float:left;
		min-height:220px;
		border-left:1px solid #e5e5e5;
		margin:0;
	}
	
		#middle #subnav ul{
			padding:10px;
		}
		
		#middle #subnav ul li a{
			display:inline-block;
			color:#5c5c5c;
			line-height:24px;
			padding: 0 20px 0 5px;
			font-size:13px;
			margin-bottom:3px;
		}	

		#middle #subnav ul li ul{
			padding:0 0 0 10px;
		}
		
		#middle #subnav ul li a.selected,
		#middle #subnav ul li a:hover{
			background:#ea8136 url(../img/background-sprite-x.png) no-repeat 100% -513px;
			color:#fff;
			text-decoration:none;
		}
		
		#middle #subnav ul li li a.selected,
		#middle #subnav ul li li a:hover{
			background:none;
			color:#ea8136;
			text-decoration:none;
		}
		#middle .loggedin {
			border-left: 1px solid #E5E5E5;
  			float: left;
  			clear: left;
  			margin: 0;
  			min-height: 100px;
  			width: 210px;
		}
	
	#middle #accordion{
		width:280px;
		float:left;
		margin:0;
		background:#fff url(../img/accordion-bg.png) no-repeat 0 100%;
		padding-bottom:10px;
	}
	
		#middle #accordion .title{
			background:#fff url(../img/accordion-title-bg.png) no-repeat 255px 13px;
			border-top:1px solid #e5e5e5;
			border-left:1px solid #e5e5e5;
			border-right:1px solid #e5e5e5;
			height:30px;
			color:#ea8136;
			padding:0 10px;
			font-size:12px;
			line-height:30px;
			cursor:pointer;
		}
		
		#middle #accordion .block:last-child .title{
			border-bottom: 1px solid #e5e5e5;
		}
		
		#middle #accordion .content{
			background:#f9f9f9;
			color:#5c5c5c;
			
		}
		
		#middle #accordion .content .inner{
			padding:10px;
			border-top:1px solid #e5e5e5;
		}
		
		#middle #accordion .block:last-child .content .inner{
			border-top:none;
		}
		
		#middle #accordion ul li{
			background:url(../img/list-item-arrow.png) no-repeat 0 6px;
			padding-left:13px;
		}
	
/*milliforsida*/
#wrap #middle #milli-box{
	padding-left:50px;
	margin-top:0;
	
}

	#wrap #middle #milli-box .box{
		float:none;
		height:205px;
		width:282px;
		background:none;
	}	
	
		#wrap #middle #milli-box .box .inner{
			height:195px;
			width:282px;
			padding:0;
			border:none;
		}
		
		#wrap #middle #milli-box .boximage-wrap{
			position:absolute;
			top:0;
			left:0;
			z-index:10;
			height:173px;
			width:266px;
			background:url("../img/content-img-bg.png") no-repeat 0 0;
			padding: 20px 10px;
		}	
		
		#wrap #middle #milli-box .boximage{
			background-repeat:no-repeat;
			height:173px;
			width:266px;
		}
		
		#wrap #middle #milli-box h1,
		#wrap #middle #milli-box h2,
		#wrap #middle #milli-box h3{
			font-size:15px;
			color:#EA8136;
			margin:0;
		}
		
		#wrap #middle #milli-box .bg{
			position:absolute;
			height:90px;
			width:266px;
			background:url("../img/white-90transp.png");
			z-index:15;
			bottom:10px;
			left:10px;
			z-index:20;
		}
		
		#wrap #middle #milli-box .box .inner{
			position:relative;
			z-index:20;
		}
		
		#wrap #middle #milli-box .box .inner .content{
			position:absolute;
			z-index:20;
			top:110px;
			left:15px;
			width:250px;
			z-index:100;
		}
		
		#wrap #middle #milli-box .box .inner .content a{
			position:absolute;
			z-index:20;
			top:-91px;
			text-indent:-9999px;
			left:-5px;
			width:266px;
			height:173px;
		}

	#milli-box .millibox{
		position:relative;
		width:284px;
		height:205px;
		float:left;
		margin:0 62px 30px 0;
	}
	
		#milli-box #milli-box2,
		#milli-box #milli-box4,
		#milli-box #milli-box6{
			margin-right:0;
		}
#milli-box img[src="/Disill/img/module-add.gif"],
#milli-box img[src="/Disill/img/module-edit.gif"]{
	z-index:200;
}
	
		
		

#wrapper { position: relative; height: 100px; }
.select {
  position: relative; bottom: 0; padding: 0; width: 250px; height: auto;
  border-radius: 7px; -moz-border-radius: 7px;
 /* -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.66);*/
}
#daysDropdown.select,
#monthsDropdown.select,
#yearsDropdown.select{
	width:40px;
	float:left;
	margin-right:5px;
}


.select:hover, .select.active {
/*  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.80);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.80);*/
}
.select .list {
  width: 100%; height: 0; overflow: hidden;
  color: rgba(255,255,255 0.5);
  background:#fff;
  font-size: 11px; 
  position:absolute;
  z-index:300;
  /*-webkit-transition: height linear 0.25s;*/
 /* background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e3e3e3));
  background: -moz-linear-gradient(top left, #fff, #e3e3e3);*/

}
.select.active .list { height: 60px; }
#monthsDropdown.select.active  .list { height: 500px; }

.select ul { margin: 0; padding: 0; list-style: none; }
.select li { border-top: 1px solid rgba(169, 169, 169, 0.30); padding: 6px 10px; }
.select li:first-child { border: 0; }
.select li:last-child {
  border-radius: 5px; border-top-right-radius: 0px; border-top-left-radius: 0px;
  -moz-border-radius: 5px; -moz-border-top-right-radius: 0px; -moz-border-top-left-radius: 0px;
}
.select li:hover, .select li.highlighted {
  color: rgba(51, 51, 51, 1.0); background: rgba(209, 209, 209, 0.60); cursor: pointer;
}
.select input { position: absolute; left: -9999999px; }
.select select {
  position: absolute; top: 4px; left: 0; height: 100%; width: 100%; opacity: 0.01;
}
.select .selection {
  position: relative; padding: 0 33px 0 10px; height: 26px; line-height:26px; border-radius: 7px; -moz-border-radius: 7px;
  font-size: 10px;
  background:#fff;
  color:#EA8136;
  border:1px solid #eee;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#526f88), to(#1c3c57));
  background: -moz-linear-gradient(top left, #526f88, #1c3c57);*/
}
.select.active .selection {
  border-bottom: 1px solid #939393; height: 26px; color: #fff;
  background:#EA8136;
 /* border-radius: 7px 7px 0px 0px; -moz-border-radius: 7px 7px 0px 0px; 
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e3e3e3));
  background: -moz-linear-gradient(top left, #fff, #e3e3e3);*/
}

.select ul li{
	background-image:none!important;
}
.select .dropdownBackground {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: url(bg_dropdown_arrow.png) no-repeat right top;
}
.select.active .dropdownBackground { background-image: url(bg_dropdown_arrow_black.png); }


/*
	Gallery
*/

.imglistalbum {
	margin-top:15px;
}

	.imglistalbum .title {
		font-size:16px;
		color:#EA8136;
	}

	.imglistalbum br {
		display:none;
	}
	
	.imglistalbum .item {
		display:block;
		width:100px;
		height:120px;
		float:left;
		margin:0 10px 10px 0!important;
		padding:1px;
	}

	.imglistalbum .item .image {
		display:block;
		width:100px;
		height:80px;
		border:1px solid #DADADA;
		padding:1px;
		background-repeat:no-repeat;
		background-position:center center;
		cursor:pointer;
	}
	
.imglist {
	margin-top:15px;
}

	.imglist span span {
		border:1px solid #DADADA;
		padding:1px;
		float:left;
		margin:0 10px 10px 0;
	}

	.imglist span span a {
		display:block;
		width:100px;
		height:80px;
		background-repeat:no-repeat;
		background-position:center center;
	}
	
	.imglistalbum .item .name {
	}

	
	/*partner login*/
	
#ctl01_loginWU, #ctl01_loginWU td, #ctl01_loginWU tr, #ctl01_loginWU thead{
	border:none!important;
}

.login-form {
	margin-top:20px;
	background:#eee;
	padding:20px;
	width:300px;
	border:1px solid #E5E5E5;
}

.login-form label{
	width:80px;
	display:inline-block;
}
.login-form input[type="password"],
.login-form input[type="text"]{
	width:200px;
	margin-bottom:10px;
	border:1px solid #E5E5E5;
	line-height:22px;
	height:22px;
	padding-left:5px;
}

.form.container .form.btn input,
.login-form input[type="submit"]{
	background:#f90;
	color:#fff;
	border:none;
	padding:3px 10px;
	margin-top:10px;
}

.loggedin{
	padding-left:25px;
}


/*suggestions and comments form*/
.form.container{
	background:#eee;
	padding:20px;
	margin:20px 0;
	border:1px solid #E5E5E5;
	width:310px;
}

.form.container .form.txt{
	position:relative;
	width:300px;
	margin-bottom:5px;
}

.form.container .form.txt label{
	display:block;
}

.form.container .form.txt textarea{
	width:300px;
	height:150px;
	margin-bottom:15px;
	padding:5px;
}

.form.container .form.txt input[type="text"]{
	line-height:22px;
	height:22px;
	width:300px;
	border:1px solid #E5E5E5;
}

.form.container .form.txt span{
	position:absolute;
	top:20px;
	right:-100px;
}


/*tables*/
table {
	width:99%;
	border:1px solid #e5e5e5!important;;
}

table tr td{
	padding:4px 5px;
	border:1px solid;
	border-color:#e5e5e5;
}
	table.factbox {
		float: right;
		width: 300px;
	}
		table.factbox tr {
			line-height: 12px;
			font-size: 12px;
		}
			table.factbox tr:last-child {
					border-bottom: 1px solid #888;
				}

/*tilkynningar*/
#tilkynningar .article-index{
	height:72px;
	width:880px;
	background:url(../img/tilkynningar-bg.png) no-repeat;
	margin-left:33px;
}

.site-2 #tilkynningar .article-index{
	background:url(../img/tilkynningar-bg-en.png) no-repeat;
}
.site-3 #tilkynningar .article-index {
	background:url(../img/tilkynningar-bg-de.png) no-repeat;
}

.sub #tilkynningar ,
.with-accordion #tilkynningar {
	margin-left:193px;
}


.sub #tilkynningar .article-index ,
.with-accordion #tilkynningar .article-index {
	width:700px;
	background:url(../img/tilkynningar-small-bg.png) no-repeat;
	margin-top:-20px;
	margin-bottom:10px;
}

.site-2.sub #tilkynningar .article-index ,
.site-2.with-accordion #tilkynningar .article-index {
	background:url(../img/tilkynningar-small-bg-en.png) no-repeat;
}

.site-3.sub #tilkynningar .article-index ,
.site-3.with-accordion #tilkynningar .article-index {
	background:url(../img/tilkynningar-small-bg-de.png) no-repeat;
}

.with-accordion #tilkynningar .article-index .item,
.sub #tilkynningar .article-index .item{
	width:525px;
}

#tilkynningar .article-index .item{
	width:700px;
	margin-left:175px;
	height:60px;
}

#tilkynningar .article-index .item h3{
	line-height:60px;
}

#tilkynningar .article-index .item h3 a{
	display:block;
}


				
/*postlist*/
/*
#mc_embed_signup{
	border:1px solid #E5E5E5;
	background:#fff;
	overflow:hidden;
	padding:15px;
	position:absolute;
	top:20px;
	left:0px;
	visibility:hidden;
	opacity:0;
	 -moz-box-shadow: 0px 0px 4px #333; 
	-webkit-box-shadow: 0px 0px 4px #333; 
	box-shadow: 2px 2px 8px #999; 
	width:200px;
}

.front #mc_embed_signup{
	top:20px;
	left:-129px;
}

#mc_embed_signup #mc_embed_close{
	position:absolute;
	right:10px;
	bottom:5px;
}

#mc_embed_signup input[type="text"]{
	border:1px solid #E5E5E5;
	margin:5px 0;
	display:block;
}

#mc_embed_signup input[type="text"].mce_inline_error{
	border:1px solid red;
}

#mc_embed_signup input[type="submit"]{
	border:none;
	background:#ec8d3b;
	margin:5px 0;
	color:#fff;
	padding:3px 10px;
}

div.mce_inline_error{
	margin-top:0;
}

#mc_embed_signup .indicate-required{
	position:absolute;
	color:#999;
	top:5px;
	right:10px;
	font-size:10px;
}

#mc_embed_signup .mc-field-group{
	margin-top:20px;
}

.postlisti{
	width:350px; 
	z-index:500; 
	position:relative;
	margin:0;
	margin-left:25px;
}

.front .postlisti{
	position:absolute;
	top:0;
	margin:0;
	left:584px;
	width:105px;
}

.front.site-1 .postlisti{
	left:573px;
}

.front.site-2 .postlisti{
	left:575px;
	width:125px;
}

.postlisti .title{
	color:#B6B6B6;
	font-size:11px;
	cursor:pointer;
}
*/

