/* Bilelektro */

/* Reset */
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: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
body{
	line-height: 1;
	color: black;
	background: white;
}

/* Structure */

html {
	margin: 0;
	padding: 0;
}

body{
	margin: 0 auto 20px auto;
	font: 73% Verdana,Tahoma,Arial,sans-serif;
	color: #222;
	width: 740px;
	background: url(../images/body_bg.png) top center repeat-x #919191;
}

#container{
	background-color: #fff;
	color: #222;
	margin: 0 auto;
	height: 100% ;
}

#header { 
	height: 70px;
	margin: 0 auto; 
	background-color: #FFF;
	background: url(../images/topbg28.png) top right;
}

#logo {
	float: left;
	padding: 9px 10px 0 20px;
	text-align: left;
}

#toptext { 	
	float: right;
	padding: 22px 30px 10px 10px;
	text-align: right;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.5em;
}

#mainpict {
	border: 0;
	height: 290px;
	width: 740px;
	overflow: hidden;
	position: relative;

vertical-align:bottom;
}


#mainpict_list {
	position: absolute;
	z-index: 0;
}

#mainpict_overlay {
	position: relative;
	width: 161px;
	height: 290px;
	opacity:0.4;filter:alpha(opacity=40);
	background-color: #000;
}

#mainpict_text {
	position: absolute;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 0.9em;
	padding: 15px 20px;
	width: 130px;
	opacity:1.0;filter:alpha(opacity=100);
	line-height: 1.5em;
	z-index: 99;
	bottom: 0;
	color: #e3e3e3;
}

#mainpict_ico {
	position: absolute;
	margin-left: 650px;
	width: 90px;
	height: 290px;
	opacity:0.4;filter:alpha(opacity=40);
	background-color: #000;
}

#mainpict_ico div {
	margin: 9px 0;
	height: 60px;
	width: 90px;
}

#mainpict_ico #vegv {
	background: url(../images/godkjent_vegvesen_b.png) center center no-repeat;
}
#mainpict_ico #nbf {
	background: url(../images/nbf_b.png) center center no-repeat;
}
#mainpict_ico #bosch {
	background: url(../images/bosch_b.png) center center no-repeat;
}
#mainpict_ico #eber {
	background: url(../images/eberspaecher_b.png) center center no-repeat;
}

#mainpict_ico #vegv:hover {
	background: url(../images/godkjent_vegvesen_c.png) center center no-repeat;
}
#mainpict_ico #nbf:hover {
	background: url(../images/nbf_c.png) center center no-repeat;
}
#mainpict_ico #bosch:hover {
	background: url(../images/bosch_c.png) center center no-repeat;
}
#mainpict_ico #eber:hover {
	background: url(../images/eberspaecher_c.png) center center no-repeat;
}

/******************* Left Nav ***************/

#leftmenu {
	clear: left;
	position: absolute;
	width: 150px;
	margin: 13px 0 10px 2px;
	font-size:0.9em;
}
#leftmenu ul {
	width: 150px;
	margin: 0 0 20px 0;
	font-size: 1em;
}

#leftmenu li{
	margin-bottom: 3px;
}

#leftmenu strong {
	font-weight: bold;
}

#leftmenu li a{
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 2px 0 2px 13px;
	margin-left: 13px;
	border: 1px solid #e1e1e1;
}
#leftmenu li a:before{
	content: url(../images/dot.png);
}

#leftmenu li a:hover, #leftcurrent {
	background-color: #fafafa;
	color: #333;
	text-decoration: none;
}

#leftmenu #leftcurrent {
	background-color: #fafafa;
}

#leftmenu .info {
	margin-left: 17px;
	border-left: 1px solid #e1e1e1;
	padding-left: 6px;
}

/******************* Main Contents ***************/

#contents {
	margin: 13px 0px 0px 158px;
	height: 100%;
	min-height: 300px;
	padding: 0 0px 0px 10px;
	line-height: 1.5em;
	text-align: left;
	background-color: #fff;
	font: 110% Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif ;
}

#contents h1 {
	font-size: 1.2em;
	margin: 0 0 12px 0;
	background-color: #e1e1e1;
	padding: 3px 8px;
	font-weight: bold;
	font-family: Verdana,Tahoma,Arial,sans-serif;
}

#contents h2, #contents h3 {
	font-size: 100%;
	margin: 0.1em 0;
	padding-bottom: 3px ;
	font-weight: bold;
}

#contents h3 {
	font-size: 100%;
}

#contents img {
	margin: 0;
	padding: 1px;
	display: inline;

}

#contents a {
	text-decoration: underline;
	color: #333;
}

#contents a:hover{
	text-decoration: none;
	color: #000;
}

#contents a img{
	border: 0;
	text-decoration: none;
}

#contents em {
	font-style: italic;
}

#contents p {
	padding: 0.4em 0 0.4em 0;
	margin: 0;
}

#contents strong {
	font-weight: bold;
}

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

#contents li {
	margin: 4px 0 4px 20px;
	list-style: square;
}

#contents .tabl {
	display: table;
	1height: 300px;
}

#contents .col {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	padding: 4px 15px 13px 9px;
}

/* Front */
#contents .front_info {
	width: 100%;
	text-align: center;
}

/* Kontakt */
#contents #opening {
	margin: 2px 0;
	padding-top: 2px;
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
	height: 40px;
}

#contents #opening .left {
	margin: 2px 0;
	display: inline;
}

#contents #opening .right {
	margin: 2px 0;
	margin-left: 90px;
}

/* Tilbud */
#contents .info {
	width: 100%;
}

#contents .info {
	margin: 2px;
	float: left;
	background: #ececec;
	width: 49%;
	min-height: 130px;
	position: relative;
}

#contents .info_infopic {
	float: left;
	width: 134px;
	display: inline;
	text-align: center;
}

#contents .info img {
	vertical-align: middle;
	background-color: #eee;
	margin: 2px; 0;
	padding: 0;
}

#contents .info_info {
	margin: 4px;
	margin-left: 134px;
}

#contents .info_info p {
	margin: 1px; 0;
	padding: 1px 0;
}

#contents .info_info p:first-child {
	border-bottom: 1px solid #f8f8f8;
}

#contents .info_info_more {
	width: 98%;
	text-align: right;
	position: absolute;
	bottom: 0;
}

#contents .info_texthead {
	color: #333;
}

/* Bruktbiler */
#contents .info_used {
	margin: 2px;
	float: left;
	width: 47%;
	background: #ececec;
	padding: 6px;
	min-height: 110px;
	position: relative;
}

#contents .info_used img {
	margin: 0;
	padding: 0px;
	vertical-align: middle;
        background-color: none;
        border: 0;
}

#contents .info_used .right{
	margin-top: 3px;
}

#contents .info_used .right img {
        margin: 0;
        background-color: #eee;
        border: 1px solid #333;
}

#contents .info_used small {
	color: #888;
}

#contents .info_used p {
	padding: 0 0 1px 0;
}

#contents .info_more {
	position: absolute;
	bottom: 0;
	padding-bottom: 2px;
}

#contents .info_more p {
	padding: 0;
}

#contents .info_highlight {
	color: #EE3300;
}

#contents .info_used_spacer {
	height: 15px;
}

/* Info side */
#contents .info_table {
	margin: 15px 0;
}

#contents .info_table table {
	width: 350px;
	border-collapse: collapse;
}

#contents .info_table thead, #contents .info_table th {
	text-align: left;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #fefefe;
	background: #f4f4f4;
	padding: 2px 4px;
}

#contents .info_table td {
	background: #efefef;
	width: 50%;
	padding: 1px 4px;
	margin: 1px 0;
}


#contents .info_main_picture {
	margin: 0 0 6px 0;
	text-align: center;
	min-height: 164px;
}

#contents .info_main_picture_text {
        width: 100%;
	text-align: center;
	line-height: 1.2em;
}

#contents .info_main_picture img {
	padding: 0;
        border: 1px solid #dfdfdf;
}

#contents .info_note {
	float: right;
	margin: 10px 15px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
}

#contents .info_pictures {
	width: 198px;
	float: right;
	background: #ececec;
	padding: 6px 4px;
	margin: 0 10px 10px 5px;
}

#contents .info_picture {
	width: 90px;
	float: left;
	margin: 2px;
	min-height: 60px;
	text-align: center;
	margin-bottom: 5px;
}

#contents .info_picture img {
	margin: 0 2px;
	padding: 0;
        background-color: #eee;
        border: 1px solid #dfdfdf;
}

#contents .info_picture_text {
	display: none;
}

/******************* Footer Details ***************/

#footer {
	clear: both;
	margin: 0 auto;
	padding: 6px 0;
	width: 740px;
	text-align: center;
	background-color: #e4e4e4; 
	color: #bababa;
	font-size: 0.9em;
}

#footer a {
	color: #bababa;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: overline;
}

/******************* Image Display Settings ***************/

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearleft {
	clear: left;
	height: 0;
}

.left {
	margin: 10px 10px 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.hide{
	display: none;
}

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

#form {
	margin: 5px 20px 30px;
	line-height: 1.5em;
}

#form fieldset {
	border: 1px solid #e1e1e1;
	width: 510px;
	padding: 10px 0 10px 15px;
}

#form legend {
	padding: 0 5px;
	font-weight: bold;
}

#form label {
	color: #000;
	position: absolute;
	display: inline;
}

#form input, #form textarea, #form select  {
	margin-left: 80px;
	border: 1px solid #e1e1e1;
	background: #fafafa;
	margin: 2px 0 1px 80px;
}

#form textarea {
	margin-left: 0;
	margin-bottom: 15px;
}

#form .contact_type {
	width: 100%;
}

#form #contact_parts {
	display: none;
}

#form input[type=submit] {
	padding: 3px 6px;
}

#form .form_submit input {
	border: auto;
}

