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 {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
	text-decoration:none;
}

h1	{
	font-size:24px;
	font-weight:normal;
	color:#666;	
}
h2	{
	font-size:22px;
	font-weight:inherit;
	color:#666;	
}
h3	{
	font-size:18px;
	font-weight:inherit;
	color:#666;	
}
h4	{
	font-size:16px;
	font-weight:inherit;
	color:#666;	
}
h5	{
	font-size:14px;
	font-weight:inherit;
	color:#666;	
}




a:link, a:visited {
	color:#333;
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;	
}

.desktop_logo {
/*	background: url(../images/logo_desktop.png) no-repeat;
	background-size: contain;*/
	width: 283px;
  height: 69px;
  position: absolute;
  left: 0;
  top: 17px;
  z-index: 6;
	/*background: url(../images/temp_logo.png) no-repeat #6E2632 center left;*/
	background: url(../images/logo.png) no-repeat #8A1C29 center left;
	background-size: 65%;
	background-position: 20%;
}
body	{
	margin:0;
	padding:0;
	background:#fff url(../images/body_bg.jpg) repeat-x top center;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	line-height:1.5em;
	height:100%
}
#BODY_wrap	{
	background:url(../images/bg_tandborste.jpg) no-repeat top center;
	margin:0 auto;
	padding:30px 0;
}
#SITE_wrap	{
	width:960px;
	height:100%;
	/*min-height:800px;*/
	margin:0 auto;
}
#TOP_header	{
	background-color:#fff;
	height:394px;
	width:960px;
	position: relative;
}
#MAIN_nav	{
	width:960px;	
	height:50px;
	padding-top:15px;
}
#MAIN_nav ul li	{
	float:left;
	width:160px;
	height:50px;
	display:block;
	background:url(../images/nav_button.jpg) no-repeat;
	text-align:center;
	line-height:50px;
	color:#000000;
	text-transform:uppercase;
	font-size:14px;
	list-style:none;
	text-decoration:none;
}
#MAIN_nav ul li a.TM_L_On {
    color: #000;
	background:url(../images/nav_button_hover.jpg) no-repeat;
    width: 160px;
    height: 50;
    display: block;
}
#MAIN_nav ul li a.TM_L_Off {
    color: #000;
    width: 160px;
    height: 50;
    display: block;
}
#MAIN_nav ul li:hover	{
	background:url(../images/nav_button_hover.jpg) no-repeat !important;	
}
#MAIN_nav ul li a:hover	{
	text-decoration:none;	
}
#CONTENT_wrap {
	width:860px;
	padding:50px 50px 20px 50px;
	float:left;
	box-sizing: content-box;
}
.CONTENT_header	{
	width:100%;
	padding-bottom:20px;
	text-transform:uppercase;
}
#CONTENT_left	{
	float:left;
	width:650px;
}
.startpage {
	width:450px !important;
}	
#CONTENT_right	{
	float:right;
	width:300px;	
}
#FOOTER_wrap	{
	width:960px;
	clear:both;
	border-top:1px solid #ccc;
	padding:10px 20px;
}
#FOOTER_right	{
	float:right;
	font-size:12px;
	text-transform:uppercase;	
}
#FOOTER_left	{
	float:left;
	font-size:12px;
	text-transform:uppercase;
}

/* ==== PERSONAL ==== */

#CONTENT_box	{
	width:265px;
	height:173px;
	overflow:hidden;
	float:left;
	padding-right:20px;	
	padding-bottom:50px;
}
.BOX_picture	{
	float:left;
	padding-right:20px;
	overflow:hidden;
	width:100px;
	height:173px;
}
.BOX_rubrik	{
	font-weight:bold;
	font-size:20px;
	overflow:hidden;
	//max-height:50px;
	line-height:normal;
}
.BOX_text	{
	font-size:12px;
	line-height:1.2em;
	overflow:hidden;
	height:118px;
	padding-top:10px;
}
/* ==== NYHETSDELEN ==== */

#CONTENT_right ul {
	padding:0;
	margin:0;	
}

#NEWS_title {
	width:100%;
	padding-bottom:20px;
	color:#666;	
	font-weight:bold;
	font-size:16px;
	
}
#NEWS_text	{
	width:100%;	
	font-size:14px;
}


/* ==== KONTAKT FORMULÄR ==== */
.form {
    border: none;
    background: #eee;
    padding: 5px;
    margin-bottom: 10px;
	width:400px;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.button	{
	padding:3px;
	background:#eee;
	font-size:14px;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
		
}
/* ====  NY CSS 2015 ==== */

#menu_toggle{
	display: none;
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	
}
#menu_toggle:hover{
		cursor: pointer;
		color: #fff;
	}
.logo {
	display: none;
}
.mobile_header {
	display: none;
}
