/* top right bottom left */

BODY {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	background-color: #e6e6e6;
}

BODY, P {
	font-family:	arial, helvetica, sans-serif;
	color:			#666666;
}

A:link		{ color: #ff0000;	text-decoration: none; }
A:visited	{ color: #ff0000;	text-decoration: none; }
A:active	{ color: #ff0000;	text-decoration: none; }
A:hover		{ 					text-decoration: underline; }

IMG					{ display: block; }
P, DT, OL LI, DD	{ font-size: 84%; line-height: 1.3em; }
DT					{ font-weight: bold; }
DD					{ padding-bottom: 16px; }
DD LI				{ list-style: outside; }

H1, H2, H3, H4, H5, H6 { text-transform: uppercase; letter-spacing: 0.1em; }

H1 { font-size: 105%; padding-top: 20px;}
H2 { font-size: 100%; }
H3 { font-size: 90%; }
H4 { font-size: 80%;}

h4 a:link { color: #FF6666;}

h4 A:visited	{ color: #FF6666;	text-decoration: none; }
h4 A:active	{ color: #FF6666;	text-decoration: none; }
h4 A:hover		{ color: #FF0000; text-decoration: underline; }

INPUT			{ font-size: 74%; }
INPUT.submit	{ padding: 1px 5px 1px 5px; font-size: 80%; text-transform:uppercase; }

div#container {
	position: relative;
	width: 744px;
	background-image: url(../images/bg.gif);
}

div.mainMenu {
	width:				100%;
	background-color:	#e6e6e6;
	border-left:		1px solid #c4c4c4;
	border-top:			1px solid #c4c4c4;
	border-right:		1px solid white;
	border-bottom:		1px solid white;
	padding:			0 0 3px 0;
}

div.mainMenu A {
	font-size:			70%;
	margin:				0 0 0 19px;
	text-transform:		uppercase;
}

div.mainMenu A:link, div.mainMenu A:active, div.mainMenu A:visited {
	color:				#666666;
	text-decoration:	none;
}

div.mainMenu A:hover {
	text-decoration:	underline;
}

div.aroundCont	{ width: 100%; padding-bottom: 50px; }
div.cont		{ width: 100%; }
div.contSupport	{ width: 100%; padding-top: 32px;}

div.bottom		{
	background-image: url(../images/bottom.gif);
	width:	744px;
	height: 98px;
}

TABLE.makeRoomTop { margin-top: 17px; }

.justLeft { margin-left: 19px; }

TABLE.priser {
	margin-bottom: 20px;
	font-size: 80%;
}

div.skjema { font-size: 84%; }

TABLE.priser TH {
	
	text-align: left;
}

TABLE.priser TD {
	border-top: 1px solid #ececec;
	
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

