/*
Theme Name: WordPress telia 4G
Theme URI: http://telia.se/
Description: Telia 4G theme.
Version: 0.1
Author: Andreas Fabbe
Author URI: http://andreasfabbe.se
Tags: Telia, DDB

*/

@-moz-document url-prefix() {}

/* Begin Typography & Colors */
body {

	font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif;
    background: #e5e5e5 url(../images/main_bg.png) repeat-x left top;
/*background-color:lime;*/
	color: #595959;
	text-align: left;
	
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}                
	
p{
	margin:0;
	padding:0;
}	                    

input{
	outline:none;
}  

div.hiddenContent {
	display:none;
}
   
/*--------------------------------------------------------------------------------*/
/* Wrappers                                                                       */
/*--------------------------------------------------------------------------------*/

div#topWrapper {
	width:960px;
	height:235px;
	margin: 0 auto;
	text-align:left;
	padding:0;
}
  
div#centerWrapper{
	
	padding:0;
	width:100%;
	margin: 0 0 30px 0 ;
	
} 

div#bottomWrapper{
	
	height:65px; 
	width: 100%;
	bottom: 0px;
	position: fixed;
	background: #fff url(../images/bottomWrapper_top_border.png) repeat-x 0 0;
	text-align: center;
	z-index:999;
	
}

		
/*--------------------------------------------------------------------------------*/
/* Top                                                                            */
/*--------------------------------------------------------------------------------*/

	div#topWrapper div#top{
		margin: 40px auto 0 auto;        
		height: 230px;
		width: 960px;
	}

		div#topWrapper div#top a.logo{
			margin: 0 0 0 12px;
			width: 202px;
			height: 44px;
			background-image:url(../images/logo.png);
			background-repeat: no-repeat;
			display:block;
			text-indent:-9999px;
			float:left;
			clear:none;
		}
		
		div#topWrapper div#top div.info{
			
			width:500px;
			height:97px;
			margin:12px 0 0 20px;
			color:#595959;
			font-size:12px;
			display:block;
			clear:left;
			float:left;
			line-height:17px; 

			
		}
		
			div#topWrapper div#top div.info h1{
				
				color:#595959;
				font-size:16px;
				margin:0 0 2px 0;
				padding:0;
				display:block;
				text-align:left;
				line-height:20px;

			} 
			
		div#topWrapper div#top div.searchfield{

			width:176px;
			height:25px;
			margin:60px 20px 0 0;
			padding:0;
			color:#595959;
			font-size:12px;
			display:block;
			clear:none;
			float:right;
			line-height:17px; 
			background-image:url(../images/searchfield_bg.png);
			background-repeat:no-repeat;
			background-position:right 1px;

		} 
		
		div#topWrapper div#top div.searchfield *{
			margin:0;
			padding:0;
		}
		
			form#searchform input[type=text]{
				
				width:130px !important;
				height:24px !important;
				margin:0 0 0 0 !important; 
				padding:0 5px 0 5px !important;
				display:block !important;
				clear:none !important;
				float:right !important;
				background-color:transparent;
				border:none;
				
			}
			
				form#searchform input[type=text].startpageFix{

					/*width:144px !important;*/

				}
				
					@-moz-document url-prefix() {
						form#searchform input[type=text]{
							padding:0px 5px 0 !important;
						}
					}
				
				
			form#searchform input[type=submit]{
				
				width:30px;
				height:22px;
				margin:2px 0 0 0;  
				padding:0;
				display:block;   
				clear:none;
				float:left;                  
				border:none;
				background-color:transparent;
				background-image:url(../images/searchfield_button.png);
				background-repeat:no-repeat;
				background-position:6px 7px;
				text-indent:-9999px;
				cursor:pointer;
				
			}
			
				form#searchform input[type=submit]:hover{

					background-position:6px -13px;

				}
		
		div#topWrapper div#top div.topMenu {
			            
			width:920px;          
			height:32px;
			float:left;              
			clear:none;
			padding:0 0 0 0;
			margin:0 20px 0 20px;
			background-image:url(../images/top_menu_bg.png);
			background-repeat:repeat-x;
			border-right:1px solid #e4e4e4;
			border-left:1px solid #e4e4e4;
			
		}
		
			div#topWrapper div#top div.topMenu div.hidden_menu{
				display:none;
			}
			
			div#topWrapper div#top div.topMenu a {
				height: 30px;
				display: block;	
				padding: 0;
				margin: 1px 0 0 0;
				font-size:13px;
				color:#000;
				font-weight:normal;
		        cursor:pointer;
				background-repeat:no-repeat;
				background-position:0 -1px;
				text-indent:-9999px;
				float:left;
				clear:none;
			}                  
		
			div#topWrapper div#top div.topMenu a:hover, div#topWrapper div#top div.topMenu a.active {
				text-decoration:none;
				background-position:0 -33px;
			}
		
			/* --------------------------------------------------------------------------------- */
			/* 	menu buttons										                             */
			/* --------------------------------------------------------------------------------- */
		
			div#topWrapper div#top div.topMenu a.hem{
				width:66px;
				background-image:url(../images/mainmenu/hem.png);
			}
		
			div#topWrapper div#top div.topMenu a.om{
				width:75px;
				background-image:url(../images/mainmenu/om.png);
			}
		
			div#topWrapper div#top div.topMenu a.projekt{
				width:98px;
				background-image:url(../images/mainmenu/projekt.png);
			}
		
			div#topWrapper div#top div.topMenu a.tackningskarta{
				width:109px;
				background-image:url(../images/mainmenu/tackningskarta.png);
			}
		
			div#topWrapper div#top div.topMenu a.fragorochsvar{
				width:109px;
				background-image:url(../images/mainmenu/fragorochsvar.png);
			}
			
			div#topWrapper div#top div.topMenu a.fyraglive{
				width:84px;
				background-image:url(../images/mainmenu/4glive.png);
			}
			
			div#topWrapper div#top div.topMenu a.teliasite{
				width:94px;
				background-image:url(../images/mainmenu/teliaknapp.png);
				float:right;
			}
			
			
		/* --------------------------------------------------------------------------------- */
		/* 	Submenu											                             	 */
		/* --------------------------------------------------------------------------------- */
		
		div#topWrapper div#top div.subMenu {
			            
			width:907px;          
			height:25px;
			float:left;              
			clear:none;
			padding:0 0 0 13px;
			margin:-3px 20px 0 20px;
			
		}
		
			div#topWrapper div#top div.subMenu a {
				height: 18px;
				display: block;	
				padding: 7px 8px 0 8px;
				margin: 1px 0 0 0;
				font-size:13px;
				color:#cf0566;
				font-weight:normal;
		        cursor:pointer;
				background-repeat:no-repeat;
				background-position:0 -1px;
				/*text-indent:-9999px;*/
				float:left;
				clear:none;
				text-decoration:none;
			}                  
		
			div#topWrapper div#top div.subMenu a:hover, div#topWrapper div#top div.subMenu a.active {
				text-decoration:underline;
			}
			
			
			/* --------------------------------------------------------------------------------- */
			/* 	Sub menu buttons											                     */
			/* --------------------------------------------------------------------------------- */
			
			div#topWrapper div#top div.subMenu a.bussen{
				width:66px;
				/*background-image:url(../images/mainmenu/hem.png);*/
			}
		
				

/*--------------------------------------------------------------------------------*/
/* Center                                                                         */
/*--------------------------------------------------------------------------------*/ 
                                                                                  
div#centerWrapper div#center{
	
	width:960px;
	margin: 0 auto;
	
}
  
/* --------------------------------------------------------------------------------- */
/* 	Bottom			  																 */
/* --------------------------------------------------------------------------------- */

div#bottomWrapper div#bottom {
	width: 900px;
	height: 65px;
	margin: 6px auto 0 auto;
	padding:0 0 0 0;
	background-image:url(../images/core/bottom_nyamoderaterna_logo.png);
	background-repeat:no-repeat;
	background-position: 0 24px;
	text-align:left;
}

/*--------------------------------------------------------------------------------*/
/* Content                                                                        */
/*--------------------------------------------------------------------------------*/
	
	div#centerWrapper div#center span.dividerline{
		width:730px;
		height:2px;
		margin:0;
		display:block;
		background-image:url(../images/dividerline.gif);
		background-repeat: repeat-x;
		background-position:left top;
	}
	
	div#centerWrapper div#center div.blogcontent{
		
		width:730px;
		margin:0 0 0 20px;
		padding:0;
		float:left;
		clear:none;

	}
	
		/*--------------------------------------------------------------------------------*/
		/* PAGE NAVIGATION                                                                */
		/*--------------------------------------------------------------------------------*/

		div#center div.blogcontent div.pagenavigation{
			display:block;
			height:32px;
			width:730px;
		}
		
			div#center div.blogcontent div.divline{
				background-image:url(../images/dividerline.gif);
				background-repeat: repeat-x;
				background-position:left bottom;
			}
		
			div#center div.blogcontent div.pagenavigation div.pagenavigationfloater{
				height:20px;
				width:730px;
				margin:5px 0 0 0;
				float:right;
				clear:none;
				display:block;
			}
		
			div#center div.blogcontent div.pagenavigation div.pagenavigationfloater a.pageleftnavbutton{
				height:20px;
				width:15px;
				display:block;
				float:left;
				clear:none;
				cursor:pointer;
				background-image:url(../images/pagenav_left_arrow.png);
				background-repeat:no-repeat;
				background-position: 5px 4px;
				text-indent:-9999px;
			}
			
			div#center div.blogcontent div.pagenavigation div.pagenavigationfloater a.pagerightnavbutton{
				height:20px;
				width:15px;
				display:block;
				float:left;
				clear:none;
				cursor:pointer;
				background-image:url(../images/pagenav_right_arrow.png);
				background-repeat:no-repeat;
				background-position: 4px 4px;
				text-indent:-9999px;
			}
			
			div#center div.blogcontent div.pagenavigation div.pagenavigationfloater div.pageindicator{
				width:13px;
				height:11px;
				margin:4px 0 0 0;
				background-image: url(../images/bussen/imageSlideDot.png);
				background-repeat:no-repeat;
				background-position: 1px 0;
				display:block;
				clear:none;   
				float: left;          
				text-indent:-9999px;
			
		}
		
		div#center div.blogcontent div.pagenavigation div.pagenavigationfloater div.active {
			
			background-position: 1px -11px;
			
		}
			
			
			
			
			div#center div.blogcontent div.blogpostsmask{
				width:730px;
				overflow-x:hidden;
			}
			
			div#center div.blogcontent div.blogpostsmask div.blogpostswrapper{
			}
			
			div#center div.blogcontent div.blogpostsmask div.blogpostswrapper div.blogpostscontainer{
				width:730px;
				display:inline;
				float:left;
				clear:none;
			}
		
		/*--------------------------------------------------------------------------------*/
		/* QNA                                                                            */
		/*--------------------------------------------------------------------------------*/
		
		div#centerWrapper div#center div.blogcontent div.qna{
			width:730px;
			margin:0;
			padding:10px 0;
			background-image:url(../images/dividerline.gif);
			background-repeat: repeat-x;
			background-position:left bottom;
			color:#595959;
		}
		
			div#centerWrapper div#center div.blogcontent div.qna h1{
				
				margin:0 0 4px 0;
				font-size:18px;  
				text-indent:17px;
				color:#595959;
				display:block;
				font-weight:normal;
				background-image:url( ../images/fragorochsvar_arrow.png );
				background-repeat:no-repeat;
				background-position:0 5px; 
				cursor:pointer;
				
			}
			
				div#centerWrapper div#center div.blogcontent div.qna h1:hover,  div#centerWrapper div#center div.blogcontent div.qna h1.active{
				
					color:#B51D64;
					background-position:0 -15px;
				
				}      
				
			@-moz-document url-prefix() {
				
				div#centerWrapper div#center div.blogcontent div.qna h1 {
					margin:3px 0 2px;
					background-position:0 2px;
				}
				
				div#centerWrapper div#center div.blogcontent div.qna h1:hover,  div#centerWrapper div#center div.blogcontent div.qna h1.active{
				
					background-position:0 -18px;
				
				}
			}
						
			div#centerWrapper div#center div.blogcontent div.qna div.info{

				margin:0 0 0 0;
				clear:both;
				display:block;
				overflow:hidden;

			}
			
			div#centerWrapper div#center div.blogcontent div.qna p{
				
				margin:0 0 0 0;
								
			}
		
		/*--------------------------------------------------------------------------------*/
		/* POSTS                                                                        */
		/*--------------------------------------------------------------------------------*/
		
		div#centerWrapper div#center div.blogcontent div.post{
			width:730px;
			margin:0;
			background-image:url(../images/dividerline.gif);
			background-repeat: repeat-x;
			background-position:left bottom;
		}
			div#centerWrapper div#center div.blogcontent div.multiplepost{
				height:386px;
			}
			
			div#centerWrapper div#center div.blogcontent div.singlepost{
				padding-bottom:30px;
			}
			
	
			div#centerWrapper div#center div.blogcontent div.post div.headline,
			div#kampanj_with_sidebar div.headline{
				float:left;
				clear:left;
				width:680px;
				height:34px;
				margin-top:16px;
				font-size:18px;
				color:#595959;

			}
				
				div#centerWrapper div#center div.blogcontent div.post div.headline a{
					font-size:18px;
					color:#595959;
					text-decoration:none;
				}
				
				div#centerWrapper div#center div.blogcontent div.post div.headline a:hover{
					color:#404040;
				}
		
			div#centerWrapper div#center div.blogcontent div.post div.share,
			div#kampanj_with_sidebar div.share{
				float:right;
				clear:right;
				width:40px;
				height:32px;
				margin-top:18px;

			}
			
				div#centerWrapper div#center div.blogcontent div.post div.share a.facebook,
				div#kampanj_with_sidebar div.share a.facebook{
					width:14px;
					height:14px;
					display:block;
					clear:none;
					float:left;
					background-image:url(../images/post_share_facebook.png);
					background-repeat:no-repeat;
					text-indent:-9999px;
				}
				
				div#centerWrapper div#center div.blogcontent div.post div.share a.twitter,
				div#kampanj_with_sidebar div.share a.twitter{
					width:14px;
					height:14px;
					display:block;
					clear:none;
					float:right;
					background-image:url(../images/post_share_twitter.png);
					background-repeat:no-repeat;
					text-indent:-9999px;
				}
		
			div#centerWrapper div#center div.blogcontent div.post div.media{
				float:left;
				clear:left;
				width:481px;
				height:296px;
				overflow:hidden;
			}
			
			div#centerWrapper div#center div.blogcontent div.postcontent{
				width:730px;
				clear:both;
				display:block;
				padding-bottom:20px;
			}
			
				div#centerWrapper div#center div.blogcontent div.postcontent img,
				div#centerWrapper div#center div.blogcontent div.postcontent div.yt-video{
					max-width:730px;
					padding: 0;
					margin: 0 15px 10px 0;
					display: inline;
					float:left;
					clear:none;
				}
				
					div#centerWrapper div#center div.blogcontent div.postcontent img.clear,
					div#centerWrapper div#center div.blogcontent div.postcontent img.single{
						display:block;
						clear:both;
					}
				
				div#centerWrapper div#center div.blogcontent div.postcontent .column,
				div#centerWrapper div#center div.blogcontent div.postcontent .p
				div#centerWrapper div#center div.blogcontent div.postcontent .span{
					margin:0;
					padding:0;
				}
				
				div#centerWrapper div#center div.blogcontent div.postcontent .leftColumn{
					width:355px !important;
					float:left;
					margin-right:20px;
				}
				
				div#centerWrapper div#center div.blogcontent div.postcontent .rightColumn{
					width:355px !important;
					float:right;
				}

			div#centerWrapper div#center div.blogcontent div.post div.text, 
			div#centerWrapper div#center div.blogcontent div.post div.text_long{
				float:right;
				clear:right;
				width:231px;
			}
				
				div#centerWrapper div#center div.blogcontent div.post div.text p, 
				div#centerWrapper div#center div.blogcontent div.post div.text_long p{
					margin:0 0 6px 0;
				}
				
				div#centerWrapper div#center div.blogcontent div.post div.text img, 
				div#centerWrapper div#center div.blogcontent div.post div.text_long img{
					display:none;
				}
				
				div#centerWrapper div#center div.blogcontent div.post div.text a.readmore,
				div#centerWrapper div#center div.blogcontent div.post div.text a.readmore_external, 
				div#centerWrapper div#center div.blogcontent div.post div.text_long a.readmore{
					float:right;
					clear:right;
					display:none;
					width:57px;
					height:22px;
					background-image:url(../images/readmore.png);
					background-repeat:no-repeat;
					text-indent:-9999px;
				}
				
				div#centerWrapper div#center div.blogcontent div.post div.text a.readmore_external{
					display:block;
				}               
				
				
	/*--------------------------------------------------------------------------------*/
	/* Content - Täckningskarta                                                       */
	/*--------------------------------------------------------------------------------*/
	
	div#tackningskarta div.info{
		                   
		width:730px;
		margin:0 0 15px 0;
		float:left;
		clear:none;

	}
	
	div#tackningskarta div.mapholder{
		width:728px;
		height:562px;
		margin:0 0 0 0;     
		padding:0 0 0 0;
		overflow:hidden;
		float:left;
		clear:none;
		border:1px solid #CDCDCD; 
		background-color:#F2F1EC;
	}        
	    
	    div#tackningskarta div.mapholder div.mapmasker{
		    width:547px;
			height:542px;
			margin:10px 0 0 10px;
			overflow:hidden;   
			float:left;
			clear:none;
		}                                              
		
		div#tackningskarta div.mapholder div.mapmasker iframe.mapframe{
			width:550px;
			height:661px;
			border:none;
			margin:-118px 0 0 -8px;
			padding:0;
			background:transparent;
			overflow:hidden;     
			float:left;
			clear:none;
		}
		
		div#tackningskarta div.mapholder div.calendar{
			
			width:150px;
			min-height:542px;
			float:right;
			clear:none;
			
		}    
		
		div#tackningskarta div.mapholder div.calendar h2{
			color:#cf0566;
			font-size:12px;
			margin:10px 0 2px 0;
		}           
		
	/*--------------------------------------------------------------------------------*/
	/* Sökresultat                                                                    */
	/*--------------------------------------------------------------------------------*/
 		
	div#searchresults div.searchmatch{
		width:730px;
		margin:0;
		padding:0 0 15px 0;
		background-image:url(../images/dividerline.gif);
		background-repeat: repeat-x;
		background-position:left bottom;
	}

		div#searchresults div.searchmatch div.headline{
			clear:both;
			margin-top:10px;
			margin-bottom:6px;
			font-size:18px;
			color:#595959;
			display:block;

		}
			
			div#searchresults div.searchmatch div.headline a{
				font-size:18px;
				color:#595959;
				text-decoration:none;
			}
			
			div#searchresults div.searchmatch div.headline a:hover{
				color:#404040;
			}
			
 		div#searchresults div.searchmatch a.readmore{
			clear:both;
			display:block;
			width:57px;
			height:22px;
			margin: 10px 0 0 0;
			background-image:url(../images/readmore.png);
			background-repeat:no-repeat;
			text-indent:-9999px;
		}
		
		             
	/*--------------------------------------------------------------------------------*/
	/*  4g bussen                                                                     */
	/*--------------------------------------------------------------------------------*/
                             
	

	div#center div.bussen_topcontent {
		
		width:730px;
		height:378px;
		background-image:url(../images/dividerline.gif);
		background-repeat: repeat-x;
		background-position:left bottom;
		margin: 0;
		
	}
		         
			div#center div.bussen_topcontent div.image,
			div#center div.bussen_topcontent div.short_info,
			div#center div.bussen_topcontent div.readmore {

				display:none;

			}
			
			div#center div.bussen_topcontent div.left_info {
			
				width:235px;
				float:left;
				clear:none;
				font-size:13px;
				line-height:16px;
				color:#595959;
			
			}
			
				div#center div.bussen_topcontent div.left_info a.downloadTidtabellLink {

					color:#595959;
					text-decoration:none;
					padding-right:8px;
					background-image:url(../images/readmore_arrow.png);
					background-repeat:no-repeat;
					background-position:right 5px;
					
				}
				
					@-moz-document url-prefix() {
						
						div#center div.bussen_topcontent div.left_info a.downloadTidtabellLink {

							background-position:right 4px;

						}
						
					}
				
				div#center div.bussen_topcontent div.left_info a.downloadTidtabellLink:hover {

					color:#cf0566;
					text-decoration:none;
					padding-right:10px;
					
				}
		
			div#center div.bussen_topcontent div.right_image {
			
				width:481px;
				height:296px;
				margin-bottom:10px;
				display:block;
				float:right;
				clear:none;
				font-size:13px;
			
			}

	div#center div.bussen_centercontent {

		width:730px;
		height:247px;
		background-image:url(../images/dividerline.gif);
		background-repeat: repeat-x;
		background-position:left bottom;

	}

		div#center div.bussen_centercontent a.bussen_centercontent_block {

			width:230px;
			height:245px; 
			float:left;
			clear:none;
			display:block;
			cursor:pointer;

		}
		
			div#center div.bussen_centercontent a.bccb_rightmargin {

				margin-right:20px;

			}
		
			div#center div.bussen_centercontent a.bussen_centercontent_block div.headline{
				width:230px;    
				height:28px;
				margin-top:10px;
				clear:both;
				display:block;
			}
			
				div#center div.bussen_centercontent a.bussen_centercontent_block:hover div.headline{
					color:#cf0566;
				}
			
			div#center div.bussen_centercontent a.bussen_centercontent_block div.image{
				display:block;
				width:228px;    
				height:140px;
				margin:40px 0 0 0;
				border:1px solid #ccc;
				background-color:#fff;
				background-repeat:no-repeat;
				background-position:0 -140px;
			}
			
				div#center div.bussen_centercontent a.bussen_centercontent_block:hover div.image{
					background-position:0 0px;
				}
			
				div#center div.bussen_centercontent a.bussen_centercontent_block div.om_bussen_image {
					background-image:url(../images/bussen/bussen_image_om.jpg);
				}
				
				div#center div.bussen_centercontent a.bussen_centercontent_block div.tekniken_image {
					background-image:url(../images/bussen/bussen_image_tekniken.jpg);
				}
				
				div#center div.bussen_centercontent a.bussen_centercontent_block div.tidtabell_image {
					background-image:url(../images/bussen/bussen_image_tidtabell.jpg);
				}
				
				div#center div.bussen_centercontent a.bussen_centercontent_block div.bildspel_image {
					background-image:url(../images/bussen/bussen_image_bildspel.jpg);
				}
				
			
			div#center div.bussen_centercontent a.bussen_centercontent_block div.short_info {

				display:block;
				margin-top:7px;
				font-size:11px;

			}
			
			div#center div.bussen_centercontent a.bussen_centercontent_block div.readmore {
				
				clear:left;
				float:left;
				height:20px;
				padding-right:8px;
				margin-top:2px;
				color:#cf0566;
				background-image:url(../images/readmore_arrow.png);
				background-repeat:no-repeat;
				background-position:right 3px;
				font-size:11px;
				
			}
			
				@-moz-document url-prefix() {
					div#center div.bussen_centercontent a.bussen_centercontent_block div.readmore {

						background-position:right 2px;

					}
				}
			
			div#center div.bussen_centercontent a.bussen_centercontent_block div.left_info,
			div#center div.bussen_centercontent a.bussen_centercontent_block div.right_image{
				display:none;
			} 
			
	div#center div.bussen_karta{
		                        
		width:730px;
		height:690px;
		background-image:url(../images/dividerline.gif);
		background-repeat: repeat-x;
		background-position:left bottom;
		
	}
	                                               
		div#center div.bussen_karta div.info{
			width:500px;
			height:30px;
			float:left; 
			clear:none;
			display:block;
			font-size:13px;
			line-height:16px;
		}
		
		div#center div.bussen_karta a.reloadbutton{
			width:110px;
			height:20px;   
			margin-top:-4px;
			padding-top:5px;
			float:right;
			display:block;
			clear:none;
			text-align:left; 
			cursor:pointer;
			padding-left:20px;
			background-image:url(../images/bussen/uppdaterapositon.png);
			background-position:right;
			background-repeat:no-repeat;
			text-indent:-9999px;
		}
			
			div#center div.bussen_karta a.loader{
				background-image:url(../images/gif_loader.gif);
				background-repeat:no-repeat;
				background-position:left center;
				margin-right:-70px;
			}
	    
		div#center div.bussen_karta div.mapholder{
		   	width:730px;
			height:590px;
			display:block;
			clear:both; 
		}
	
			div#center div.bussen_karta div.mapholder iframe.mapframe, 
			div#center div.bussen_karta div.mapholder div#map_canvas{
		        border:none;
		        width:730px;
		        height:590px;
		        background:transparent;
		        margin:0;
		        padding:0;
			}
			
			
	/*--------------------------------------------------------------------------------*/
	/* BILDSPEL                                                                        */
	/*--------------------------------------------------------------------------------*/
	
	
	div#bussen_bildspel {
		
	   	width:481px;         
		height:307px;
		padding:10px;
		margin: -10px;
		display:block;
		clear:none;
		float:left;
		
	} 
	
		div#bussen_bildspel div.imageholder {
			
			width:481px;
			height:296px;
			overflow:hidden;
			display:block;
			position:absolute;
			
		}
		
			div#bussen_bildspel div.imageholder div.slide {

				width:481px;
				height:296px;
				display:block;
				position:absolute;   
				overflow:hidden;
				color:#fff;

			}
		
		div#bussen_bildspel div.imagenavigation {
			             
			height:20px;           
			margin:296px auto 0 auto;
			padding-top:5px;
			clear:none;
			text-align:center;
			display:block;
			
		}
		
			div#bussen_bildspel div.imagenavigation a {
				           
				width:13px;
				height:11px;
				background-image: url(../images/bussen/imageSlideDot.png);
				background-repeat:no-repeat;
				background-position: 1px 0;
				display:block;
				clear:none;   
				float: left;          
				text-indent:-9999px;
				
			}
			
			/*div#bussen_bildspel div.imagenavigation a:hover,*/ 
			div#bussen_bildspel div.imagenavigation a.active {
				
				background-position: 1px -11px;
				
			}
	
	
	


/*--------------------------------------------------------------------------------*/
/* Sidebar                                                                        */
/*--------------------------------------------------------------------------------*/


div#centerWrapper div#center div.sidebar{

	width:172px;
	margin: 0 20px 0 0;
	padding:0;
	float:right;
	clear:none;

}

	div#centerWrapper div#center div.sidebar a.modempuff{
		
		width:172px;
		height:340px;
		margin:0;
		display:block;
		background-image:url(../images/sidebar/modempuff.jpg);
		background-repeat:no-repeat;
		text-indent:-9999px;
		cursor:pointer;
		
	}
	
	div#centerWrapper div#center div.sidebar h1{
		
		display:block;
		font-size:18px;
		margin:17px 0 -10px 10px;
		color:#595959;
		font-style: normal;
		font-weight: normal;
		
	}
	
	div#centerWrapper div#center div.sidebar div.snabbnotis{
		
		width:152px;
		padding:20px 10px 38px 10px;
		background-image:url(../images/dividerline.gif);
		background-repeat: repeat-x;
		background-position:left bottom;
		color:#595959;
		
	}
	
		div#centerWrapper div#center div.sidebar div.snabbnotis h2 {
			font-size:13px;
			margin:0 0 2px 0;
			padding:0;
			display:block;
			color:#595959;
			font-style: normal;
			font-weight: normal;
		}
		
		div#centerWrapper div#center div.sidebar div.snabbnotis h3{
			font-size:11px;
			margin:0 0 2px 0;
			padding:0;
			display:block;
			color:#cf0566;
			font-style: normal;
			font-weight: normal;
		}
		
		h3.date {
			font-size:11px;
			margin:10px 0 -6px 0;
			padding:0;
			display:block;
			color:#cf0566;
			font-style: normal;
			font-weight: normal;
		}
		
		div#centerWrapper div#center div.sidebar div.snabbnotis a.readmore{
			float:right;
			clear:both;
			display:block;
			width:57px;
			height:22px;
			margin:7px 0 10px 0;
			background-image:url(../images/readmore.png);
			background-repeat:no-repeat;
			text-indent:-9999px;
			cursor:pointer;
		}
		
	div#centerWrapper #center div.sidebar a.snabbnotiser_readmore{
		float:right;
		clear:both;
		display:block;
		width:57px;
		height:22px;
		margin:7px 10px 10px 0;
		background-image:url(../images/snabbnotiser_readmore.png);
		background-repeat:no-repeat;
		text-indent:-9999px;
		cursor:pointer;
		
	}
	
	
		
/* --------------------------------------------------------------------------------- */
/* 	Återblick											                             */
/* --------------------------------------------------------------------------------- */

div#aterblickHolder{
	margin:0 20px;
	width:918px;
	height:500px;
	border:1px solid #CDCDCD;
	overflow:hidden;
}

	div#aterblickHolder div.flashHolder{
		width:1058px;
		height:700px;
		margin:0 0 0 -70px;
	}
	
/* --------------------------------------------------------------------------------- */
/* 	Live stream											                             */
/* --------------------------------------------------------------------------------- */

div#livevideo{
	margin:0 0 20px;
	width:730px;
	height:846px;
}

	div#livevideo div.liveflashHolder{
		width:481px;
		height:826px;
		margin:0 0 0 0;
		display:inline;
		clear:none;
		float:left;
	}
	
	div#livevideo div.liveinfoHolder{
		width:220px;
		height:826px;
		margin:0 0 0 0;
		display:inline;
		clear:none;
		float:right;
	}

