@charset "utf-8";
/* CSS  */
/* Last modification by:    Nicolas Friedli <nicolas.friedli@gmail.com> 
 * Last modification date:  2011-01-13
*/

html 
{ 
	overflow-y:scroll; 
} 

/* Add a clean css reset from meyerweb */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Geneva,  Arial,  Helvetica,  sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End of clean reset*/

body { background: #EEE;}

/* Text inställningar */
h1
{
	margin-bottom: 5px;
	text-decoration: none;
    color: #003366;
	font-size: 1.4em;
}
h2 {
	margin-bottom: 5px;
	text-decoration: none;
    color: #003366;
	font-size: 1.2em;
}
h3{
	margin-bottom: 5px;
	text-decoration: none;
    color: #888;
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
}
h4{
	margin-bottom: 5px;
	text-decoration: none;
    color: #444;
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
}
p
{
	padding-top: 3px;
	padding-bottom: 8px;
	font-size: 12px;
	line-height:18px;
    color: #444;
}
a 
{
text-decoration: none;
color: #036;
border-bottom: 1px solid #CCC;
}

a:hover 
{
border-bottom: 1px solid #036;
}

/* Skuggan */
#bg_wrap
{
	margin: .5em auto;
	background: #FFF;
	width: 850px;
	height: 650px;
	height: auto !important;
	min-height: 650px;
    border: 1px solid #DDD;
}
#wrap
{
	margin: auto;
	background: none;
	width: 850px;
	height: 650px;
	height: auto !important;
	min-height: 650px;
	margin-top: 0;
}
/* Topbilden där loggan ligger */
#header
{
	float: left;
	width: 850px;
	height: 70px;
	float: left;
	margin-left: 0;
    border-bottom: 1px solid #fff;
}
#logo
{
    float: left;
    background: none;
    width: 212px;
    height: 60px;
    margin-left: 3px;
    margin-top: 2px;
}
/* Språk */
#languageSelector {
	float:right;
	width: auto !important;
	padding-left: 5px;
	margin-top: 50px;
	margin-right: 5px;	
}

#languageSelector a {
	
        font-size: 12px;
		text-decoration: none;
        color: #036;
		padding-left:5px;
		margin-left: 5px;
}

#languageSelector a:Hover {
}
/* Där bildspelet ska ligga i typo3 */
#bildspel
{
	float: left;
	background-color: #FFF;
	width: 850px;
	height: 230px;
	margin-left: 0;
}
.push
{
	clear: both;
	width: 850px;
	height: 1px;
}
img
{
	outline: 0;
	border: 0;
	display: inline;
	margin: 0;
	padding: 0;
}
/***************************************************************************************** MENY *****************************************************************************************/
#meny	
{
	margin-left: 0;
	float: left;   
	background: #FFF; 
	font-size: 80%;
	width: 850px;
	height: 30px;
	background: #036;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#meny li /********* Hur listan ska gå, inline = från vänster till höger, block uppifrån -> ner osv.. ********/
{
	display: inline;
}
#meny li a /********* Hur en länk ska se ut i UL ********/
{
	float: left; 
	text-decoration: none;
	text-align: center; 
	width: auto;
	padding: 8px 15px 0 15px;
	height: 22px;
	background: none;
	outline: 0;
	font-size: 11px;
}

#meny a:link /********* Hur själva menylänken ska se ut ********/
{ 
	color: #ffffff;
}
#meny a:visited /********* Den besökta länken ********/
{
	color: #ffffff;
}
/********* Hover = Muspekarn över, Current = Nuvarande länk ********/
#meny li a:hover{background: #036; color: #FFF; height: 22px;}
#meny a.meny_a{background: #036; color: #FFF; height: 22px;}

/***************************************************************************************** UNDERMENY *****************************************************************************************/
#menycontainer
{
	float: left;
	width: 200px;
	height: 410px;
	height: auto !important;
	min-height: 410px;	
	margin: 0;
	padding: 0;
	background-color:#FFF;
}
#submeny
{
	width: 200px; 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-size: 11px;
	background: #FFF;
	height: 410px;
    list-style: none;
}
#submeny a
{	
	display: block; 
	width: auto; 
	height: 23px; 
	background: none;
	border-bottom: 1px solid #ddd;
	text-decoration: none; 
	padding: 7px 0 0 20px;
	outline: 0;
}

#submeny a:link{color: #000;}
#submeny a:visited{color: #000;}
#submeny a:hover{background: #036; color: #FFF;}
#submeny a.submeny_a{background: #036; color: #FFF;}
#submeny .submeny2
{
    background-color: #e4f3fa;
}
#submeny .submeny2 a
{
	display: block;
	width: auto;
	height: 23px;
	background: none;
	border: none;
	text-decoration: none;
	padding: 7px 0 0 30px;
	outline: 0;
}
#submeny .submeny2 a:hover{background: none; color: #003366;}
#submeny .submeny2 a.submeny_a{background: none; color: #003366; text-decoration: underline;}
/********************************************************************************************************* INNEHÅLL/submenu *************************************************************************************************/
#content_root
{
	float: left;
	width: 850px;
	margin-left: 0;
	background-color: #FFF;
	height: 410px;;
	height: auto !important;
	min-height: 410px;
}

#content_root ul {
    margin-bottom: 0.5em;
    margin-left: 1em;
}

#content_root li {
    list-style-type: circle;
    list-style-position: inside;
    font-size: 12px;
    color: #444;
    line-height: 120%;
}

/********************************************** INNEHÅLL/2 cols, |content(650px)|content2(200px)| ******************************************************************************************/
#content_root_2cols
{
	float: left;
	width: 850px;
	margin-left: 0;
	background-color: #FFF;
	height: 410px;;
	height: auto !important;
	min-height: 410px;
}
#content_left
{
	float: left;
	width: 620px;
	height: 410px;
	height: auto !important;
	min-height: 410px;
	background-color: #FFF;
	margin: 0;
	padding: 20px 15px 0 15px;
    border-right: 1px dotted #cccccc;
}
#content_right_2col
{
	float: left;
	width: 194px;
	height: 410px;
	height: auto !important;
	min-height: 410px;
	background-color: #FFF;	
	padding-top: 20px;
	padding-left: 5px;
}
#content_right_2col p
{
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top: 0;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	line-height:17px;	
}
#content_right_2col a
{
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top: 0;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	line-height:17px;	
}
/****************************************** Innehåll i content_right *****************************************************/
#content_root_5cols
{
	width: 650px;
	height: auto !important;
	height: 100% !important;
	background: none;
	float: left;
	height: 100px;
	margin-bottom: 10px;
}
#content_root_5cols img
{
	padding: 0;
	margin: 0;
}
#content_root_5cols p
{
	padding: 0;
	margin: 0;
}
.box1
{
	float: left;
	width: 130px;
	padding: 5px 15px 5px 15px;
	margin: 0;
	height: auto !important;
	height: 100% !important;
}
.box2
{
	float: left;
	width: 350px;
	padding: 5px 15px 5px 15px;
	margin: 0;
	height: auto !important;
	height: 100% !important;
}
.box3
{
	float: left;
	width: 50px;
	padding: 5px 15px 5px 15px;
	margin: 0;
	height: auto !important;
	height: 100% !important;
}

/******************************* Ifall det finns submeny |submenu(200px)|content(650px)| *****************************************/
#content_root_submenu
{
	float: left;
	width: 850px;
	margin-left: 0;
	background-color: #FFF;
	height: 410px;
	height: auto !important;
	min-height: 410px;
}
#content_right
{
	float: left;
	width: 620px;
	height: 410px;
	height: auto !important;
	min-height: 410px;
	background-color: #FFF;
	margin-top: 20px;
	padding: 0 15px 0 15px;
}
#content_right img
{
	padding-right: 5px;
	display: inline;
	margin: 0;
}


/******************************* 3 kolumner |31%|31%|31%| *****************************************/
#content_root_3cols
{
	float: left;
	width: 630px;
	margin-left: 10px;
	background-color: #FFF;
	height: 410px;
	height: auto !important;
	min-height: 410px;
	padding: 10px;
}
#content_3cols_left
{
	float: left;
	width: 30%;
	background: none;
	height: 100px;
	height: auto !important;
	min-height: 100px;
	padding: 1%;
}
#content_3cols_middle
{
	float: left;
	width: 30%;
	background: none;
	height: 100px;
	height: auto !important;
	min-height: 410px;
	padding: 1%;
}
#content_3cols_right
{
	float: left;
	width: 30%;
	background: none;
	height: 100px;
	height: auto !important;
	min-height: 100px;
	padding: 1%;
}
#content_3cols_left img, #content_3cols_middle img, #content_3cols_right img
{
	padding: 0;
	margin: 0 0 10px 0;
}

/********************************************************************************************************* MDB extention *************************************************************************************************/
#content_root_1col
{
	float: left;
	width: 850px;
	margin-left: 0;
	background-color: #FFF;
	height: 410px;
	height: auto !important;
	min-height: 410px;
}
#content_1cols_mdb
{
	float: left;
	width: 820px;
	background-color: #FFF;
	height: 410px;
	height: auto !important;
	min-height: 410px;
	margin-top:20px;
	padding:0 15px 0 15px;
}

/********************************************************************************************************* Botten *************************************************************************************************/
/* #bottom
{
	float: left;
	background-color: #FFF;
	width: 850px;
	height: 30px;	
} */
/********************************** Brands *******************************/
.varumarken {
    float:left;
    height:auto !important;
    margin:0;
    padding:0;
    width: 620px;
}
.varumarken td {
    float:left;
    height:130px;
    margin:0;
    padding: 0 10px;
    width:130px;
}
.varumarken img {
    padding: 0;
    margin: 0;
    border: 0;
}

/************************************* Nyheter ***********************************/
.news-single-item
{
	padding: 0 0 15px 15px;
	font: 10px "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
.news-single-item p
{
	padding: 0;
	margin: 0 0 5px 0;
}
.news-single-item h1
{
	padding: 0;
	margin: 0;
}

.news-single-timedata
{
	font: 10px "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}

p.news-single-author {
	padding: 0;
	margin: 0;
	top: 0;
	bottom: 0;
}
h1.tt_news {
	padding-top: 0;
	margin-top: 0;
	font-weight: bold;
	color: #000;
}
h2.tt_news _date{
	padding-top: 0;
	margin-top: 0;
	font-weight: bold;
	color: #000;
}

.news-list-morelink{
	color:#000;
}

.news-single-img-group {
	float: right;
margin-left:5px;
	width: 240px;
}
.news-single-img {
	float: left;
margin-left:5px;
	width: 60px;
}
.news-latest-container h2
{
font-size: 11px;
}

.news-latest-date
{
font-size: 11px;
}


.news-latest-item h3
{
font-size: 11px;
padding-top: 4px;
margin: 0;
text-transform: lowercase;
font-weight: bold;
letter-spacing: 0.5px;
}

.news-latest-item
{
border-bottom: 1px dotted #999999;

}



/* Better login box */

.tx-newloginbox-pi1 h3
{
	padding-bottom: 0;
	margin-top: 0;
	text-decoration: none;
	font-style: normal;
	font-size: 14px;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}

.tx-newloginbox-pi1 input
{
	float: left;
	border: 1px solid #999999;
	padding: 5px 15px 0 15px;
}


label {
    font-size: 12px;
}

