body {
	background-image: url(images/bg.jpg);
	text-align: center;
	margin: 0px;
	padding:0;
	border:0;
}
#header {
	background-image: url(images/header-bg.jpg);
}
#footer {
	background-image: url(images/footer-bg.jpg);
	padding-left: 45px;
	padding-top: 2px;
}
#adress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
}
#main {
	background-image: url(images/main-bg.jpg);
}
#menucontainer {
	background-image: url(images/main-bg.jpg);
}
#menu {
	display: block;
	height: 20px;
	overflow:hidden;
}
#menu a.button, #menu a.button:visited, #menu a.button:active {
	background-image: url(images/buttons-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	font-weight: bold;
	text-decoration:none;
	background-color:transparent;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #DDDDDD;
	display: block;
	height: 20px;
	position: relative;
	float: left;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
#menu a.button:hover {
	background-position:-0 40px;
	overflow:hidden;
	color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8889A8;
	border-left-color: #C1C1E3;
	display: block;
	height: 20px;
}
#menu a.selected, #menu a.selected:visited {
	background-image: url(images/buttons-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-position:-0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	background-color:transparent;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #122C67;
	border-left-color: #8C9DC9;
	display: block;
	height: 20px;
	position: relative;
	float: left;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
#menu a.selected:hover {
	background-position:-0 20px;
	overflow:hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #122C67;
	border-left-color: #8C9DC9;
	display: block;
	height: 20px;
}
a, a:visited, a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color: #999999;
	text-decoration:underline;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	text-decoration:underline;
}
.indexbox {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:bold;
	color: #999999;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.listbox {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color: #999999;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.listbox ul ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color: #999999;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.textbox {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color: #999999;
	text-align: left;
	padding: 10px;
}
.contactbox {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #999999;
	text-align: left;
	padding: 10px;
}
.rubrik {
	font-size: 24px;
	font-weight:bold;
}
.line-top {
	background-image: url(images/line-top.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.line-right {
	background-image: url(images/line-right.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.line-bottom {
	background-image: url(images/line-bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.line-left {
	background-image: url(images/line-left.png);
	background-repeat: repeat-y;
	background-position: left top;
}