﻿body
	{
		
		background-color: #666;
		text-align: center;
		background-image: url('/modulecommon/images/XXL-wall-bakgrunn.jpg');
		background-repeat:repeat;
	}
#guiWebshop
	{
		width: 906px; /*1012*/
		margin: 0 auto;
		text-align: left;
		position: relative;
		padding-bottom: 100px;
		padding-left:106px;
	}
#guiSiteMenu
	{
		width: 106px;
		float: left;
		margin-top: 110px;
		margin-left:-106px;
	}
#guiMainContent
	{
		float:left;
		width: 906px;
	}
	#guiMainContent .guiContentContainer
		{
			width: 895px;
			margin: 0;
		}		
		
		
#guiSiteHeader
	{
		position: relative;
		min-height: 110px;
		/*background: #333333;*/
	}
	#guiSiteHeader h2
	{
		height: 0px;
	}
#guiContent
	{
		
	}
#guiSiteFooter
	{
		/*margin-left: 106px; */
		width: 906px;
		height:100px;
		float:left;
	}


/* SEARCH */
#guiSearch
	{
		position: absolute;
		left: -2px;
		top: 20px;
		height: 41px;
		width: 398px;		
	}
	#guiSearch img#logo
		{
			float: left;
		}
	#guiSearch div#input
		{
			position: relative;
			float:right;
			height: 60px;
			width: 300px;
			background-image: url('../images/searchInputBg.png');
			background-repeat: no-repeat;
		}
		#guiSearch div#input input.text
			{
				position: absolute;
				left: 14px;
				top: 20px;
				height:18px;
				width:235px;				
				vertical-align:middle;		
				font-size: 15px;							
			}
		#guiSearch div#input input.button
			{
				position: absolute;
				left: 250px;
				top: 12px;
				width: 32px;
				height: 31px;
				background: none;
				cursor: pointer;
			}
			
#gui404
{
    background-color:#FFFFFF;
    height: 100%;
}
    #gui404 .Message
    {
        padding-bottom:100px;
        padding-left:40px;
        padding-top:40px;
        min-height:240px;
    }
        #gui404 .Message h1
        {
            color: #003366;
            font-size: 12px;
            font-weight:bold;
            padding-bottom: 20px;
        }
        
        #gui404 .Message h1 p
        {
            
        }
