html, body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	background-color: #f5f5fa;
}

a {
	color: #002d5e;
	font-weight: bold;
}

h1, h2, h3 {
	color: #002d5e;
	margin: 0;
}

#header,
#content,
#footer {
	margin-left: 2em;
	
}

#header,
#footer {
	width: 808px;	
}

#header {
	background-image: url('/media/images/bresons_banner2.jpg');
	height: 128px;
	margin-top: 0.5em;
}

#content {
	width: 792px;
	top: 0;
	padding: 3px;
}

#navigation {
	position: absolute;
	top: 100px;
	left: 300px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	margin-right: 1em;
}

#footer {
	clear: both;
	background-image: url('/media/images/footer.jpg');
	background-repeat: no-repeat;
	height: 35px;
	color: white;
	text-align: center;
	padding-top: 8px;
	margin-top: 1em;
	font-size: 10pt;
}

#footer a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

#maskinlista dt {
	background-color: #002d5e;
	color: white;
	text-transform: uppercase;
	font-size: 10pt;
	padding: 2px;
	margin-top: 1em;
}

#maskinlista dt span.kommentar {
	text-transform: none;
	font-style: italic;
}

#maskinlista dt span.kommentar a {
	color: white;
	font-weight: normal;
}


#maskinlista dd {
	margin: 0;
}

div.bildspalt {
	float: left;
	margin-top: 1em;
	text-align: center;
}

div.bildspalt .bild {
	margin-bottom: 1em;
}

div.bildspalt .bild .bildtext {
	margin: 0;
	font-style: italic;
	font-size: 9pt;
}

div.innehall {
	margin-top: 1em;
	margin-left: 268px;
}

div.vcard{
	margin: 1em 0;
}

div.vcard .fn,
div.vcard .org {
	font-weight: bold;
}

div.vcard .email {
	display: block;
}

div.vcard .adr {
	margin-bottom: 0.5em;
}

span#kurslista {
	font-size: 10pt;
	font-style: italic;
}