/*  Makronet's skabelon  -  Lavet af Thomas Makro */

.kodeTekst {
  font-family: Courier New;
	color: #000000;
	background: #E6E6FA;
	border: 0px none #E6E6FA;
	margin-left: 0px;
	margin-right: 5px;
	qwidth: 95%;
	padding: 10px;
	min-width: 5px;
/*	line-break: strict;
	padding-top: 20px;*/
}

h1 { /* Overskrift på forsiden, og kun der */
	font-family: arial, helvetica;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 35px;
	font-style: italic;
	background-color : transparent; 
		padding : 7px 1px 0px 1px;
	}
h3 { 
	font-family: arial, helvetica;
	color: #000000;
	text-align: left;
	font-weight: bold;
	font-size: 1 em;
	font-style: normal;
	background-color : transparent; 
	padding : 7px 1px -7px 0px;
	qpadding-bottom: -9px;
	margin: 0px;
	page-break-after: left;
}
body {
	/* background-color : #FFFFFF; */
	margin-top : 0px;
	margin-left : 0px;
	margin : 0px 0px 0px 0px;
	border : none;
	margin-right : 0px;
	}

/******************* KUN TABEL relaterede tags start  ************/
.mastertabellen { /* Den overordnede tabel der huser alle andre tabeller */
	background-color : #6600CC;
	TESTbackground-color : #557788; 
	border : 2px solid;
	border-color : #6600cc; 
	width: 95%;
/*	padding: 0px 0px 0px 0px;*/
		border-collapse: collapse;
		border-right: 7px solid #6600CC;
}
.mastertabellen td { /* Den overordnede tabel der huser alle andre tabeller */
	font-family: arial, helvetica;
	font : 14px;
	background-color : inherit;
	color: white;
	line-height: 50%;
	text-align: left;
	background: transparent;
	padding : 1px 0px 1px 2px;
	Xborder : 2px dashed red;
	vertical-align: top;
}

.MenuKasse {  
	width: 185 px; 
	table-layout: auto;	
	vertical-align: top;
	Xpadding-left: 10px;
	border: 1px solid black;
	border-collapse : collapse;
}
.MenuKasse TH {
	font-family: arial, helvetica;
	font : 14px;
	text-align: left;
	font-weight: normal;
	border-bottom: 5px;
	background-color : black;
	border : 0px none;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;

	color: white;

}
.MenuKasse TD{
	font-family: arial, helvetica;
	font : 14px;
	border: none;
	border-spacing : 0px;
	table-layout : fixed;
	background : #E1E1E1;
	color: Black;
/*	padding : 1px 1px 1px 5px;*/
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;

	vertical-align: top;
}

.TekstTabel { /* Hovedvinduet (tabel-celle) */
	border-collapse: collapse;
	border-bottom: 12px solid #6600CC;
}
.TekstTabel TR {}
.TekstTabel TH {
	font-family: arial, helvetica;
	font : 14px;
	color: White;
	/*padding : 1px 1px 1px 1px;*/
	padding : 3px 2px 2px 2px;
	line-height: 115%;
	border-spacing : 2px;
	background-color : black;
	text-align: center;
}
.TekstTabel TD {
	font-family: arial, helvetica;
	font : 14px;
	color: Black;
	background : White;
	padding : 5px 15px 5px 15px;
	line-height: 130%;
}

	
.CentreretCelle{
	text-align: center;	
}

.RightTekst {
	text-align: right;
	border : 0px solid;
	padding : 2px 2px 2px 5px;

}

/*************** KUN TABEL relaterede tags slut  ******************/
img{
	border: 0px none White;
}

p {
	font-family: arial, helvetica;
	font : 14px;
	border-collapse : inherit; 
	border-spacing : 2px;
	background-color : transparent;
	border : 0px solid;
	padding : 0px 0px 5px 0px;
	line-height: 125%;
}


A:link {
	font-family: arial, helvetica;
	font : 14px;
	color: #6600cc;
	background-color : transparent;
	font-weight: normal;
	Xfont-size: 100%; 
	text-decoration: none;
}

A:visited {
	font-family: arial, helvetica;
	font : 14px;
	color: #6600cc;
	font-weight: normal;
	text-decoration: none;
	background-color : transparent;
}

A:active {
	font-family: arial, helvetica;
	font : 14px;
	color: #6600cc;
	font-weight: bolder;
	text-decoration: underline;	
	Xfont-size: 100%;
	font-style : italic;
}

A:hover {
	font-family: arial, helvetica;
	font : 14px;
	color: #6600cc;
	font-weight: normal;
	text-decoration: underline;
	Xfont-size: 100%; 
	background-color : transparent;
}


/* Start printervenlig   */
.MenuListning{
	padding : 2px 2px 2px 5px;	
}
.PrinterVenligHeader{
	font : normal 24px;
	color: black;
	font-weight : bold;
	text-align: left;
	/*text-decoration: underline;	*/
}
.PrinterVenligHeader2{
	font : normal 24px;
	color: white;
	font-weight : bold;
	text-align: left;
	text-decoration: underline;	
}
.HvidOverskriftVenst{ /* Bruges på printervenlig */
	font-family: helvetica,arial, tahoma;
	font : normal 14px;
	color: White;
	padding : 2px 2px 2px 5px;
	line-height: 115%;
	border-spacing : 2px;
	background-color : black;
	text-align: left;
}
/* Slut printervenlig */