* {	margin: 0px;padding: 0px; }

body { width: 100%;height: 100%; }

.right { float: right; }
.left { float: left; }
.center { text-align: center; }

.blue { color: #336699; }
.red { color: #cc0000; }
.grey { color: #888; }
.nonactive {color: #666;}
.bold { font-weight: bold; }
.uppercase { text-transform: uppercase; }
.italic { font-style: italic; }
.ingress { font-size: 1.1em;font-weight: bold;color: #444; }
.smallfont { font-size: 0.9em; line-height: 1.3em;}
.tinyfont { font-size: 0.85em; line-height: 1.1em;}
.widthauto { width: auto; }
.borderless { border-style: none; }
.underline { text-decoration: underline; }
.linethrough { text-decoration: line-through; }

.print, .hidden, span.epost { display: none; }

span.epost {}

img { border: none; }

br.clear {
	float: none !important;
	display: block !important;
	clear: both !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	height: 0.1px !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
br.clear:after {
	content: ".";
	display: block;
	height: 0.1px;
	clear: both;
	font-size: 0;
	visibility: hidden;
}

hr {
	clear: both;
	width: 99%;
	margin: 0;
	padding: 0.5em 0;
	height: 1px;
	border-top: 1px dashed #e1e1e1;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	background-color: transparent;
	color: #fff;
}


ol { margin: 1em 1em 1em 2.5em;padding: 0; }
ol li, ol.decimal li { margin: 0 0 0 0;list-style-type: decimal; }

ul { margin: 1em 1em 1em 1.5em; padding: 0; }
ul li { margin: 0 0 1em 0;padding: 0;list-style-type: circle;  }
ul li li { margin: 0 0 1em 0;list-style-type: disc; }
ul li li li { margin: 0 0 0.1em 0;list-style-type: circle; }

DIV.row { clear: both; position: relative; display: block; width: 100%; margin: 0 0 1em 0; }

DIV.fourColumns,
DIV.threeColumns,
DIV.twoColumns { width: 100%; }

DIV.column { float: left;position: relative; }

DIV.twoColumns .one { width: 63%; }
DIV.twoColumns .two, DIV.twoColumns .twoNoPrint { float: right; width: 35%; }

DIV.threeColumns DIV.column { width: 32%; }
DIV.fourColumns DIV.column { width: 23%; }

DIV.threeColumns .one, DIV.threeColumns .two, DIV.fourColumns DIV.one, DIV.fourColumns DIV.two, DIV.fourColumns DIV.three  { margin-right: 1%; }

#leftSide,
#rightSide,
DIV.column,
DIV.row,
DIV.text { display: block;min-height: 20px; }

/* ------------ tables -------------- */

table { width: 99%;margin: 1em 0;padding: 0;line-height: 1.6em; }

th { font-weight: bold; }
th, td { padding: 0;vertical-align: top;text-align: left; }

.alignRight { text-align: right; }
.alignLeft { text-align: left; }
.alignCenter { text-align: center; }
/* ------ Henrik  ------ */
.alignMiddle {vertical-align: middle;}
.alignTop {vertical-align: top;}
.alignBottom {vertical-align: bottom;}
/* ---- Slut Henrik  --- */

/* ------------ forms -------------- */

form { margin: 0;padding: 0;border: none; }

input, select, button, textarea { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 9px; }
input, select, button { margin: 0;padding: 0 0.1em; }
select { border: 1px solid #d3d3d3;background-color: #fff; }
option { padding: 0 0 0 0.5em; }
.button {
	margin: 0 0 0 0.5em;
	padding: 0 5px;
	border-left: 1px solid #a2acb5;
	border-top: 1px solid #a2acb5;
	border-right: 1px solid #4f5357;
	border-bottom: 1px solid #000;
	background: url("img/bg_gradient.gif") repeat-x bottom left;
	font-weight: bold;
  	color: #333;
}



