body {
	background-color: #666666;
	background-image: url(images/bannerpage_bg_paper.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

/*  Text styling below */

p  { 
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
}

ul { margin-left : 25px; margin-top : 0; margin-right: 0; margin-bottom :0;}
li { margin-left : 0px; margin-top : 0; margin-right: 0; margin-bottom :-5px;}

A:link, A:visited    {text-decoration : underline; color: red; }
A:hover, A:active  {text-decoration : none; color: #990000; }

H1, H2, H3, H4, H5  {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	color : #666666;  
	font-size : 13px;
	font-weight: bold; 
	padding: 0px;
	margin: 7px 0px 5px 0px;
	line-height: normal;
	}
	
H2  {
	font-size : 11px;
	}
	
H3, H4, H5  {
	font-size : 11px;
	font-weight: normal; 
	}
	
/* END text styling */



#contentHolder {
	margin: 0px auto 0px auto;
	padding:165px 49px 50px 49px;
	width:770px;
	height:auto;
	background-image:url(images/bannerpage_bg_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.flash {

}

.nolinktext {
color:#999999;
}


/* FLASH CONTENT */
#flashcontent {
	width: <?PHP echo $swf_width; ?>;
	height: <?PHP echo $swf_height; ?>;
	float: left;
	margin: 0px;
	}

#wrapper {
	width: 768px;
	height: 100%;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	}
	
	#top_header {
		width: 100%;
		height: 60px;
		position:relative;
		background:url(../media/img/topheader.png) left top no-repeat;
		}
		
	#videoplayer {
		height:482px;
		width:768px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:50px;
		background-color:#00FF00;
	}
	
		h1 {
			font-family:Arial, Helvetica, sans-serif;
			color:#FFFFFF;
			font-size:20px;
		}
	
		li {
			font-size:11px;
			color:#FFFFFF;
  			list-style-type:none;
  			padding:0px;

		}
			#maal_image, #strategi_image, #effekt_image, #mediamiks_image, #annet_image, #maal_txt, #strategi_txt, #effekt_txt, #mediamiks_txt, #annet_txt  {
				float:left;
				width:370px;
				height:210px;
				padding:4px 6px;
			}
			
			#maal_image {
				background:url(../media/img/images/image_03.png) no-repeat top left;
			}
             
			#strategi_image {
				background:url(../media/img/images/image_07.png) no-repeat top left;			
			}
			
			#effekt_image {
				background:url(../media/img/images/image_09.png) no-repeat top left;			
			}
			
			#mediamiks_image {
				background:url(../media/img/images/image_11.png) no-repeat top left;			
			}
			
			#annet_image {
				background:url(../media/img/images/image_14.png) no-repeat top left;			
			}

		
		#column_wrapper {
			float:left;
			width:365;	
			height:100%;
			background-color:#000000;
		}
