
body {
	margin:	0;
	padding: 0 37px 0 0;
	background-color: rgb(240,249,206);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
a {
	color: #E9B745;
	text-decoration: underline;
}
#wrapper {
margin: 0 auto;
padding: 0;
width: 780px;
}
#maincenter { 
background-image: url(../images/website_bg.jpg); 
background-repeat: repeat-y; 
margin: 0;
padding: 0; 
overflow:auto;
height: 1%;
}
#header {
	margin:	0px;
	padding: 0px;
	height: 107px;
	width: 780px;
	background-color: rgb(240,249,206);
	float: left;
}
#menu {
	width: 184px;
	height: 216px;
	float: left;
	clear: left;
}
#logo {
	background-image: url(../images/website_header.jpg);
	width:393px;
	height:107px;
	float: left;
}
#topright {
	float: left;
	width: 596px;
	height: 41px;
	background-image:  url(../images/website_tr.jpg);
	background-repeat: no-repeat;
}
#changelanguage {
	float:right;
	width: 99px;
	height: 57px;
	margin: 25px 20px 0 0;
}
#footer {
float: left;
clear: both;
	width: 780px;
	height: 39px;
	overflow: hidden;
}
#content { width: 545px; padding: 0px 15px 0px 10px; margin: -15px 0 0 0; float: left;}
h1 {
	font-weight: bold;
	color: #E9B745;
	font-size: 20px;
	margin: 0 0 13px 0;
}
p { margin: 0 0 13px 0;}
.floatleft {
	float: left;
	margin: 0px 8px 0px 0px;
}
.floatright {
	float: right;
	margin: 0px 0px 0px 8px;
}
.center {
	text-align:center;
}
img {
	border: 0px;
}
#printlogo {
	display: none;
}
.ekrand { margin: 1px 0px 1px 0px; }
ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.smalltext { font-size: 10px; }
td { padding: 2px 5px 2px 0px; }
.hide { display: none; }

table.border {
  display:table;
  border-right: 1px solid #e6bd61;
  border-top: 1px solid #e6bd61;
  border-left: 0px;
  border-bottom: 0px;
  border-spacing:0px;
  border-collapse:collapse;
  text-align:left;
}

table.border td, table.border th {
  padding: 0.3em;
  vertical-align:top;
  border-left: 1px solid #e6bd61;
  border-bottom: 1px solid #e6bd61;
  border-right: 0px;
  border-top: 0px;
  border-spacing:0px;
  border-collapse:collapse;
}
