/* Standard brødtekster */
.standard
{
	font-family: verdana;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
.marked
{
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	background-color: #DFF0E3;
	margin: 0px;
}

/* Overskrifter */
h1.heading1
{
	font-family: verdana;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
}
h2.heading2
{
	font-family: verdana;
	font-size: 14px;
	color: #333333;
	margin: 0px;
}
h3.heading3
{
	font-family: verdana;
	font-size: 13px;
	color: #333333;
	margin: 0px;
}


h1.Pigerheading1
{
	font-family: verdana;
	font-size: 18px;
	font-weight: normal;
	color: #AF6D9D;
	margin: 0px;
}

h2.Pigerheading2
{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #AF6D9D;
	margin: 0px;
}

h1.Drengeheading1
{
	font-family: verdana;
	font-size: 18px;
	font-weight: normal;
	color: #86A5D4;
	margin: 0px;
}

h2.Drengeheading2
{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #86A5D4;
	margin: 0px;
}

/* Link */
a.txtLink
{
	text-decoration: underline;
	color: #000000;
}
a.txtLink:hover
{
	text-decoration: underline;
	color: #666666;
}

/* Varegrupper */
.varegr_field {
	background-color: #EBEEEF;
	height: 70px;
	padding-left: 2px;
}
.varegr_overskrift {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}
.varegr_design_navn {
	font-family: verdana;
	font-size: 11px;
}
.varegr_pris {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}
.varegr_info_tekst {
	font-family: verdana;
	font-size: 11px;
}

/* Shopping basket */
.basket_unit_field {
	height: 39px;
	background-color: #EBEEEF;
}
.basket_produkt_navn {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}
.basket_dessin_navn {
	font-family: verdana;
	font-size: 11px;
}
.basket_vare_pris {
	padding-top: 4px;
	padding-right: 4px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	width: 100px;
}
.basket_nb_field {
	padding-top: 4px;
	vertical-align: top;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	width: 52px;
}
.basket_up_down {
	padding-top: 4px;
	vertical-align: top;
	width: 38px;
}
.basket_total_field {
	background-color: #CDD4D7;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
	height: 30px;
}

/* Kassen */
.kasse_feltnavn {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
}
.kassen_textfield {
	width: 100%;
	border: solid 1px #333333;
	margin-left: 5px;
	font-family: verdana;
	font-size: 11px;
}
.kassen_kontrolcifre {
	width: 50px;
	border: solid 1px #333333;
	margin-left: 5px;
	font-family: verdana;
	font-size: 11px;
}
.kassen_dato_drop {
	width: 60px;
	border: solid 1px #333333;
	margin-left: 5px;
	font-family: verdana;
	font-size: 11px;
}

/* HR */
.theHR {
	height: 1px;
	background-color: #000000;
}
div.theHR HR {
	display: none;
}