body {
	margin: 0px;
	background-color: #c0c0c0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
}
p.feedback {
	border: 2px solid red;
	color: red;
	padding: 1em;
	font-size: 15px;
	font-weight: bold;
	width: 510px;
}
#top img {
	border:0;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(/files/images/bg_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: 0px 5px;
}
#menuContainer {
	display: inline;
	float: left;
	width: 268px;
	overflow: hidden;
	height: 100%;
	margin-top:1em;
}
#menu, #menu ul {
	margin-left: 0;
	padding-left: 0;
}
#menu li {
	list-style-type: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: 15px;
	padding-left: 0;
}#menu li a {
	text-decoration: none;
	padding-left: 15px;
	color: #000;
	display: block;
	font-size: 12px;
	margin-top: 2px;
	height: 18px;
}
.active {
	color: #0064ab;
}
#menu li {
	background-image: url(/files/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.45em;	
}

#menu li.children {
	background-image: url(/files/images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.45em;
}

#mainContent {
	display: inline;
	float: right;
	width: 704px;
	overflow: hidden;
	padding: 28px 0px 28px 28px;
}
#footer {
	clear: both;
	background-image: url(/files/images/bg_footer.jpg);
	background-repeat: repeat-y;
	background-position: -1px;
	background-color: #d6d6d8;
	padding: 3px 0 3px 296px;
}
#footer p {
	margin: 0;
} 
#leftColumn {
	float: left;
	width: 540px;
}
#leftColumn h1 {
	color: #0064ab;
	background-image: url(/files/images/bg_h1.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	height: 27px;
	padding-top: 4px;
	padding-left: 12px;
	margin-top: 0px;
	margin-left: -12px;
}
#rightColumn {
	float: right;
	width: 139px;
	text-align: center;
	display: inline;
	overflow: hidden;
}
#rightColumn h1 {
	font-size: 15px;
	font-weight: normal;
	margin-top: 0px;
}
#rightColumn img {
	border: 0;
}
p {
	font-size: 12px;
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	margin-bottom: 0.025em;
}
h3, h4 {
	font-size: 12px;
	margin-bottom: 0;
}
p, td, th, li {
	font-size: 12px;
}
a {
	color: #0064ab;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#boxes1 {
	background-image: url(/files/images/boxes1_repeaty.jpg);
	background-repeat: repeat-y;
}
#boxes2 {
	background-image: url(/files/images/boxes2_repeaty.jpg);
	background-repeat: repeat-y;
}
#box1 {
	width: 280px;
	float: left;
	padding: 0 15px 0 15px;
	display: inline;
	overflow: hidden;
}
#box2 {
	width: 190px;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
}
#box3 {
	width: 190px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
#box4 {
	width: 280px;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	display: inline;
	overflow: hidden;
}
.wrapDown {
	clear: both;
	font-size: 1px;
}
#box1 p, #box2 p, #box3 p, #box4 p {
	font: 10px/13px Verdana;
	margin-top: 0px;
	/*margin-bottom: 0px;*/
}
#box1 h1, #box2 h1, #box3 h1, #box4 h1 {
	background-image: none;
	padding-left: 0px;
	font-size: 12px;
	margin: 0;
}
#box1 .article h1 {
	margin-top:0px;
}
#homeBox3 {
	margin-top: 14px;
}
.adresser td {
	vertical-align: top;
	padding: 0.5em 0px 0.5em 0px;
	border-bottom: 1px solid #b6b6b8;
}
.adresser img {
	margin: 28px 12px 6px 0px;
	border: 1px solid #b6b6b8;
}
.adresser td h2 {
	margin-top: 24px;
	font-size: 12px;
}
.adresser td p {
	font: 10px/13px Verdana;
	margin-bottom: 0px;
}
.menuAdds {
	margin: 15px;
}
.felt, .knapp {
	border: solid 1px #b6b6b8;
}
.formTable {
	padding: 0;
}
.formTable td {
	font-size:11px;
	padding: 2px 1em 2px 0;
	border-bottom: 1px solid #e6e6e6;
}
.formTable td.noBorder {
	border-bottom: 0;
}
.dropDown {
	border: 1px solid #b6b6b8;
}
ul.error, ul.error .li {
	list-style: none;
	color: red;
	margin: 0;
	padding: 0;
}
ul.subpages, ul.subpages li {
	list-style: none;
	margin: 0;
	padding: 0;
}