html{color:#000;background:#FFF;}body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body 
{
    margin-left: 20px;
	font-family: verdana, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	line-height: 145%;
}

/* Kolonne overskrifter i bil liste */
.carlistheadline {
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}
/* Border der adskiller bilerne i listen */
.listDivider {
	border-top: 1px solid;
	color: #cccccc;
	height: 1px;
}

img {
	border: 0px;
}

h1 
{
    text-align: center;
	font-size: 15pt;
	font-weight: normal;
	margin-top: 10px;
}

h2 {
	font-size: 12pt;
	font-weight: normal;
	margin-top: 25px;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

table.list {
    width: 760px;
}

table.details
{
    width: 760px;
}

tr.dark {
    background-color: #e2e6ec;
}

td.right
{
    text-align: right;
    vertical-align: top;
}

td.spacer 
{
    padding-top: 20px;
    padding-bottom: 20px;
}

td.image
{
    text-align: right;
}

td 
{
    padding-top: 5px;
	vertical-align: middle;
	font-size:11px;
}


a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}
