body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #7E837F;
}

a img {
	border: 0;
}

a {
	color: #0000FF;
	text-decoration: none;
}

#webpage {
	width: 800px;
	margin: 0 auto;
}

#top {
	float: left;
	width: 200px;
	height: 130px;
}

#top h1 {
	text-indent: -2000px;
}

#menu {
	float: left;
	width: 600px;
	height: 111px;
}

#menu ul {
	list-style: none;
	margin: 0;
	margin-top: 105px;
	padding: 0;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#menu a {
	float: left;
	margin: 0 1px 0 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	background: url('images/tabs.png') no-repeat 0 0;
	border-bottom: 1px solid #7E837F;
	
	font-size: 90%;
}

#menu a span {
	float: left;
	display: block;
	padding: 6px 20px 6px 10px;
	white-space: nowrap;
	background: url('images/tabs.png') no-repeat 100% 0;
}

#menu a:hover {
	background-position: 0 -53px;
}

#menu a:hover span {
	background-position: 100% -53px;
}

#menu .active a {
	background-position: 0 -106px;
	border-color: white;
}

#menu .active a span {
	background-position: 100% -106px;
}

#content {
	clear: both;
	background: #FFF url('images/bg_content.gif') repeat-y;
	padding-bottom: 10px;
}

#content p {
	padding: 0 10px 0 10px;
}

#content h2 {
	background-image: url('images/bg_top.gif');
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 1.5em;
}

#bottom {
	text-align: center;
	background: #FFF url('images/bg_bottom.gif') no-repeat 0 100%;
	font-size: .8em;
	padding-top: 10px;
	padding-bottom: 5px;
}


/*********************************************
***		Boxarna på första sidan			***
*********************************************/

#left-side {
	width: 220px;
	float: left;
	margin-left: 10px;
}

#left-side table {
	width: 100%;
	border-collapse: collapse;
	font-size: 80%;
}

h3 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url('images/h3.png');
	background-repeat: no-repeat;
	padding: 2px;
	padding-left: 2px;
}

#left-side strong {
	
}

#left-side tr {
	vertical-align: top;
}

#main {
	/*width: 320px;*/	/* Om #right-side finns */
	width: 540px;
	float: left;
	margin-left: 10px;
}

#right-side {
	width: 220px;
	float: left;
	margin-left: 10px;	
}

.annons {
	border: 2px solid black;
	padding: 5px;
	-moz-border-radius: 10px;
}

#c {
	padding: 10px;
}

.annons h4 {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}




.bild_h {
	float: right;
	width: 267px;
	border: 0px solid silver;
	margin-left: 10px;
}

.bild_h p {
	font-size: 75%;
	margin: 0 0 2px 0;
}

.map {
	float: right; margin-right: 200px;
}



.clear {
	clear: both;
}




.xmas {
	white-space: nowrap;
	font-weight: bold;
	font-size: 2em;
	font-family: Georgia, serif;
}

.xmas .green {
	color: green;
}

.xmas .red {
	color: red;
}

.pre {
	white-space: pre;
}

.maskinexpo {
	background-image: url('/images/maskinexpo_wm.png');
	background-position: center center;
	background-repeat: no-repeat;
}