﻿table tr {
	vertical-align: top;
}

img {
	border-width: 0px;
}
.box h3 {
	background-image: url('../images/design/sidebanner_bg.png');
	background-repeat: repeat-y;
	padding: 1px;
	margin: 0 0 2px 0
}
.box a h3 {
	text-decoration:none;
	color: black;
}
.box {
	border-left-color: #BFBF00;
	border-top-color: #808000;
	border-bottom-color: #BFBF00;
	border-right-color: #BFBF00;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	max-width: 200px;
}
.boximg {
	width: 194px
}
h1{
	margin-top: 0px;
	margin-bottom: 7px;
	color: #544A21;
}
h3 {
	margin-top: 0px;
}
body{
	background-color: #f0f0f0;
}
ul.hormenu {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.hormenu li {
	float: left;
}
.hormenu a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
	background-image:url('../images/design/hormenu_bg.png');
}
.hormenu a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-image:url('../images/design/hormenu_bg_hover.png');
}
.hormenu_selected {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.bildertabell tr td img {
	max-width: 320px;
	max-height: 240px;
}
#sidebar {
	margin: 0 10px 0 0;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #555;
	padding: 4px;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	background-color: #F2E3B8;
	background-image: url('../images/design/menubg.png')
}
#sidebar a:hover {
	background-color: #dc9;
	background-image: url('../images/design/menubg_hover.png');
	color: #111;
	padding-left: 7px;
}