

/*footerhack */

html, body{height:100%; 
margin: 0; 
padding:0; 
min-height:100%; 
}

.mainheight{
	height:100%;
	min-height:94%; 
	margin:0;

}


/* subpage specs */

/* body */
.subBg
{
	background-image: url(../grafik/bgSub.gif);
	background-repeat: repeat-x;
}

/* frontBg */

.frontBg
    {
       	background-image: url(../grafik/background.gif);
		background-repeat: repeat-x;
        
    }

.frontMain {
	padding-top:10px;
}

	
.frontMenu {
	border-right:7px solid;
	border-color:#fff;
	border-left:7px solid;
	border-color:#fff;
	}

.subMenu {
	width: 62.5em;
}

.frontpage{
	width: 537px; 
}
.subpage {

	width:560px;
}



/* default */

body
{
	margin: 0;
	padding:0;
    text-align: center;
	/*font-size: 0.65em;
	font-size: 65%;*/
	font-size: 72%;
	width:100,01%;
}

#outmostdiv
{
    margin: 0 auto;
	text-align: center;
	/*float:left;*/
	width: 100%;
	padding-top:0.6em;
	font-size: 1em;
	height: 96%;
}

.floatcontainer:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
    }
 
    #outertopdiv
    {
       margin: 0 auto;
	   text-align: center;
	   width: 760px;
	    /* height:5.6em;
	   top, right, bottom, left */
        padding: 0em;
		/* background:#fff; */
		background-color:#ffffff;
    }
	
	 #outermaindiv
    {
        margin: 0 auto;
		text-align: center;
        width: 100%; 
        
    }
	
		#pagemaindiv
        {
            
			margin: 0 auto;
			text-align: center;
			/* border:1px solid; border-color:#000; */
        }
	
	
			#topbannerdiv
            {
                margin: 0 auto;
				background-color: #fff;
				padding:7px;
            }
            
            #topmenudiv
            {
                margin: 0 auto;
                width: 760px;
				/*width: 61.4em;*/
				background-color: #fff;
				/* top, right, bottom, left */
        		/*margin: 0em 0.7em 0.7em 0.7em;*/
				border-top:0em;
				border-bottom:7px solid;
				border-color:#fff;	
            }
	
			#maincontainerdiv
            {
                margin: 0 auto;
				width: 760px;
				clear: both;
				text-align: left;
                /*float:left;*/
				margin-top:1em;
            }
				#mainandleftdiv
				{
                   margin: 0 auto;
				   float:left;
				   text-align:left;
                    
				}
				
				.leftareadiv
		            {
			           
						float: left;
						padding-left:10px;
			            width: 177px; /*182px*/
			            /*border-right: solid 1px #d9d9d9;*/
						background-image: url(../grafik/bgLeft.gif);
						background-repeat: repeat-y;
			        }
                
		            #mainareadiv
		            {
		                margin: 0 auto;
						float: left;
		                width: 357px; /*336px*/ 
		              
		            }
                
                #rightareadiv
                {
                    float: right;
                    width: 197px;
					text-align:left;
                }
                
            #pagefooterdiv
            {
                /*float:left;
				position: absolute;*/
				clear: both;
				width:100%;
/*				top: auto;
        		right: 0;
       			bottom: 0;
       			left: 0;
*/				background:#ddd;
				height:3em;
				border-top:1px solid;
				border-color:#b2b2b2;
                padding:0px;
				text-align:center;
            }
			

        
        #pagerightdiv
        {
            /* används ej */
			float: left;
            /*width: 161px;*/
        }
        
        
        
        a.bluesmall:link, a.orangesmall:visited, a.orangesmall:active, a.orangesmall:hover 
        {

	color: #6c96ab; font-weight:bold; text-decoration:none; 
	font-size: 1em;
}
