@charset "UTF-8";
/* CSS Document */

*
		{
		margin: 0;
		padding: 0;
		}

body
		{
		background-image: url(../wsimages/bg-main.jpg);
		background-color: #ebebeb;
		background-repeat: no-repeat;
		background-position:center; 
				}

div#mainwrapper
		{
		margin: 20px auto 0px auto;
		width: 980px;
		background-color: transparent;
		}
		
div#fading_top
		{
		background-image: url(../wsimages/fading_top_bg.png);
		background-position: left -10px;
		background-repeat: repeat-x;
		height: 22px;
		width: 100%;
		position: fixed;
		top: 0;
		z-index: -10;
		}

div#fading_bottom
		{
		background-image: url(../wsimages/fading_bottom_bg.jpg);
		background-position: center top;
		background-repeat: repeat-x;
		width: 100%;
		bottom: 0;
		min-width: 980px;
		}
		
		div#developed
				{
				width: 960px;
				margin: 0 auto;
				text-align: right;
				padding: 40px 20px 10px 0;
				}
				
				div#developed a
						{
						color: #B0B0B0;
						text-decoration: none;
						font-size: 0.9em;
						padding: 3px;
						border: none;
						}
					
						div#developed a:hover
								{
								color: #64A4C1;
								}

div#header
		{
		background-image: url(../wsimages/header_organic_bg.png);
		background-repeat: no-repeat;
		background-color: transparent;
		height: 324px;
		padding-top: 20px;
		display: block;
		}

		div#header_second
				{
				background-image: url(../wsimages/header_organic_bg_secondpage.png);
				background-repeat: no-repeat;
				background-color: transparent;
				height: 144px;
				padding-top: 20px;
				display: block;
				}
		
		div#siteSections
			{
			height: 40px;
			}
		
		div#mainMenu
			{
			height: 28px;
			padding-right: 12px;
		    padding-top: 7px;
			}
			
		div#focusBoxes
			{
			padding: 16px 15px;
			}
		object#focusBoxes
			{
			margin: 0px 11px;
			}

div#content
		{
		background-image: url(../wsimages/content_bg.png);
		background-repeat: repeat-y;
		background-color: transparent;
		padding: 0px 30px 20px 30px;
		}
		
		div#content_left
				{
				float: left;
				width: 540px;
				margin-right: 15px;
				}
				
				body#subPage div#content_left
						{
						width: 200px;
						border-right: solid 1px #ccc;
						margin-right: 0;
						}
		
		div#content_right
				{
				float: left;
				width: 364px;
				}

				body#subPage div#content_right
						{
						width: 700px;
						margin-left: -1px;
						padding-left: 10px;
						border-left: solid 1px #ccc;
						}

div#loginbox
		{
		width: 398px;
		height: 279px;
		margin: 50% auto 0 auto;
		font-size: 1.1em;
		}
		
		div#loginbox form
				{
				background-image: url(../wsimages/loginbox_bg.png);
				width: 358px;
				height: 149px;
				padding: 110px 20px 20px 20px;
				margin-top: -279px;
				position: absolute;
				}
		
		div#loginbox form fieldset
				{
				border: none;
				display: block;
				}
		
		div#loginbox form fieldset label
				{
				clear: both;
				float: left;
				margin-bottom: 10px;
				}
		
		div#loginbox form fieldset label strong
				{
				width: 120px;
				float: left;
				}
		
		div#loginbox form fieldset input
				{
				float: left;
				clear: right;
				}
		
		div#loginbox form input.submit
				{
				clear: both;
				margin-left: 120px;
				font-size: 1em;
				color: #fff;
				display:block;
				padding: 1px 6px;
				border: 3px double;
				border-color: #E1ECF8 #E1ECF8 #26568D #26568D;
				background-color: #7E9BBB;
				background-image: url('/farcry/css/images/sprites.gif');
				background-repeat: repeat-x;
				background-position: 0 -600px;
				}

div#error
	{
	text-align: center;
	}

/* Nyhetsbokser
------------------------*/

.newsbox_top
	{
	background-image: url(../wsimages/newsbox_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}

.newsbox_bottom
	{
	min-height: 300px;
	background-image: url(../wsimages/newsbox_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 20px 0 20px 20px;
	}

/* FOKUSBOKSER
------------------------------*/
.fBox
	{
	width: 270px;
	display: block;
	border: 0;
	padding: 0 5px;
	margin: 0;
	float: left;
	}

.fBox .fTitle a
	{
	height: 20px;
	padding: 5px 0 0 5px;
	overflow: hidden;
	display: block;
	font-size: 1.295em;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	border: none;
	}

.fImage
	{
	width: 270px;
	height: 155px;
	overflow: hidden;
	display: block;
	}

.fBox .fImage a
	{
	border: none;
	}

.fBox .fImage a img
	{
	border: none;
	padding: 0;
	margin: 0;
	}
