html, body {
	margin: 0;
	padding: 0;
}

body {
	background-image: url('gfx/bodybg.gif');
	background-repeat: repeat-x;
	background-position: top left;

	font-family: "Microsoft Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #454545;
	line-height: 180%;
}

h1 {
	font-family: Georgia, "Microsoft Sans Serif", sans-serif, "Trebuchet MS";
	font-size: 22px;
	color: #012;
	font-weight: normal;
}

h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-weight: normal;
	font-size: 14px;
}

a img {
	border: 0;
}

.strong {
	font-weight: bold;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clr {
	clear: both;
}

.aleft {
	text-align: left;
}

.aright {
	text-align: right;
}

ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

li {
	background-image: url("gfx/li.gif");
	background-repeat: no-repeat;
	background-position: 0 10px;

	padding-left: 15px;

	list-style: none;
}

.margin {
	margin: 5px;
}

.left.margin {
	margin: 0 10px 10px 0;
}

.right.margin {
	margin: 0 0 10px 10px;
}

#bjorn-image {
	float: left;
	margin: 0 10px 10px 0;
}

div {
	padding: 0;
	margin: 0;
}

a {
	color: #147;
}

a:hover {
	color: red;
}

input, textarea, select {
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #454545;
	background-color: #fafafa;
}

/******************************************************************************/

#site {
	width: 680px;
	margin: 0 50px;
}

#logo {
	padding-top: 80px;
	height: 70px;
}

#logo h1 {
	font-family: Georgia;
	font-size: 24px;
	color: #fff;
}

#logo h1 a {
	text-decoration: none;
	color: #fafafa;
}

#logo h1 a:hover {
	color: #999;
}

#content {
	background-image: url('gfx/content.jpg');
	background-repeat: no-repeat;
	background-position: top right;

	padding-top: 10px;
	margin-left: 80px;
}

/******************************************************************************/

#footer {
	clear: both;

	background-image: url("gfx/hr.gif");
	background-repeat: no-repeat;

	margin-left: 80px;
	margin-top: 20px;
	padding: 5px;

	text-align: center;

	color: #777;
}

#footer a {
	color: #555;
}

#footer a:hover {
	color: red;
}

/******************************************************************************/

#nav {
	padding-left: 50px;
	padding-top: 5px;
	height: 35px;
}

#nav a {
	background-position: top left;
	background-repeat: no-repeat;

	display: block;
	float: left;

	width: 103px;
	height: 35px;
	margin-right: 5px;
}

#nav a span {
	display: none;
}

#nav a.about {
	background-image: url('gfx/buttons/about.gif');
}

#nav a.about:hover {
	background-image: url('gfx/buttons/about_hover.gif');
}

#nav a.about_sel {
	background-image: url('gfx/buttons/about_sel.gif');
}

#nav a.references {
	background-image: url('gfx/buttons/references.gif');
}

#nav a.references:hover {
	background-image: url('gfx/buttons/references_hover.gif');
}

#nav a.references_sel {
	background-image: url('gfx/buttons/references_sel.gif');
}

#nav a.services {
	background-image: url('gfx/buttons/services.gif');
}

#nav a.services:hover {
	background-image: url('gfx/buttons/services_hover.gif');
}

#nav a.services_sel {
	background-image: url('gfx/buttons/services_sel.gif');
}

#nav a.holdings {
	background-image: url('gfx/buttons/holdings.gif');
}

#nav a.holdings:hover {
	background-image: url('gfx/buttons/holdings_hover.gif');
}

#nav a.holdings_sel {
	background-image: url('gfx/buttons/holdings_sel.gif');
}

#nav a.contact {
	background-image: url('gfx/buttons/contact.gif');
}

#nav a.contact:hover {
	background-image: url('gfx/buttons/contact_hover.gif');
}

#nav a.contact_sel {
	background-image: url('gfx/buttons/contact_sel.gif');
}

#nav a.sons {
	background-image: url('gfx/buttons/sons.gif');
}

#nav a.sons:hover {
	background-image: url('gfx/buttons/sons_hover.gif');
}

#nav a.sons_sel {
	background-image: url('gfx/buttons/sons_sel.gif');
}
