body {
	background-color: #333;
	font-family: arial;
	font-size:14px;
	padding-top:0px;
}

img{
	border:0;
}

h1{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#1C3367;
font-style: italic; 
font-size:30px;
font-weight: 100


}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(Date.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}



h2{
	color:#5179B4;
font-weight:bold;
font-size:16px;
}

h7{
	font-size: 14px;
	color: #0CF;
	font-weight: bold;
	}
	
	
h8{
	font-size:14px;
	color: #FFF;
	font-weight: bold;
	}
	
h9{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #1C3367;
	font-weight: bold;
	font-size:32px;
	}
	

h10{
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: 100;
	font-size:12px;
	}
	

infofont{
	font-family: Arial, Helvetica, sans-serif;
	color: # 000;
	font-weight: 400;
	font-size:13px;
	}
	
	infofontbold{
	font-family: Arial, Helvetica, sans-serif;
	color: # 000;
	font-weight: bold;
	font-size:13px;
	}


td1{
	background-image: url(img/leiepriser.png)
}


li{
	color:#0e4db5;
font-weight:bold;
font-size:16px;}

p{font-size:13px;
color:#000}
p.recommendation{
font-style:italic;
}

mi{
	text-decoration: none;
	color:#0e4db5;
	font-size:12px
	}


a.default:link {text-decoration: none;color:#FFFFFF;font-weight:bold;}
a.default:visited {text-decoration: none;color:#FFFFFF;font-weight:bold;}
a.default:hover {text-decoration: underline;color:#FFFFFF;font-weight:bold;}
a.default:active {text-decoration: none;color:#FFFFFF;font-weight:bold;}

a:link {
	text-decoration: none;
	color:#CCC;
}
a:visited {
	text-decoration: none;
	color:#CCC;
}
a:hover {
	text-decoration: underline;
	color:#CCC;
}
a:active {
	text-decoration: none;
	color:#CCC;
}

.contentRow{

	background-image: url(img/contentBackground.png); 
	background-repeat: repeat-y; 
}


.center{


	    margin-left: auto;
    margin-right: auto;

	
	

}


div.content{
	text-align: left;
	margin-left:50px;
	margin-right:50px;
	margin-bottom:20px;

}

.header{
	background-image: url(img/header.png); 
	


}
