/*
	Jonas Persson // http://www.born.se

*/

/* `Layout
----------------------------------------------------------------------------------------------------*/
body {
	background-image: url(../img/body/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
	background-color: #FFFFFF;
}



/* ::::::::::::: TOPP ::::::::::::: */

#logo {
	
}

#konsoll {
	position:absolute;
	width:285px;
	height:63px;
	background-image: url(../img/meny/gradient_box.png);
	background-position: center center;
	top:0px;
	left: 675px;
}

#konsoll_ikoner {
	width:285px;
	position:absolute;
	top:10px;
	left: 14px;
}

/* ::::::::::::: SPR�K DROP DOWN::::::::::::: */
ul, li{margin:0; padding:0; list-style:none;}

.menu_head{border:0px solid #998675;}

.menu_body {
	clear: both;
	padding: 0;
	display:none;
	width:960px;
	border-right:1px solid #fff;
	border-bottom:0px solid #fff;
	border-left:1px solid #fff;
	float: left;
	text-size:10px;
	background-color: #fbfbfb;
	background-image: url(../img/flaggor/flag_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.menu_body_text {
	text-transform:uppercase;
	font-size: 10px;
}

.menu_body_text a:hover img
{
    opacity: 1;
}

.menu_body_text a img
{
    opacity: 0.50;
}

.menu_body a {
	text-decoration: none;
	color: #4c83c6;
	}

.menu_body a:hover {
	text-decoration: underline;
	color: #4c83c6;
	}



/* ::::::::::::: MAIN MENU ::::::::::::: */
#nav {
	clear: both;	
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	width: 960px;
	text-transform: uppercase;
	margin: 0 0 0 0px;
	padding: 0;
	display: inline;
	background-image: url(../img/meny/nav.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 7px;
	border-right: 0px solid #fff;
	border-left: 0px solid #ffffff;
	border-bottom: none;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	/*font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;*/
	font-size: 11px;
	line-height: 2.8em;
	font-weight: bold;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background-image: url(../img/meny/nav-hover.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	color:#e34343;
}
#nav ul li#current a {
	background-image: url(../img/meny/nav-current.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	color:#e34343;
}


/* ::::::::::::: SUB MENU ::::::::::::: */
#subnav {
	clear: both;
	padding: 0;

}
#subnav ul {
	float: left;
	list-style: none;
	width: 960px;
	height:25px;
	text-transform: uppercase;
	margin: 0 0 0 0px;
	padding: 0;
	display: inline;
	background-image: url(../img/meny/subnav_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#subnav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#subnav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 17px;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
	border-bottom: none;
	color: #797979;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	/*font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;*/
	font-size: 10px;
	line-height: 2.1em;
	font-weight: bold;
}
#subnav ul li a:hover, 
#subnav ul li a:active {
	color: #000;
	/*background-image: url(../img/meny/subnav_bg.jpg);*/
	background-repeat: repeat-x;
	background-position: center center;
	
}
#subnav ul li#current a {
	/*background-image: url(../img/meny/subnav_bg.jpg);*/
	background-repeat: repeat-x;
	color: #e34343;
	background-position: center center;
}

/* ::::::::::::: MAIN MENU 2 ::::::::::::: */
#nav_2 {
	clear: both;
	padding: 0;

}

#nav_2_sidor {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b5b5b5;
	border-left-color: #b5b5b5;
}

#nav_2 ul {
	float: left;
	list-style: none;
	width: 960px;
	text-transform: uppercase;
	margin: 0 0 0 0px;
	padding: 0;
	display: inline;
	background-image: url(../img/meny/subnav_bg_2.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#nav_2 ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav_2 ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 27px;
	border-right: 0px solid #fff;
	border-left: 0px solid #ffffff;
	border-bottom: none;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 2.8em;
	font-weight: bold;
}
#nav_2 ul li a:hover, 
#nav_2 ul li a:active {
	/*background-image: url(../img/meny/nav-hover.jpg);
	background-repeat: repeat-x;
	background-position: center center;*/
	color:#e34343;
}
#nav_2 ul li#current a {
	background-image: url(../img/meny/nav-current_2.gif);
	background-repeat: repeat-x;
	background-position: center center;
	color:#e34343;
}


/* ::::::::::::: MAIN MENU 2 : 2 Rader ::::::::::::: */
#nav_2_2_rader {
	clear: both;
	padding: 0;

}

#nav_2_sidor_2_rader {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b5b5b5;
	border-left-color: #b5b5b5;
}

#nav_2_2_rader ul {
	float: left;
	list-style: none;
	width: 960px;
	text-transform: uppercase;
	margin: 0 0 0 0px;
	padding: 0;
	display: inline;
	background-image: url(../img/meny/subnav_bg_3.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#nav_2_2_rader ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav_2_2_rader ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 27px;
	border-right: 0px solid #fff;
	border-left: 0px solid #ffffff;
	border-bottom: none;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 2.8em;
	font-weight: bold;
}
#nav_2_2_rader ul li a:hover, 
#nav_2_2_rader ul li a:active {
	/*background-image: url(../img/meny/nav-hover.jpg);
	background-repeat: repeat-x;
	background-position: center center;*/
	color:#e34343;
}
#nav_2_2_rader ul li#current a {
	background-image: url(../img/meny/nav-current_2.gif);
	background-repeat: repeat-x;
	background-position: center center;
	color:#e34343;
}

/* ::::::::::::: SUB MENU 2 ::::::::::::: */
#subnav_2 {
	clear: both;
	padding: 0;

}
#subnav_2 ul {
	float: left;
	list-style: none;
	width: 960px;
	height:25px;
	text-transform: uppercase;
	margin: 0 0 0 0px;
	padding: 0;
	display: inline;
	background-image: url(../img/meny/subnav_bg_2.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#subnav_2 ul li {
	display: inline;
	margin: 0; padding: 0;
}
#subnav_2 ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 26px;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
	border-bottom: none;
	color: #797979;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	/*font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;*/
	font-size: 10px;
	line-height: 2.1em;
	font-weight: bold;
}
#subnav_2 ul li a:hover, 
#subnav_2 ul li a:active {
	color: #000;
	/*background-image: url(../img/meny/subnav_bg.jpg);*/
	background-repeat: repeat-x;
	background-position: center center;
	
}
#subnav_2 ul li#current a {

	color: #e34343;

}



/* ::::::::::::: START ::::::::::::: */
.start_bild {
	width:960px;
}


.start_text {
	position:absolute;
	top:520px;
	left:180px;
	align:center;
	width:600px;
	font-size: 12px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.start_text a {
	color: #0066FF;
	text-decoration: none;
}

.start_text a:visited {
	color: #0066FF;
	text-decoration: none;
}

.start_text a:hover {
	color: #0066FF;
	text-decoration: underline;
}




/* ::::::::::::: TOPP BILD ::::::::::::: */
.topp_bild {
	width:960px;
	background-color: #FFF;
}


/* ::::::::::::: TEXT RUBRIK ::::::::::::: */
.intro_ruta {
	width:918px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b5b5b5;
	border-left-color: #b5b5b5;
	padding: 20px;
}


.intro_text {
	align:center;
	width:800px;
	font-size: 14px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	line-height: 16px;
}


.intro_text h1{
	font-size: 28px;
		line-height: 1em;
}
.intro_text h2{
	font-size: 18px;
}

.quality_text {
	align:center;
	width:800px;
	font-size: 12px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	line-height: 16px;
}


.quality_text h1{
	font-size: 25px;
}
.quality_text h2{
	font-size: 18px;
}

/* ::::::::::::: NEWS & NEWSLETTER ::::::::::::: */


.news_rubb {
	position:absolute;
	left:231px;
	top:240px;
	color: #000;
	font-size: 26px;
	text-transform: uppercase;
	text-align:center;
	width:500px;
}

#news {
	width:888px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b5b5b5;
	border-left-color: #b5b5b5;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
}

#latest_news{
	width:542px;
	height:170px;
	border: 1px solid #b5b5b5;
	}
	
#latest_news_text{
	position:absolute;
	width:215px;
	top:20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}

#latest_news_text h2{
	font-size:14px;
	text-transform: uppercase;
	}
	
#news_text{
	font-size:12px;
	position:absolute;
	top:15px;
	left: 230px;
	height:170px;
	width:300px;
	}

#news_text h2 {
	font-size: 14px;
	}

.datum {
	color:#9b9b9b;
	margin-top:10px;
	}

#news_text a {
	color: #4c83c6;
	text-decoration: none;
	font-size:11px;
	}
	
#news_text a:hover {
	color: #000;
	text-decoration: none;
	font-size:11px;
	}

#newsletter{
	border: 1px solid #b5b5b5;
	height:170px;
	}
	
#newsletter_box {
	height:98px;
	background-image: url(../img/body/newsletter_bg.jpg);
	background-position: center center;
	}	

#newsletter_text {
	position:absolute;
	font-size:12px;
	margin-left: 15px;
	top:15px;
	}	

#newsletter_text h2{
	font-size:14px;
	margin-bottom:10px;
	text-transform: uppercase;	
	}	

#snabel_a {
	position:absolute;
	left:250px;
	top:10px;
	}

#newsletter_form {
	margin-top:10px;
	}

#watch_movie {
	height:72px;
	background-image: url(../img/body/watch_the_movie_bg.jpg);
	background-position: center bottom;
	}	
	
#watch_movie_text{
	position:absolute;
	font-size:12px;
	margin-left: 15px;
	top:116px;
	}	

#watch_movie_text a {
	color: #4c83c6;
	text-decoration: none;
	font-size:11px;
	}
	
#watch_movie_text a:hover {
	color: #000;
	text-decoration: none;
	font-size:11px;
	}	
	
#watch_movie_text h2{
	font-size:14px;
	margin-bottom:10px;
	text-transform: uppercase;	
	}		
	
#movie_icon{
	position:absolute;
	left:250px;
	top:120px;
	}


.read_more{
position:relative;
left:5px;
top:-15px;
}

.read_more a{
	text-decoration: none;
	background-color: #ebebeb;
	color: #FFFFFF;
	padding: 3px;
	margin-top: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f5f5f5;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #f5f5f5;
}

.read_more a:visited{
	text-decoration: none;
	background-color: #ebebeb;
	color: #FFFFFF;
	padding: 3px;
	margin-top: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f5f5f5;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #f5f5f5;
}

.read_more a:hover{
	text-decoration: none;
	background-color: #fff;
	color: #FFFFFF;
	padding: 3px;
	margin-top: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f5f5f5;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #f5f5f5;
}	
	
	
/* ::::::::::::: NYHETSBREV FORMUL�R ::::::::::::: */	
	
.nyhetsbrevform {
	margin:0px;
	padding: 0 0px;
	border: 1px solid #D5D5D5;
	background-color: #e6e6e6;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#000;
	background-color: #e6e6e6;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(../images/nav.jpg) repeat-x 0 0;
	border: none;
}

/* ::::::::::::: STORT NYHETSBREV FORMUL�R  2 ::::::::::::: */	
.nyhetsbrev_bg {
	position:relative;
	left:140px;
	background-image: url(../img/body/newsletter_background.jpg);

	width:598px;
	height:219px;

}

.nyhetsbrev_center_form{
	position:relative;
	top:20px;
	left:30px;

}

/* ::::::::::::: PRODUCT ::::::::::::: */
#product{
	width:542px;
	/*height:170px;*/
	font-size: 11px;
	line-height: 14px;
	}
#product a {
	color: #000;
	text-decoration: none;
		}
		
#product a:hover {
	color: #666;
	text-decoration: underline;
		}
	
#product h1{
	font-size: 24px;
	padding-bottom: 12px;
	}
	
#product h2{
	font-size: 18px;
	padding-bottom: 12px;
	}
	
#product_description {
	width:401px;
	height:78px;
	background-image:url(../img/product/elements/product_description_bg.png)
	}	
#product_info_1 {
	position:absolute;
	top:370px;
	left:13px;
	}

#product_info_2 {
	position:absolute;
	top:405px;
	left:13px;
	}
	
#product_info_3 {
	position:absolute;
	top:370px;
	left:206px;
	}
	
#product_info_4 {
	position:absolute;
	top:405px;
	left:206px;
	}
	
#variations{
	font-size: 12px;	
	}
	
#variations a{
	color: #000;
	text-decoration: none;	
	}

#variations a:hover{
	color: #000;
	text-decoration: underline;	
	}

#variations h1{
	font-size: 18px;	
	}
	
#variations h2{
	font-size: 14px;	
	}
	
.fontcolour {
	color: #7c7c7c;		
		}

#variations_topp {
	background-image: url(../img/product/elements/variations_topp.png);
	height:10px;
	width:306px;
		}
#variations_main {
	background-image: url(../img/product/elements/variations_main.png);
	width:306px;
	background-repeat: repeat-y;
	padding-top: 6px;
	padding-right: 34px;
	padding-bottom: 6px;
	padding-left: 34px;
		}
		
#variation_konsoll{
	width:238px;
	height:30px;
	background-image: url(../img/product/elements/variation_konsoll_bg.png);
	}		
	
#colour_codes{
	position:absolute;
	top:152px;
	left:45px;
	width:147px;
	}
	
#colour_codes_text{
	position:absolute;
	top:155px;
	left:69px;
	width:147px;
	}

#magnify{
	position:absolute;
	top:152px;
	left:190px;
	width:147px;
	}
	
#magnify_text{
	position:absolute;
	top:155px;
	left:214px;
	width:147px;
	}

#variations_bott {
	background-image: url(../img/product/elements/variations_bottom.png);
		height:14px;
	width:306px;
		}
/* ::::::::::::: FOOTER ::::::::::::: */
.footer {
	width:888px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b5b5b5;
	border-left-color: #b5b5b5;
	font-size: 10px;
	color: #9e9e9e;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5b5b5;
	text-transform: uppercase;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
}

.footer_line {
	color: #ccc;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


.footer a:visited {
	color: #9e9e9e;
	text-decoration: none;
}




.footer a:hover {
	color: #000;
	text-decoration: none;
}

.footer a {
	color: #9e9e9e;
	text-decoration: none;
}

.uppmeny a:visited{
	color: #e44342;
	text-decoration: none;
}

.uppmeny a:hover{
	color: #000;
	text-decoration: none;
}

.uppmeny a{
	color: #e44342;
	text-decoration: none;
}

/* Konsoll */
.konsoll_body {
	background-image: url(../img/body/konsoll_body.gif);
	background-repeat: repeat-y;
}

.konsoll_innehall{
	padding: 15px;
	width:530px;
	font-size: 11px;

}

.tabell_rub{
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 2px;
}

.tabell_text{
	color: #717171;
	line-height: 20px;
	padding-left: 5px;
}

.flash_matare{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* ::::::::::::: Konsoll table ::::::::: */
  #table_container {
	display: table;
	vertical-align: top;
    }

  #row  {
    display: table-row;
		vertical-align: top;
    }

  #left{
	display: table-cell;
	padding-top: 15px;
	padding-left: 8px;
	padding-bottom:15px;

	width:114px;
	vertical-align: top;
    }


  #right{
	display: table-cell;
	padding-top: 15px;
	padding-left: 8px;
	padding-bottom:15px;

	width:104px;
	vertical-align: top;
    }

  #middle{
	display: table-cell;
	padding-top: 15px;
	padding-left: 8px;
	padding-bottom:15px;

	width:94px;
	vertical-align: top;
    }

#matare{
	display: table-cell;
	padding-top: 15px;
	padding-bottom:15px;
	padding-left: 8px;
	width:173px;
	vertical-align: top;

    }


/* ::::::::::::: 3 col ::::::::::::: */
#tre_kolumner {
	width:888px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b5b5b5;
	border-left-color: #b5b5b5;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-size: 11px;
	line-height: 14px;
}

#tre_kolumner_space {
	width:280px;
}

.tre_kolumner_img_lank  a:hover img
{
    opacity: 0.80;
}

.tre_kolumner_img_lank  a img
{
    opacity: 1;
}


#tre_kolumner_space a{
	color: #999999;
	text-decoration: none;
}	
	
#tre_kolumner_space a:hover{
	color: #999999;
	text-decoration: underline;
}		
	
.start_rubb_transport {
	position:absolute;
	left:20px;
	top:11px;
	color: #1e3678;
	font-size: 18px;
}	

.start_rubb_furniture {
	position:absolute;
	height:30px;
	left:20px;
	top:11px;
	color: #393939;
	font-size: 18px;
}	

.start_rubb_automotive {
	position:absolute;
	left:20px;
	top:11px;
	color: #000;
	font-size: 18px;
}	

	/* ::::::::::::: NEWS ::::::::::::: */
#newssidan {
	width:888px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b5b5b5;
	border-left-color: #b5b5b5;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
}

#latest_news_bullets{
	height:377px;
	width: 298px;
	background-image: url(../img/body/news_bullets_bg.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}

#news_bullet{
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#news_bullet h1 {
	font-size: 12px;
}

.news_bullet_datum {
	font-size: 12px;
	color: #9b9b9b;
}

.news_bullet_datum_2 {
	font-size: 10px;
	color: #4c83c6;
}

.news_bullet_datum_3 {
	font-size: 10px;
	color: #e44342;
}

#news_item{
	width:555px;
	margin-left: 35px;
	font-size: 12px;
	text-align: justify;
}

#news_item a{
	text-decoration: none;
	color: #4c83c6
}

#news_item a:visited{
text-decoration: none;
color: #4c83c6
}

#news_item a:hover{
text-decoration: underline;
color: #000
}

#news_item h1{
	font-size: 25px;
	font-weight: bold;
	color: #959595;
}


#news_bullet a{
	color: #000;
	text-decoration: none;
}

.firstnewsheader{
	padding-bottom: 5px;
	padding-top: 5px;
}



#news_item h2{
	font-size: 20px;
	font-weight: bold;
	color: #959595;
	margin-bottom: 10px;
}

.line {
	height:3px;
	background:url(../img/body/line.gif);
	margin-top: 2px;
	margin-bottom: 2px;
}

.news_image {
	float: right;
	padding: 6px;
	border: thin solid #CCCCCC;
	margin: 15px;
}

.marine_image {
	float: right;
	padding: 6px;
	
	margin: 15px;
}

.addthis_toolbox {
	margin-top: 15px;
	margin-left: 33px;
	font-size: 14px;
}

.addthis_toolbox a{
	text-decoration: none;
	color: #999999;
}

/* nyhetsbar sign up */
#news_newsletter{
	height:100px;
	width:250px;
	}

#news_newsletter_text {
	position:relative;
	width:200px;
	font-size:12px;
	margin-left: 20px;
	top:-25px;
	}	

#news_newsletter_text h2{

	font-size:14px;
	margin-bottom:10px;
	text-transform: uppercase;	
	}	

#news_snabel_a {
	position:relative;
	left:230px;
	top:10px;
	width:41px;
	}

#news_newsletter_form {
	position:relative;
	top:-15px;
	margin-left: 20px;
	}


/* ::::::::::::: contact sidan ::::::::::::: */

.contact_ruta_automotive {
	width:918px;
	height:900px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b5b5b5;
	border-left-color: #b5b5b5;
	padding: 20px;
}

.contact_ruta {
	width:918px;
	height:600px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b5b5b5;
	border-left-color: #b5b5b5;
	padding: 20px;
}


.contact_text {
	align:center;
	width:900px;
	font-size: 12px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}


.contact_text h1{
	font-size: 28px;
}
.contact_text h2{
	font-size: 18px;
}
.contact_text h3{
	font-size: 14px;
	margin-left:8px;
}


/* ::::::::::::: Contact 2 ::::::::::::: */
.visitkort_topp{
	width:429px;
	height:5px;
	background-image: url(../img/body/visitkort_topp.gif);
}

.visitkort_mitt {
	width:429px;
	height:170px;
	background-image: url(../img/body/visitkort_mitt.gif);
}

.visitkort_bott{
	width:429px;
	height:5px;
	background-image: url(../img/body/visitkort_bott.gif);
}

.visitkort_logo{
	position:absolute;
	top:0px;
	left:270px;
	width:124px;
	height:19px;
	background-image: url(../img/body/visitkort_logo.gif);
}

.visitkort_text{
	position:relative;
	top:14px;
	left:20px;
	font-size: 11px;
	line-height: 16px;
	width:300px;
}

.visitkort_text h1{
	font-size: 16px;
	width:300px;
}

.visitkort_text h1{
	font-size: 16px;
}

.visitkort_text a{
	color: #0099FF;
	text-decoration: none;
}

.visitkort_text a:hover{
	color: #0099FF;
	text-decoration: underline;
}

.visitkort_text b {
	color: #7a7a7a;
}

.kontakta_mig {
	width:132px;
	height:39px;
	background-image: url(../img/body/kontakta_mig_knapp.gif);
}

.kontakta_mig_text {
	position:relative;
	top:11px;
	left:35px;
	font-size: 13px;
}

.knapp_text {
	position:relative;
	left:55px;
	top:20px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	width:94px;
	display:block;
}

#contact_image_2{
	width:259px;
	height:341px;
	float: right;
	background-image: url(../img/body/contact_image.jpg);
	background-repeat: no-repeat;
	margin-top: 100px;
	margin-right: 20px;

}

.contactselect2 {
	width:348px;
	padding:2px;
	margin:10px;
	border:1px solid #cecece;
	color:#777;
	background-color: #fff;
	background-image: url(../img/body/contact_form_bg.gif);
	font: normal Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


/* ::: SCROLLABLE ::: */


#intro_slider {
	width:960px;

	padding-top: 0px;

	padding-bottom: 0px;

}

#slide_ett{
	background-image: url(../img/front_img/1.jpg);
	background-position: right bottom;
}

#slide_tva{
	background-image: url(../img/front_img/2.jpg);
	background-position: right bottom;
}

#slide_tre{
	background-image: url(../img/front_img/3.jpg);
	background-position: right bottom;
}

#slide_fyra{
	background-image: url(../img/front_img/4.jpg);
	background-position: right bottom;
}

#slide_fem{
	background-image: url(../img/front_img/5.jpg);
	background-position: right bottom;
}

#slide_intro{
	background-image: url(../img/front_img/6.jpg);
	background-position: right bottom;
}

#soap_bar {
	position:absolute;
	top:294px;
	width:960px;
	height:23px;
	background-image: url(../img/front_img/soap_bar.png);
	background-position: right bottom;
	z-index:100;
}

#soap_bar_text {
	font-size:10px;
	text-align:center;
	position:relative;
	top:12px;
	font-weight: bold;
}

#scroll {
	position:relative;
	height:290px;
	overflow:hidden;
	width:960px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
	background-image: url(../img/front_img/bg.jpg);
	background-position: 0px 300px;
	background-repeat: no-repeat;
	z-index:1;
}

#tools {
	width:9999em;
	position:absolute;
	height:300px;

}

.tool {
	
	float:left;
	width:960px;
	height:255px;


}

.details {
	position:relative;
	top:50px;
	left:600px;
	color:#fff;
	font-size:12px;
	width:300px;
	line-height: 14px;
}

.details h1{
	color:#fff;
	font-size:18px;
	padding-bottom: 8px;
}

.details a{
	text-decoration: none;
	background-color: #e43138;
	color: #FFFFFF;
	padding: 3px;
	margin-top: 16px;
}

.details a:hover{
	text-decoration: none;
	background-color: #000;
	color: #FFFFFF;
	padding: 3px;
	margin-top: 16px;
}

.kort {

	color:#666;
	float:left;
	font-size:20px;
	padding:10px 11px;
	width:525px;
}

.kort_area_1{
	height:900px;
	width:450px;
	overflow:hidden;
	padding-left: 6px;
}

.kort_area{
position:relative;
	height:600px;
	width:450px;
	overflow:hidden;
	padding-left: 6px;
}

#card_space {
	width:450px;
	height:200px;
}

#thumbs {
	
	height:30px;
	position:absolute;
	top:325px;
	left:176px;
	width:618px;

}

.t a {
	margin-left:0px;
	display:block;
	width:608px;
	float:left;
	height:30px;
	cursor:pointer;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/body/kontakt_nav.jpg);
	background-repeat: no-repeat;
	background-position: -21px -90px;
}

.t a.active {
	cursor:default !important;
}

.navi {
	margin-left:0px;
	_margin-left:304px;
	background-color: #000;


}

/* CSS sprite for the navigation */


#t1			{ background-position:-0px -0px; width:148px;}
#t1:hover 	{ background-position:-0px -30px; }
#t1:active	{ background-position:-0px -90px; }
#t1.active	{ background-position:-0px -90px !important; }

#t2			{ background-position:-148px -0px; width:141px;}
#t2:hover 	{ background-position:-148px -30px; }
#t2:active	{ background-position:-148px -90px; }
#t2.active	{ background-position:-148px -90px !important; }

#t3			{ background-position:-289px -0px; width:126px;}
#t3:hover 	{ background-position:-289px -30px; }
#t3:active	{ background-position:-289px -90px; }
#t3.active	{ background-position:-289px -90px !important; }

#t4			{ background-position:-415px -0px; width:85px;}
#t4:hover 	{ background-position:-415px -30px; }
#t4:active	{ background-position:-415px -90px; }
#t4.active	{ background-position:-415px -90px !important; }

#t5			{ background-position:-500px -0px; width:109px;}
#t5:hover 	{ background-position:-500px -30px; }
#t5:active	{ background-position:-500px -90px; }
#t5.active	{ background-position:-500px -90px !important; }


/* ::::::::::::: FORMULÄR ::::::::::::: */	

/*
:::::::::::::::::::::::::::::::::::::::::::::::
:             NEWSLETTER FORMULÄR             :
:::::::::::::::::::::::::::::::::::::::::::::::
*/
#theForm2 label.error {
position:relative;
top:-55px;
left:140px;
width:120px;
height:20px;
}

#theForm2 p {
margin:0px;
height:50px;
}
/*
:::::::::::::::::::::::::::::::::::::::::::::::
:                   SLUT                      :
:::::::::::::::::::::::::::::::::::::::::::::::
*/

label.error {
position:relative;
top:-30px;
left: 300px;
}

.contactlabel{
	padding:0px;
	font: normal Verdana, sans-serif;
	font-size: 12px;
	color:#777;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
	
 .contactform {
	margin:0px;
	padding: 0 0px;
	border: 1px solid #fff;
	background-color: #fff;
}

.contactinput {
	width:242px;
	height:17px;
	padding:2px;
	margin:10px;
	border:1px solid #cecece;
	font: normal Verdana, sans-serif;
	font-size: 12px;
	color:#777;
	background-color: #fff;
	background-image: url(../img/body/contact_form_bg.gif);
}

.contactselect {
	width:248px;
	padding:2px;
	margin:10px;
	border:1px solid #cecece;
	color:#777;
	background-color: #fff;
	background-image: url(../img/body/contact_form_bg.gif);
	font: normal Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.email {
	width:248px;
	padding:2px;
	margin:10px;
	border:1px solid #cecece;
	color:#777;
	background-color: #fff;
	background-image: url(../img/body/contact_form_bg.gif);
	font: normal Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.contact_textarea {
	margin:10px;
	width:511px;
	padding:2px;
	font: normal Verdana, sans-serif;
	font-size: 12px;
	border:1px solid #cecece;
	height:100px;
	display:block;
	color:#777;
	background-color: #fff;
	background-image: url(../img/body/contact_form_bg.gif);
	background-repeat: repeat-x;
}
.contactbutton {
	width:98px;
	margin:10px;
	font: bold 12px Arial, Sans-serif;
	height: 35px;
	padding: 2px 3px;
	color: #000;
	border: none;
	background-color: #000;
	background-image: url(../img/body/contact_btn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#contact_image{
	width:259px;
	height:341px;
	float: right;
	background-image: url(../img/body/contact_image.jpg);
	background-repeat: no-repeat;
	margin-right: 20px;
}


/* BASIC UNDERSIDA */
#undersida {
	width:888px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b5b5b5;
	border-left-color: #b5b5b5;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-size: 12px;
	line-height: 18px;
}
#undersida h1{
	font-size: 25px;
	margin-bottom: 10px;
}

#undersida h2{
	font-size: 15px;
	margin-bottom: 14px;
}

#undersida a{
	color: #999999;
	text-decoration: none;
}	
	
#undersida a:hover{
	color: #999999;
	text-decoration: underline;
}		
	




#tooltip{
	position:absolute;
	border:0px solid #fff;
	background:#e44342;
	padding:5px 5px;
	color:#FFFFFF;
	display:none;
	font-size: 14px;
	font-weight: bold;
	}	
	
	p{
	clear:both;
	margin:0;
	padding:.5em 0;
}

/* ::::::::::::: MEDIA BANK ::::::::::::: */	


.mediabank_rubb {
	position:absolute;
	left:810px;
	top:250px;
	color: #ffffff;
	font-size: 26px;
	text-transform: lowercase;
}	


.mediabank_text {
	align:center;
	width:860px;
	font-size: 12px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}


.mediabank_text h1{
	font-size: 28px;
}
.mediabank_text h2{
	font-size: 18px;
}



.mediaFolder {
text-align: left;
font-size: 18px;
}

.mediaFolder h4 {
	
}

form p { position:relative }
label  { position:absolute; top:0; left:0}

.media_image {
	padding: 3px;
	border: thin solid #CCCCCC;
	margin: 6px;
}

.media_lank {
	font-size: 11px;
	color: #797979;
	text-decoration: none;
}

.media_lank a{
	font-size: 11px;
	color: #797979;
	text-decoration: none;
}

.media_lank a:hover{
	font-size: 11px;
	color: #000;
	text-decoration: none;
}


/* ::::::::::::: FIL�NDELSE: JPG ::::::::::::: */	
.jpg {
	height:16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-left:40px; 
	background-image: url(../img/mediabank/jpg.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;	
}

.jpg a {

	text-decoration: none;
	color: #000000;
	background-position: -20px;
}

.jpg a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	padding: 4px;
}

/* ::::::::::::: FIL�NDELSE: PDF ::::::::::::: */
.pdf {
	height:16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-left:40px; 
	background-image: url(../img/mediabank/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;	
}

.pdf a {

	text-decoration: none;
	color: #000000;
	background-position: -20px;
}

.pdf a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	padding: 4px;
}

/* ::::::::::::: FIL�NDELSE: DOC & DOCX ::::::::::::: */
.doc {
	height:16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-left:40px; 
	background-image: url(../img/mediabank/doc.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;	
}

.doc a {

	text-decoration: none;
	color: #000000;
	background-position: -20px;
}

.doc a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	padding: 4px;
}

.docx {
	height:16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-left:40px; 
	background-image: url(../img/mediabank/doc.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;	
}

.docx a {

	text-decoration: none;
	color: #000000;
	background-position: -20px;
}

.docx a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	padding: 4px;
}

/* ::::::::::::: FIL�NDELSE: ZIP ::::::::::::: */
.zip {
	height:16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-left:40px; 
	background-image: url(../img/mediabank/zip.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;	
}

.zip a {

	text-decoration: none;
	color: #000000;
	background-position: -20px;
}

.zip a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	padding: 4px;
}

/* ::::::::::::: FIL�NDELSE: RAR ::::::::::::: */
.rar {
	height:16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-left:40px; 
	background-image: url(../img/mediabank/rar.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;	
}

.rar a {

	text-decoration: none;
	color: #000000;
	background-position: -20px;
}

.rar a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	padding: 4px;
}

/* ::::::::::::: SITEMAP ::::::::::::: */
#sitemap {
 font:normal 16px Arial,sans-serif;
 overflow:hidden;
}

#sitemap a{
	text-decoration: none;
	color: #000000;
}

#sitemap a:hover{
	text-decoration: underline;
	color: #000000;
}

#sitemap ul {
	 list-style:none;
	 margin:0;
	 padding:0;
}
#sitemap li {
	 background-color:#eee;
	 margin:0 0 -0.1em;
	 min-height:1em;
	 padding:.2em .4em;
	 position:relative;
	 width:9em;
}
#sitemap ul ul {
	 font-size:90%;
	 margin-top:-1.4em;
}
#sitemap ul ul li {
	 background:#ddd;
	 border-top:0.5em solid #fff !important;
	 border-left:0.5em solid #66c;
	 left:10.4em;
}
#sitemap ul ul ul li {
	 background:#ccc;
	 border-color:#9c3;
}
#sitemap ul ul ul ul li {
	 background:#bbb;
	 border-color:#c93;
}
#sitemap ul ul ul ul ul li {
	 background:#999;
	 border-color:#c33;
	 color:#fff;
}


/* ::::::::::::: SOK ::::::::::::: */

.sok_ruta{
	width:878px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b5b5b5;
	border-left-color: #b5b5b5;
	padding: 40px;
}

.sok_header{
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	padding-bottom:10px;
		padding-top:2px;
}

.sok_resultat_border{
	border: 1px solid #DADADA;
}


#colorpickerdiv{
	position:relative;
	top:13px;
	left:9px;

}


.sok_v_streck{
	position:relative;
	top:10px;
	left:20px;
	width:1px;
	height:130px;
	background-color: #DADADA;
}

td {
vertical-align:top}

.sok_pa {
	position:relative;
	top:20px;
	left:20px;
	font-size: 12px;
	padding: 2px;		
}
.sok_pa label
{
	position: relative;
	display: inline;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: normal;
}

.sok_knapp{
	position:relative;
	top:5px;
	left:613px;
	width:120px;
}
	
.sok_button{
	width:108px;
	margin:10px;
	height: 29px;
	color: #fff;
	border: none;
	background-color: #000;
	background-image: url(../img/body/sok_knapp_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 16px;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	cursor:pointer;
}
	
.sokresultat{
	font-size: 12px;
}

.sokruta_header{
	text-transform: uppercase;
	padding-top:10px;
}


.visa_kollektion_knapp{
	position:relative;
	top:0px;
	left:50px;

}

.sok_resultat_button{
	width:138px;
	margin:10px;
	height: 29px;
	color: #fff;
	border: none;
	background-color: #000;
	background-image: url(../img/body/sok_ga_till_kollektion.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	cursor:pointer;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
#undersida h1 {
	font-size: 25px;
	margin-bottom: 10px;
}


