﻿html, body, form
{
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3f3d41;

	min-height: 800px;
	background-image: url(../media/images/bgImage.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #0089cf;
	margin: 0px;
	padding: 0px;
}


/***************************************** 
  HTML-element
/*****************************************/

a,a:link,a:active,a:visited
{
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

a:hover {text-decoration: underline;}

p
{
    margin-bottom:10px;
}

h1,h2,h3,h4
{
	font-size: 18px;
	font-weight:normal;
    padding:0px;
	margin:0px;
}

h1 /* Störst */
{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
}

h2 
{
    font-size:27px;
    
    }

h3
{
    font-size:20px;
}

h4 /* Minst */
{
}

/***************************************** 
  Generellta element
/*****************************************/

.line 
{
	border-top: solid 1px #000; 
	width: 100%; 
	height: 1px; 
	margin-top: 20px;
}

.FlashRight 
{
	margin-left: 5px;
	margin-top: 20px;
}



/*****************************************
  Layout
/*****************************************/

#Wrap 
{ 
    margin-top:0px;
    padding-top:0px;
    height:100%;
    background-color:#ffffff;  
    
}
    
    
#Wrap #Containers
{        
    text-align:left;            
    height:100%;
    width:783px;        
}
    
    /* Header */
    #Wrap #Containers #Header
    {       
        position:fixed;
        top:0px;       
        width: 783px;
        height: 166px;         
    }
      
    
    /* Innehåll */        
    #Wrap #Containers #Content-wrap #Content
	{
		background-color:#ffffff;
        width:783px;     
        margin-top: 50px;                  
	}  

#Wrap #Containers #Footer
{
    background-color: #000000;
    width:783px;
    height:24px;  
    position:fixed;
    bottom:-1px;
    z-index:10;
}    

#colLeft 
{
	float: left;
	width: 169px;
}    
/**/
#colContent 
{
	float: left;
	width: 443px !important; 
	width: 442px; 
	height: 100%;
	min-height: 800px;
	border-left: solid 1px black; 
	border-right: solid 1px black; 
	border-top: solid 1px black;	
}    

	#colContent #ContentText {margin: 20px 10px 20px 15px;}  
	
#colRight 
{
	float: left; 
	width: 169px; 
	border-top: solid 1px black;
}    


#StartContent td h1 
{
	margin-bottom: 5px;
	color: #3f3d41;
}

#StartContent td
{
	color: #000000;
	font-size: 12px;
	line-height: normal;
	margin-top: 10px;
}


/*****************************************
Meny
*****************************************/
#Wrap #Containers #Menu
{
    background-color: #000;          
    height:24px;
    width:784px;
    margin-top: 64px !important;
    margin-top: -30px;              
    z-index:10;  
}

	#Wrap #Containers #Menu ul
	{		
		height: 24px;
		margin-top: 0px;
		margin-left: 20px;
		padding: 0;
	}
	#Wrap #Containers #Menu li
	{
		list-style: none;
		color: #524623;
		margin: 0em 0em 0em 0em;
		padding: 0em 0 0em 0em;
		float: left;		
	}
	#Wrap #Containers #Menu li:hover 
	{
		background-color: #3c3c3c;
		height: 24px;
	}
	
	#Wrap #Containers #Menu a
	{	 
  		text-decoration: none;	
  		text-transform: uppercase;
  		color: #fff;
  		display: block;	
		margin: 0 auto;
		padding: 3px 13px 5px 13px;
		font-size: 11px;
	}
	
#subMenu {margin-left: 20px;}

/*****************************************
Språk
*****************************************/

#Language 
{
	position: relative; 
	z-index: 100;
}

#Language #LangContainer 
{
	position:absolute; 
	top: -46px; 
	left: 683px; 
	width: 100px; 
	height: 16px;
}

#Language #LangFlags 
{
	padding-left: 3px; 
	width: 65px; 
	float: left; 
	background: url(/media/images/lang/bg.jpg); 
	background-repeat: repeat-x;
}

/*****************************************
Klasser
*****************************************/

.SpaltRubrik 
{
	width: 170px;
	height: 23px;
	background-image: url("../media/images/bgSpaltrubrik.gif");		
}

.SpaltRubrik .text 
{
	padding-left: 15px; 
	padding-top: 3px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;	
}

/*****************************************
Sidor
*****************************************/
    
#StartNews 
{
	position: relative; 
	left: 420px; 
	top: 0px; 
	width: 300px; 
	height: 346px; 
	background-color: white; 
	filter:alpha(opacity=75); 
	opacity: 0.75; 
	-moz-opacity:0.75; 
	padding: 10px;
}

/*****************************************
CSS för header och top i fixerad position.
*****************************************/

html>body #Wrap {height:100%;} /* 100 % height */
#Wrap {
	width:783px;
	margin:0 auto;
	position:relative;
	top:0px;
	bottom:0px;
	background-color:#ffffff;	
}

#Wrap #Containers #Header {
	width:783px;
	height:100px;
	position:relative;
	top:0px;	
}

html>body #Wrap #Containers #Header {	
	z-index:10; 
}/* Prevent certain problems with form controls */


html>body #Wrap #Containers #Content-wrap {
    height:100%;
    background-color:#ffffff;
} /* 100 % height */

html>body #Wrap #Containers #Content-wrap #Content 
{
    position:relative;
    top:150px;
    height:100%;
    background-color:#ffffff;
    width:783px;
} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */
    
#Wrap #Containers #Footer {
	width:783px;
	height:20px;
}

html>body #Wrap #Containers #Footer {
	position:fixed;
	bottom:-1px;
	z-index:10; /* Prevent certain problems with form controls */		
}


