html {height: 100%;}
html body {
  padding: 0;
  margin: 0;
  background: #f0efef url(../SLICES/main_background.jpg) no-repeat center top;
  height: 100%; /* för att Firefox ska visa hela sidan */
  width: 100%;
  display: table;
  color: #333333;
}

/* Alla strukturella boxar */

#container /* boxar hela sidan och fyller med backgrunden */
{
	min-height: 100%; /* samma Firefox-bugg */
	width: 1000px;
	margin: 0 auto 0;
	padding: 0px;
}

#menu
{
height: 150px;
margin: 0 0 0 394px;
}

#content {
margin: 20px 100px 0 100px;
padding: 0 20px 20px;
background: #fff;
}

#footer
{
margin: 0 50px 0 0;
color: #777;
text-align: right;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.5em;
font-style: italic;
}

.leaf {
	border: 0px;
	width: 77px;
	padding: 0;
	position: absolute;
	bottom: 55px;
	margin: 0 auto 0;
	display: none;
}

.block:hover .leaf {
	display: block;
}

.block {
	height: 150px;
	border: 0;
	position: relative;
	float: left;
}

#copyrights {
	margin: 50px;
}

#home_bg {
	margin: 7px 100px 0 100px;
	width: 800px;
	height: 440px;
	background: #fff;
}
#hometext {
	margin: 0 0 0 468px;
	padding: 0;
	width: 740px;
	height: 375px;
	color: #73553e; font-family: Trajan Pro, Times New Roman, Arial, Helvetica, serif;
}

img { border: 0; }

/* TEXT FORMATERING */

p {margin: 0px;}
h3 {margin: 0px; color: #73553e; font-family: Trajan Pro, Times New Roman, Arial, Helvetica, serif;}
h4 {margin: 0px; color: #062538; font-family: Trajan Pro, Times New Roman, Arial, Helvetica, serif;}
h5 {margin: 0 0 5px 0; color: #4B8EB8; font-family: Trajan Pro, Times New Roman, Arial, Helvetica, serif;}
h2 {color: #0B466B; font-family: Trajan Pro, Times New Roman, Arial, Helvetica, serif;}
hr {color: #4A8DB8; background-color: #4A8DB8;
height: 5px;}

form {font-family:  Trajan Pro, Times New Roman, Arial, Helvetica, serif; /* Oldtown, Mistral, fantazy; */}



textarea {background: #fff; width: 240px; height: 130px; /*border-color: #464b46;*/}
.inputtext {background: #fff; width: 240px; /*border-color: #464b46; */}

/* Länkar */

A:link {text-decoration: none; color: #0B466B; font-family: Times New Roman, Arial, Helvetica, serif;; font-size: 1em;}
A:visited {text-decoration: none; color: #0B466B; font-family: Times New Roman, Arial, Helvetica, serif;; font-size: 1em;}
A:active {text-decoration: none; color: #0B466B; font-family: Times New Roman, Arial, Helvetica, serif;; font-size: 1em;}
A:hover {text-decoration: none; color: #062538;}


