/********** Hemsidan ****************/
html{
	 height:100%;
	 overflow-y: scroll;	 
}

#menu {
position: absolute;
top: 0px;
left: 0px;
}

.link {
	cursor: pointer;
}

.body_class {
	background: #fff;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 13px;
	color: #000;
  height:100%;	
}

	#nonFooter
	{
		position: relative;
		min-height: 100%;
	}

	* html #nonFooter
	{
		height: 100%;
	}



  #footerStickit
	{
		position: relative;
		margin: -11.8em auto 0 auto;
	}

	/* A CSS hack that only applies to IE -- specifies a different offset for the footer */

	* html #footerStickit
	{
		margin-top: -11.6em;
	}



.flags{ /*for ie7*/
  position:absolute;   
  width:100px;
  height:20px;
  display:block;
  float:right;
  margin: 70px 0px 0 110px;
  background: transparent !important;
}

.flags a,.flags a:hover{ /*for ie7*/
	   background: transparent !important;
}

html>/**/body .flags{ /*for other browsers*/ 
 position:absolute;   
  width:100px;
  height:20px;
  display:block;
  float:right;
  margin: 70px 0px 0 1020px;
  background: transparent !important;
}

#flags a,#flags a:hover{
	   position:absolute;    
	   top: 0px;
	   left: 50px;
	   background: transparent !important;
}








img{border:0px;}
a img{text-decoration:none; border:0px;}
  
.login{ /*for ie7*/  
  width:89px;
  height:80px;
  display:block;
  float:right;
  background:url(../images/cway.png) bottom left no-repeat;
  margin:19px 0 0 0;
}

html>/**/body .login{ /*for other browsers*/    
}

#login a,#login a:hover{
position:absolute;    
top: 20px;
left: 50px;
  
}
/************************ Text-formatering ************************************/

h1 {
	font-family: Helvetica, Verdana;
	font-size: 33px;
	font-weight: Bold;
	font-style: normal;	
	color: #0073ae;
	margin: 0 0 12px 0;
	padding: 0;		
}

h2 {
	font-family: Helvetica, Verdana;
	font-size: 22px;
	font-weight: Bold;
	font-style: normal;
	color: #0073ae;
	margin: 0 0 0 0;
	padding:6px 0 0 0;
}

h3 {
                      font-family: Helvetica, Verdana;
                      font-size: 13px;
                      font-weight: bold;
                      font-style: normal;
                      color: #0073ae;
                      margin: 0;
                      padding:2px 0 0 0;                
}


h4 {
	font-family: Verdana, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform:uppercase;
	color: #000000;
	margin:0;
	padding:0;
}

h5 {
	font-family: Verdana, Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

h6 {
	font-family: Garamond, Arial, Verdana;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	margin: 0;
	padding: 0;
}

p{
  padding:4px 0 4px 0;
  margin:0 0 0 0;
}

/********** Vanliga länkar ****************/

a{
color: #000;
text-decoration:none;
	font-weight: normal;
}

a:link {
color: #000;
	text-decoration: underline;
	font-weight: normal;
}  

a:visited {
color: #000;
	text-decoration: underline;
	font-weight: normal;
}  

a:hover {
color: #000;
	text-decoration: underline;
	font-weight: normal;
}   

a:active {
color: #000;
	text-decoration: underline;
	font-weight: normal;
}
/**************** Universal ****************/
#holder_page, .content, div.left, div.right{
  min-height:420px;
/*  height:auto !important;
  height:420px;            */
/*  height: 100%;*/
}


/**************** Universal ****************/


/**************** Holders ****************/
#holder_middle {  	
	position: relative;
	width: 100%;		
	background: #fff;
  float:left;	
}


#holder_site {  	
	position: relative;
	width: 1000px;
	margin: 0px auto 0 auto; /*Center container on page*/	
	background: #fff;	
}

#holder_page {
  width:985px;  
  display:block;
  float:left;
  margin:0 0 41px 0;   
}

#holder_logotype {	
}

#holder_top{
	background: url(../images/header_head_bg.png) no-repeat top left;
	width: 100%;
	height:99px;
	margin: 0 0 0 0;
	padding:0;

}

#holder_menu {
 	padding:0;
 	margin:0;
 	float:left;
 	height: 99px;
	min-width: 681px; 	
}

#holder_submenu {
  padding:0px 0px 0 0;
  margin:0 0 0 0;
  height:59px;       
  display:block;
  float:none;
  width: 1000px;

  
}



#holder_sidebar {

}

#picture_holder {

}

/**************** Logotype ****************/

#header_background {
background: url(../images/header-main-main.png);
width: 100%;
}


#content_top{
  width:1000px;
  height:99px;
  margin:0 auto;
}

#logotype_content {
background: url(../images/logotype_background.png);	
padding: 0 0 0 0;
margin:0 0 0 0;
width:230px;
height: 99px;
float:left;	
text-align: center;
}

#logotype_content h1 {
  
}
#logotype_content a{
  text-decoration:none; 
  outline:none;  
  background:transparent url(../images/logo.gif) top left no-repeat;
  text-indent:-9999px;
  border:0px;
  margin:11px 0 0 0;
  display:block;
  width:316px;
  height:21px;  
}



/**************** Content ****************/


html>/**/body .content {
padding: 0 0 0 0;
	margin: 0px;	
} 


.content {
	padding: 0 0 170px 0;
	margin: 0px;	
/*	height: 400px;
	overflow:auto;*/
}

div.left, div.right{
  width:500px;
  display:block;
  float:left;
}

div.left{
  
}

div.right{
  
}

/**************** Footer ****************/
#holder_foot {
  width:100%;  
  padding:0;
  height:152px;
  background:url(../images/holder_footer_bg.png) top left repeat-x;
  display:block;
  float:left;
  /*
  position: absolute;
  bottom: 0px;  
  width:100%;
  margin:0 auto;
  padding:0px 0 0 0;
  height:162px;
  background: #000 url(../images/fotter-main-background.png);
  */ 
}


#foot {
	width: 1000px;
	margin: 0 auto;
	padding:0 0 0 0;
	/*background:url(../images/footer_bg.png) bottom center no-repeat;*/
	height:152px;
}
#footLeft, #footRight {  
  height:152px;
  display:block;
  float:left;
  background:green;  
}

.puff{ 
  margin: -43px auto;
  height:152px;
  display:block;
  font-size:11px;
  color:#fff;
  width: 950px;
  padding:0 25px 0 25px;
  position:absolute;
  z-index:10;  
  
  /*margin: 0 auto;
  height:242px;  
  overflow:hidden;
  display:block;
  font-size:11px;
  color:#fff;
  position: absolute;
  top: -50px;
  width: 950px;
  */
}





/**************** Forms ****************/

form {
	padding: 0;
	margin: 0;

}
input {
	font-family: verdana;
	font-size: 11px;
}

textarea {
	font-family: verdana;
	font-size: 11px;
}

.form_input {
	border: #4D4C51 1px solid;
	width: 180px;
}

.form_textarea {
	border: #4D4C51 1px solid;
	width: 180px;
	height: 60px;	
}


/**************** Holder sidebar ****************/


#sidebar {
	text-align: left;
	float: right;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 10px 20px;
	font-size: 12px;
}

#sidebar li li {
	margin: 0;
	padding: 0px 0;
	background: none;
}

#sidebar h2 {
	font-size: 16px;
	height: 33px;
	margin: 0 0 30px 0;
	padding: 10px 15px 0 15px;
	background: url(../images/img6.gif) repeat-x;
	border-bottom: 1px solid #F2F2F2;
}

#sidebar h3 {
	margin: 0;
	color: #000000;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	color: #174102;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #174102;
	text-decoration: underline;
}

#sidebar .first {
	border: none;
}

.floatRight{
	float:right;
}


/**************** Producerad av Snyggare-Internet ****************/


#snyggare {
	padding-top: 20px;
	text-align: center;
	font-family: "Trebuchet ms", Arial, Verdana;
	font-size: 10px;
}

#snyggare a {
	color: #b4b4b4;
	text-decoration: none;
}

/**************** ERROR IF IE6 ****************/
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
	padding:20px;
	border:dashed 2px red;
	width:90%;
	margin:0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.3em;
}

.error a, .error a:hover{
	color:#8a1f11;
}

.kickRight {
	text-align:right;
}
/**************** ERROR IF IE6 ****************/

/*** SLLIDESHOW STARTSIDA **/
/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:152px;
    width:950px;    
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    visibility:hidden;
    width:950px;
    height:195px;
}




#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
    visibility:visible;
}

#slideshow IMG.last-active {
    z-index:9;    


}

.vision {
	border: 1px dotted #999;
	padding: 6px;
	font-size:12px;
	font-style:italic;
	margin:20px 0 0 70px;
	padding:9px;
	width: 400px;
}

.vision h2 {
	color:#666666;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
}

.content td:first-child {
	width: 400px;
	vertical-align:top;
}

.content td+td {
	text-align: center;
	vertical-align: middle;
}