* {
	margin: 0;
	padding: 0;
}

html,body {
	margin: 10px;
	background: #dcdcdc;
}

.clear {
	clear: both;
}

.ad {
	margin: 10px 0 0 7px;
}

/* divs */

#container {
	width: 760px;
	margin: 0 auto;
	background: url('../images/bg.gif');
}

#header {
	width: 740px;
	height: 90px;
	padding: 10px;
	background: url('../images/header.gif');
}

#menu {
	width: 740px;
	height: 50px;
	margin-left: 10px;
	background: url('../images/menu.gif');
}

#content {
	padding: 0 10px 15px 10px;
}

#left {
	display: inline;
	float: left;
	margin-left: 17px;
	width: 488px;
}

#right {
	display: inline;
	float: right;
	margin-right: 17px;
	width: 200px;
}

#footer {
	width: 760px;
	height: 70px;
	background: url('../images/footer.gif');
}

/* header */

#header p a {
	display: block;
	width: 179px;
	height: 21px;
	position: relative;
	top: 40px;
	left: 27px;
	background: url('../images/logotype.gif');
	text-indent: -999em;
}

/* menu */

#menu ul {
	list-style: none;
	margin-left: 7px;
	line-height: 45px;
}

#menu ul li {
	display: inline;
	margin-left: 20px;
}

#menu ul li a {
	font: bold 10px Verdana, Tahoma, Sans-serif;
	text-decoration: none;
	color: #539B1F;
	border-bottom: 1px solid #539B1F;
}

/* footer */

#footer ul {
	padding: 12px 27px;
	list-style: none;
}

#footer ul li {
	font: normal 10px/18px Verdana, Tahoma, Sans-serif;
	color: #aaa;
}

#footer ul li a {
	color: #aaa;
	text-decoration: none;
}

/* typography */

h1,h6 {
	width: 468px;
	height: 20px;
	border-top: 1px solid #539B1F;
	background: url('../images/heading.gif') repeat-x 0 1px;
	font: bold 10px/20px Verdana, Tahoma, Sans-serif;
	color: #539B1F;
	padding: 10px 10px 0 10px;
	margin-top: 17px;
}

h6 {
	width: 180px;
	height: 20px;
}

h2 {
	padding-left: 10px;
	font: normal 10px/20px Verdana, Tahoma, Sans-serif;
	text-decoration: underline;
}



#content p {
	padding: 8px;
	font: normal 10px/24px Verdana, Tahoma, Sans-serif;
}

#content a {
	color: #539B1F;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

em {
	font-weight: bold;
	font-style: normal;
}

/* #right */

#right ul {
	padding: 8px;
	list-style: none;
}

#right ul li {
	font: normal 10px/20px Verdana, Tahoma, Sans-serif;
}

/* lists */

#content #left ul {
	margin-left: 40px;
}

#content #left ul li {
	font: normal 10px/20px Verdana, Tahoma, Sans-serif;
}

/* bottom */ 

#bottom {
	width: 740px;
	margin: 0 auto;	
}

#bottom p {
	color: #aaa;
	text-align: center;
	font: normal 10px/20px Verdana, Tahoma, Sans-serif;	
}

#bottom p a {
	color: #aaa;
	text-decoration: none;
}

/* länksida */

#menu ul li .non-important {
	color: #aaa;
	border-bottom: 1px solid #c0c0c0;
}

dl {
	padding: 10px;
	list-style: none;
	font: normal 10px/20px Verdana, Tahoma, Sans-serif;
}
