﻿/**** Tekst & baggrund ****************/


BODY {
	font: 8pt Tahoma;
	color: #FFFFFF;
	background-image: url("GFX/bg.gif");
	margin-top: 0px;
	margin-bottom: 0px;	
}

td
{
	font: 8pt Tahoma;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;	
}

/***  Overskrift ****/
H1 {
	font: 10pt Tahoma;
	font-weight: bold; 
	margin-top: 0px;
	margin-bottom: 0px;
}

/***  main tekst knapper ****/
H2 {
	font: 10pt Tahoma;
	margin-top: 0px;
	margin-bottom: 0px;
}


/***  Overskrift Størrelse og priser ****/
H3 {
	font: 8pt Tahoma;
	font-weight: bold; 
	background-color: #C10000;
	margin-top: 0px;
	margin-bottom: 0px;
}


/***  Størrelse og priser ****/
H4 {
	font: 10pt Tahoma;
	background-color: #282828;
	margin-top: 0px;
	margin-bottom: 0px;
}



/***  Navn & adresse bund ****/
H6 {
	font: 8pt Tahoma;
	text-align:center; 

}

/****       Links      ****************/

A {
	text-decoration: none ;
	color:white;
}

A:Hover {
	text-decoration: none ;
	color: #E00001;
}


.PageLeft
{
	width: 37px;
	background-image: url("GFX/side_left.gif");
	background-repeat: no-repeat;
	cursor: hand;
}
.PageRight
{
	width: 37px;
	background-image: url("GFX/side_right.gif");
}

.MainDiv
{
	width: 831px;
}

.Menu 
{
	cursor: hand;
	font: 10pt Tahoma;
	font-weight: bold; 
	margin-top: 0px;
	margin-bottom: 0px;
}

.BottomDetails
{
	background-image: url("GFX/bund.gif");
	width: 831px;
	text-align: center;
	font: 8pt Tahoma; 
	margin-top: 0px;
	margin-bottom: 0px;
}

.TopMenuItem
{
	background-image: url("GFX/main-button-tile.gif");
	background-position: center;
	background-repeat: repeat-x;
	margin: 0px;
	white-space: nowrap;
	text-align: center;
	font-size: 12;
	font-weight: bold;
}

.TopMenuItemOnlineKatalog
{
	background-image: url("GFX/main-button-tile.gif");
	background-position: center;
	background-repeat: repeat-x;
	margin: 0px;
	white-space: nowrap;
	text-align: center;
	font-size: 12;
	font-weight: bold;
	color: #ffe706;
}

.SubMenuItem
{
	background-image: url("GFX/sub-button-tile.gif");
	background-position: center;
	background-repeat: repeat-x;
	margin: 0px;
	white-space: nowrap;
	text-align: left;
	padding-left: 4px;
	font-size: 12;
	font-weight: normal;
}

.TopMenuItemOver
{
	background-image: url("GFX/main-buttonOver-tile.gif");
	background-position: center;
	background-repeat: repeat-x;
	margin: 0px;
	white-space: nowrap;
	text-align: center;
	font-size: 12;
	font-weight: bold;
}

.SubMenuItemOver
{
	background-image: url("GFX/sub-buttonOver-tile.gif");
	background-position: center;
	background-repeat: repeat-x;
	margin: 0px;
	white-space: nowrap;
	text-align: left;
	padding-left: 4px;
	font-size: 12;
	font-weight: normal;
}

/****       Katalog      ****************/

.ProduktTable
{
	background-color: #ffffff;
	border: solid 1px #ff0000;
	text-align: left;
}

.ProduktTable td
{
	padding-left: 5px;
}

.ProduktTableDetails
{
	background-color: #fffff0;
	color: Black;
}

.ProduktTableHeader
{
	background-color: #393939;
	padding-top: 2px;
	padding-bottom: 2px;
	color: White;
	font-size: 12;
}

.ProduktTableSectionRow
{
	cursor: pointer;
	border-top: #666666 2px solid;
	color: Black;
}

.ProduktTableSectionRowGray
{
	border-top: #666666 2px solid;
	background-color: #393939;
	font-weight: bold;
	color: White;
}

.ProduktRowGray
{
	background-color: #393939;
}

.ProduktTableRow
{
	cursor: pointer;
	border-top: solid 1px #c2c2c2;
	color: Black;
}

.CarType
{
	font-size: 1.8em;
	font-weight: bold; 
	text-align: left ;
}

.CarTypeData
{
	font-size: 1.2em;
	font-weight: bold; 
	text-align: left;
}

.CarTypeDataSmall
{
	font-size: 0.8em;
	font-weight: bold; 
	text-align: left ;
}

.ProductType
{
	background-color: #393939;
	color: White;
	font-size: 12;
	font-weight: bold;
}

.ProductTypeSelected
{
	background-color: #393939;
	color: #E00001;
	font-size: 12;
	font-weight: bold;
}

/************************************************************/
