/* (c)2010 Dreamsoft(TM) */
*{margin:0; padding:0; list-style:none; border:none; outline:none;}
.whiteSpace {width:100%; background:url(../images/headerBG.png) center center no-repeat #FFF}
a{color:#333; font-weight:700; text-decoration:none;}
a:hover{color:#669900; text-decoration:none;}
.telenNews { display:block; background-color:#EAEAEA; color:#333; padding:5px 10px; border-bottom:1px solid #CCC; }
.telenNews:hover { background-color:#666; color:#FFF; -moz-box-shadow: 1px 1px 5px #666; -webkit-box-shadow: 1px 1px 5px #666; box-shadow: 1px 1px 5px #666; }

body {
	background-color:#F2F2EC;
	color:#000;
	font-size:12px;
	font-family:verdana, arial, tahoma;
	cursor:default;
}

/* Egen CSS for + knappen i meny (kun for denne siden) */
#addNavPageBtn_wrapper {
	float:right;
	display:block;
	position:absolute;
	margin-top:-30px;
	margin-left:0px;
	padding:4px;
	border:1px solid #000;
}
	
#optionButton_wrapper {
	float:right;
	display:block;
	position:absolute;
	margin-top:-30px;
	margin-left:90px;
	padding:4px;
	border:1px solid #000;
}

#navigation #wrapper #navlinks_wrapper {
	margin:0;
	float:left;
	background:none;
}

#header {
	width:1000px;
	height:200px;
	margin:0 auto;
	background:url(../images/logo.png) no-repeat;
}

#navigation {
	width:100%;
	background-color:#EAEAEA;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	height:55px;
}
	#navigation #wrapper {
		width:1000px;
		margin:0 auto;
		height:51px;
	}
		#navigation #wrapper a {
			display:block;
			color:#333;
			text-decoration:none;
			float:left;
			padding:20px;
			margin-left:20px;
			margin-top:0px;
			margin-bottom:0px;
			text-shadow: 1px 1px white, 1px 1px #FFF;
		}
		#navigation #wrapper a:hover {
			color:#000;
			background-color:#E0E0E0;
		}
		
		#navigation #wrapper li{
			display:block;
			float:left;
			background:url(../images/menuSpacer.jpg) left no-repeat;
		}
			#navigation #wrapper li:first-child {
				background:transparent !important;
			}
		
		#navigation #wrapper li ul.subMenu {
			margin-left:0px;
			width:150px;
			position:absolute;
			z-index:100;
			margin-top:50px;
			margin-left:20px;
		}
			#navigation #wrapper li ul.subMenu li {
				background:#EAEAEA;
				padding:3px;
				margin-left:0px;
				width:150px;
			}
			#navigation #wrapper li ul.subMenu li a {
				margin-left:0px;
				width:110px;
			}
		
		#navigation #wrapper span {
			display:block;
			float:left;
			height:50px;
		}

#imageView, div.imageView {
	width:1000px;
	margin:20px auto;
	background-color:#FFF;
	border:1px solid #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	border-radius:3px;
}
	#wrapper1 #desc, #wrapper2 #desc2 {
		position:absolute;
		width:980px;
		height:60px;
		background-color:#000;
		color:#FFF;
		padding:5px;
		margin:220px 0 0 5px;
		font-size:11px;
		filter:alpha(opacity=70);
		-moz-opacity:0.7;
		-khtml-opacity:0.7;
		opacity:0.7;
	}
		#wrapper1 #desc:hover, #wrapper2 #desc2:hover {
			filter:alpha(opacity=90);
			-moz-opacity:0.9;
			-khtml-opacity:0.9;
			opacity:0.9;
		}
		#wrapper1 #desc h3, #wrapper2 #desc2 h3 {
			font-size:14px;
			font-weight:700;
		}
	#wrapper1 img, #wrapper2 img {
		width:990px;
		height:290px;
		margin:5px;
	}

#super {
	width:1000px;
	margin:20px auto;
}
	
#contentSauland {
	width:1000px;
	display:block;
	float:left;
}
	#contentSauland .left {
		width:200px;
		float:left;
		display:block;
	}
		#contentSauland .left .box {
			border:1px solid #CCC;
			background-color:#FFF;
			padding:5px;
			margin-bottom:20px;
			-moz-box-shadow: 1px 1px 5px #999;
			-webkit-box-shadow: 1px 1px 5px #999;
			box-shadow: 1px 1px 5px #999;
			border-radius:3px;
		}
			#contentSauland .left .box .submenu a {
				display:block;
				padding:10px;
				color:#333;
				text-decoration:none;
				background-color:#FAFAFA;
			}
			#contentSauland .left .box .submenu a:hover {
				color:#FFF;
				background-color:#336600;
			}
			#contentSauland .left .box .submenu span {
				display:block;
				width:190px;
				height:4px;
				background:url(../images/submenuSpacer.jpg) center center no-repeat;
			}
			
	/* Event Calendar */
	#eventCalendar {
		padding:5px;
		background-color:#FFF;
		border:1px solid #CCC;
		margin-bottom:20px;
	}
		#eventCalendar td.title {
			color:#000;
		}
		
		#eventCalendar td.dayname {
			width:30px;
			font-weight:bold;
			text-align:center;
			padding:1px;
			color:#000;
		}
		
		#eventCalendar td {
			padding:1px;
			width:30px;
			text-align:center;
			padding:20px;
			color:#666;
		}
		
		#eventCalendar td.today {
			border:1px solid #CCC;
			background-color:#CCC;
			color:#669900;
		}
		
		#eventCalendar td.todayHasEvent {
			border:1px solid #666;
			background-color:#EAEAEA;
		}
			#eventCalendar td.todayHasEvent:hover {
				background:#EEE;
				cursor:pointer;
			}
			
		#eventCalendar td.hasEvent {
			border:1px solid #000;
			background-color:#EAEAEA;
		}
			#eventCalendar td.hasEvent a {
				color:#000;
				text-decoration:none;
			}
	#calendarWeek .current {
		color:#669900;
	}
	#calendarWeek .hasEvent {
		color:#333333;
	}
	#calendarWeek a {
		display:block;
		float:left;
		width:120px;
		padding:15px 4px;
		text-align:center;
		color:#999;
		text-shadow: 1px 1px white, 1px 1px #FFF;
		background:url(../images/kalender1.jpg) right center;
	}
		#calendarWeek a:hover {
			background:url(../images/kalender2.jpg) right center;
		}
	#calendarWeekFull a {
		display:block;
		float:left;
		margin-top:-10px;
		width:92px;
		height:44px;
		background:url(../images/kalenderfull1.jpg) left center;
	}
		#calendarWeekFull a:hover {
		cursor:pointer;
		background:url(../images/kalenderfull2.jpg) left center;
	}
	
	#contentSauland .right {
		width:790px;
		margin-left:10px;
		float:left;
		display:block;
		width:700px;
	}
		#contentSauland .right .box, .cmsContainer, .newsBox, .newsBoxFull, #eventCalendar {
			border:1px solid #CCC;
			background-color:#FFF;
			padding:10px;
			margin-bottom:20px;
			float:left;
			width:769px;
			-moz-box-shadow: 1px 1px 5px #999;
			-webkit-box-shadow: 1px 1px 5px #999;
			box-shadow: 1px 1px 5px #999;
			border-radius:3px;
		}
		#contentSauland .right .box h3, .newsBox h3, .newsBoxFull h3 {
			font-size:16px;
			color:#333;
			font-weight:100;
			background-color:#E0E0E0;
			padding:5px 10px;
			text-shadow: 1px 1px white, 1px 1px #FFF;
		}
		#contentSauland .right .box p, .newsBox p, .newsBoxFull p {
			margin-bottom:12px;
		}
			 .newsBoxFull h3 {
				float:left;
			 }
			.newsOptionLine {
				float:right;
				color:#CCC;
				padding:5px;
				font-size:10px;
			}
			.newsQuickTextArticle {
				margin-top:25px;
				font-style:italic;
				clear:both;
			}
			.newsMainContent {
				margin-top:20px;
			}
		#contentSauland .right .box .readmore, .newsReadMoreBtn  {
			display:block;
			/* width:70px; */
			float:left;
			margin:10px 0 0 0;
			padding:4px 10px;
			background-color:#EAEAEA;
			color:#333;
			text-decoration:none;
		}
			#contentSauland .right .box .readmore:hover, .newsReadMoreBtn:hover {
				background-color:#336699;
				color:#FFF;
			}
			
#footer {
	clear:both;
	width:980px;
	margin:0 auto 10px auto;
	border-top:1px solid #CCC;
	padding:10px;
	color:#666;
	font-size:10px;
}
	#footer a {
		color:#CCC;
		font-weight:700;
		text-decoration:none;
	}
	#footer a:hover {
		color:#669900;
	}
	#footer #dreamsoft {
		color:#CCC;
		margin-top:4px;
	}
	
	/* IMAGE LODER */
	#progressWrapper {
		position:absolute;
		background:#DDD;
		width:300px;
		-moz-border-radius: 5px;
		border: 1px solid #333;	
		padding:5px;
		height:40px;
	}
	
	#progressBar {
		background:#000;
		height:18px;
		-moz-border-radius: 5px;
		border: 1px solid #000;	
	}
	
	#pWrapper {
		margin:0px auto;
		width:290px;
		height:20px;
		padding:2px;
		-moz-border-radius: 5px;
		border: 1px solid #333;	
	}
	
	#pmsg {
		margin-top:3px;
	}
	
	/* SLIDESHOW */
	#sliderTitleCopy, #sliderTextCopy, #sliderImageCopy {
		position:absolute;
	}

