body  {
	font-family: arial;
	font-size: 13px;
	background-color: #636363;
	text-align: center;
}
a {
	color: #909090;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
td {
	font-size: 13px;
}
#footer {
	color: #7D7D7D;
}
#address {
	padding-top: 3px;
	padding-left: 12px;
}
#path {
	font-family: trebuchet ms, tahoma, verdana;
	font-size: 15px;
	font-weight: bold;
	color: #909090;
	margin-bottom: 6px;
}

/****** Sök-formulär *****/
#searchform {
	margin: 0px;
	margin-left: 5px;
}
#keywords {
	border: inset 1px #797979;
	height: 15px;
	padding: 0px;
	padding-left: 2px;
}
#searchbutton {
	border: outset 1px;
	padding-left: 6px;
	padding-right: 6px;
}
input {
	font-family: arial;
	font-size: 13px;
}

/****** Meny-list *****/
#menubar td {
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	padding-right: 20px;
}
#menubar td a {
	color: #ffffff;
	text-decoration: none;
}

/****** Fotoalbum *****/
.album {
	background-image: url('images/album.gif');
	background-repeat: no-repeat;
	width: 144px;
	height: 181px;
	float: left;
	padding-top: 27px;
	padding-left: 16px;
	cursor: pointer;
}
.album .text {
	margin-top: 30px;
	text-align: center;
	margin-right: 24px;
}
#album_thumbs {
	overflow: auto;
	height: 432px !important; /* För firefox */
	height: 443px;
	width: 140px;
	text-align: center;
	padding-top: 10px;
	background-color: #f0f0f0;
}
#album_thumbs img {
	margin: 2px;
	margin-bottom: 10px;
}
#album_thumbs a {
	border: solid 2px #ffffff;
	padding: 2px;
	clear: left;
}
#album_thumbs a:hover {
	border: solid 2px #d0d0d0;
}
td.album_photo {
	background-image: url('images/bgr_photo.gif');
	background-repeat: no-repeat;
}
td.album_photo img {
	border: solid 5px #ffffff;
}

/****** Nyheter ******/
.newsitem {
	background: url('images/dotted.gif') repeat-x bottom;
	padding-bottom: 1px;
	padding-top: 6px;
}
.newsitem a {
	margin-top: 4px;
	float: left;
}
h2 {
	font-family: trebuchet ms, tahoma, verdana;
	font-size: 16px;
	font-weight: bold;
	color: #909090;
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
}
p {
	margin: 0px;
	margin-bottom: 3px;
}
.newsdate {
	font-family: trebuchet ms, tahoma, verdana;
	font-size: 11px;
	margin-bottom: 3px;
	color: #909090;	
}

/****** Referenser ******/
.referenceitem {
	background: url('images/dotted.gif') repeat-x bottom;
	padding-bottom: 1px;
	padding-top: 6px;
}
.referenceitem a {
	margin-top: 4px;
	float: left;
}

/****** Kontakter *****/
.contact {
	width: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.contact_text {
	float: left;
	width: 100%;
}
.line {
	background: url('images/dotted.gif') repeat-x bottom;
	width: 100%;
	height: 10px;
	margin-bottom: 20px;
	float: left;
}

/****** Sidor ******/
.page {
}
.page_header {
	font-family: trebuchet ms, tahoma, verdana;
	font-size: 18px;
	font-weight: bold;
	color: #909090;
	background: url('images/dotted.gif') repeat-x bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.page_text {
}

/****** Produkt-listning ******/
.list_table {
	background: url('images/dotted.gif') repeat-x top;
}
.list_item {
	cursor: pointer;
	background: url('images/dotted.gif') repeat-y right;
}
.list_inner_item {
	padding: 10px;
	height: 130px !important;
	height: 150px;
	width: 198px !important;
	width: 218px;
	background: url('images/dotted.gif') repeat-x bottom;
}
.list_header {
	font-weight: bold;
}
.list_description {
}
.list_price {
	text-align: right;
	margin-top: 5px;
	font-size: 15px;
}
.small {
	font-size: 12px;
}

/****** Produkt-visning ******/
.product {
	margin: 0px;
}
.product img {
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 8px;
	line-height: 0px;
	float: left;
}
.product_header {
	font-family: trebuchet ms, tahoma, verdana;
	font-size: 18px;
	font-weight: bold;
	color: #909090;
	background: url('images/dotted.gif') repeat-x bottom;
	padding-bottom: 5px;
	margin: 0px;
}
.product_description {
	margin: 8px;
	font-weight: bold;
}
.product_text {
	margin: 8px;
}
.product_price {
	margin: 8px;
	margin-top: 16px;
	font-size: 20px;
	text-align: right;
}
.product_files {
}
.product_file {
	margin-bottom: 6px;
	clear:left;
}
.product_file a img {
	margin: 0px;
}

/****** Flikar ******/
#menyer {
	font-family: arial, tahoma, verdana;
	font-size: 13px;
	height: 16px;
} 
#menyer a {
	text-decoration: none;
	font-weight: bold;
	margin-left: 6px;
	color: #000000;
}

.menucontent {
	margin-left: 30px;
	margin-top: 1px;
	line-height: 20px;
}
.menucontent a {
	text-decoration: none;
	color: #000000;
}
.menucontent a:hover {
	text-decoration: underline;
	color:#000000;
}
.menucontent a:visited {
	text-decoration: none;
	color:#000000;
}
.menucontent a:visited:hover {
	text-decoration: underline;
	color:#000000;
}
.menubox0 {
	background-image: url('images/tab_on.gif');
	width: 78px;
	height: 22px;
}
.menubox {
	background-image: url('images/tab_off.gif');
	width: 78px;
	height: 22px;
}

TD.block_top {
	background-image: url('images/plate_top.gif');
	height: 12px;
}
TD.block {
	font-family: arial; 
	font-size: 13px; 
	line-height: 14.5pt;
	width: 214px;
	height: 460px;
	background-image: url('images/plate.gif');
}
TD.block_bottom {
	background-image: url('images/plate_bottom.gif');
	height: 15px;
}

