/* Style overrides */
* {
	margin: 0;
	padding: 0;
}

html {
	background: white url('images/bakgrunn.gif') repeat-x; /* #CAD8DB */
	color: black;
	font: 12px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}

body {
	background-color: white;
	margin: 0 auto;
	width: 900px;
}

a	{ color: #4C7C8F; text-decoration: none; }
a:hover { color: #CCCCCC; }
a img	{ border: 0 none; }

ul, ol {
	margin-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 1em;
}

br{
	clear:both;
}

h2 {
	color: #73A9BE;
	font: italic 25px Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	margin-bottom:4px;
}

h3 {
	margin-top: 1em;
	color: #73A9BE;
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	margin-bottom:2px;
}

h4 {
	color: #73A9BE;
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}


/* Classes */

a.header	{ color: inherit; }
a:hover.header	{ color: #CCCCCC; }

ul.bullet li {
	background:url(images/bullet.gif) 0em 0.5em no-repeat; /* change background em accordingly */
	list-style: none;
	padding-left: 0.8em;
}

.bullet ul li { background-image:url(images/bullet_child.gif); }


div.img_right {
	border: none
	height: auto;
	width: auto;
	float: right;
	padding: 10px;
	clear: both;
}

div.img_center {
	border: none
	height: auto;
	width: auto;
	padding: 10px;
	clear: both;
}

.link_img img {
	border: 1px dotted white;
}
.link_img a:hover img {border: 1px dotted #235F7C;}

/*- --- ---- ---- ---- ---- --*/
/*- --- Price info tables --- */

table.decorated {
	width:100%;
	margin-top:1em;
	border-collapse:collapse;
	border-spacing:0;
}

.decorated th {
	background-color: #d5e4eb;
	text-align: left;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight: normal;
}
.decorated td{
	border-color:#235F7C;
	border-bottom-style:dotted;
	border-width:thin;
	border-width:1px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color: #000000; font: 11px  Arial,Verdana, Helvetica, sans-serif;
	text-align: left;
}

.compact td{
	margin:0;
	padding-top: 0px;
	padding-bottom: 0px;
}


.decorated-inner-top td{
	border-style:none;
	border-top-style:dotted;
	padding-bottom:1px;
}
.decorated-inner td{
	border-style:none;
	padding-bottom:1px;
	padding-top:1px;
}
.decorated-inner-bottom td{
	border-style:none;
	border-bottom-style:dotted;
	padding-top:1px;
}

ul.footnote {
	font-size: 11px;
	text-align:right; 
	list-style-type:none; 
	margin-bottom:1em;
}

/*- --- ---- ---- --- */
/* --- Info-boxes --- */
.info {
	float: right;
	clear: both;
	border-left: 1px dotted #73a9be;
	margin: 1em 1em 1em 0.5em;
}

.infobox {
	float: right;
	clear: both;
	border: 1px dotted #73a9be;
	margin-left: 0.5em;
	margin-right:1em;
}

.info p{
	padding-left: 1em;
}
.info h4{
	padding-left: 1em;
}

dl.input dt {
	float: left;
	text-align: right;
	width: 3em;
	padding:0;
}

dl.input dt:after {
	content: ":";
}

dl.input dd {
	margin-left: 4em;
}

div.width-wrap{
	width:80%;
}
