

/* Basics */

body {
  text-align: center;
  font-family: Trebuchet MS, sans-serif;
  font-size: 8pt;
  color: #000000;
  margin-top: 0em;
  margin-bottom: 0em;
  background: #e5e1c6 url(../images/layout/s-tapetti1.jpg) repeat top left;
}

h1 {
  color: #FFFFFF;
  font-size: 14pt;
  text-align: left;
  text-transform: normal;
  margin-top: 0em;
  margin-bottom: 1em;
  padding-top: 25px;
  padding-left: 145px;
}

h2 {
  font-size: 12pt;
  font-style: italic;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  color: #56181A;
}

p {
  font-family: Times New Roman, serif;
  font-size: 9pt;
  text-align: justify;
  text-indent: 2em;
  color: #000000;
  padding: 0em 0em 0em 0em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  background: transparent none;
}

p.noindent {
  font-family: Times New Roman, serif;
  font-size: 9pt;
  text-align: justify;
  text-indent: 0em;
  color: #000000;
  padding: 0em 0em 0em 0em;
  margin-top: 1em;
  margin-bottom: 1em;
  background: transparent none;
}

ol, ul {
  margin-top: 8px;
}

ul {
  font-size: 9pt;
  text-align: left;
  margin-top: 1em;
  margin-left: 2em;
  padding-left: 1em;
}

ul li {
  margin-bottom: 0.5em;
  list-style-type: square;
  list-style-position: outside;
}

hr {
  margin-right: 11em;
  width: 60%;
}


/* Layout */

#page {
  margin: 0.5em auto;
  margin-bottom: 0px;
  padding: 0px;
  width: 635px;
  border-collapse: collapse;
  text-align: left;
  background: #FFFFFF none;
  border: 1px solid #A7A48D;
}

#top {
  margin: 0px auto;
  padding: 0px;
  width: 635px;
  height: 84px;
  background: #BA4D32 url(../images/layout/banner_small2.gif) no-repeat top left;
}

#page-title {
  margin: 0px auto;
  width: 100%;
}

#page-title #text, #page-title #address {
  display: none;
}

#main {
  display: block;
  margin: 0px;
  padding: 10px 0px 0px 0px;
  min-height: 430px;
  width: 100%;
  height: 100%;
  background: #FFFFFF url(../images/layout/leaves.gif) repeat-y top left;
}

#panel {
  display: none;
}

#content {
  margin-left: 145px;
  margin-right: 2em;
  padding-bottom: 1em;
  padding-top: 0em;
  background-color: transparent;
}

#bottom {
  clear: both;
  display: block;
  margin: 0px auto;
  padding: 0px;
  width: 635px;
  height: 11px;
  border-top: 1px solid #A7A48D;
  background-color: #BA4D32;
}

#author {
  display: block;
  color: #FFFFFF;
  font-size: 7pt;
  text-align: center;
  margin-top: -2px;
  margin-left: 1em;
}

div#back a:link, div#back a:visited {
  padding: 0px;
  margin: 0px;
  font-weight: bold;
}

.contentbox {
  float: right;
  font-size: 9pt;
  font-weight: bold;
  display: block;
  border: 2px solid #BA4D32;
  background-color: #BA4D32;
  margin: 1em 1em 1em 2em;
  padding: 0.5em;
  color: #FFFFFF;
  border-bottom: 2px solid #56181A;
  border-right: 2px solid #56181A;
}

#content .contentbox a:link, #content .contentbox a:visited, #content .contentbox a:hover {
  color: #FFFFFF;
  display: block;
}




/* Special */

.dashline {
  height: 1px;
  margin-top: 1em;
  margin-bottom: 0.5em;
  border-top: 1px dashed #CCCCCC;
}

.empty {
  height: 1px;
  margin-bottom: 0.5em;
}

#printlogo {
  display: none;
}

select.left {
  float: left;
  margin-left: 3em;
  font-size: 8pt;
}

.strong {
  font-weight: bold;
}

.important {
  font-weight: bold;
  color: #BA4D32;
  display: inline;
}

.highlight {
  font-weight: bold;
  color: #BA4D32;
}

.alertbox {
  border: 1px solid #BA4D32;
  margin-bottom: 1em;
}

.smallfont {
  font-size: 7pt;
}

.left {
  float: left;
  margin-right: 10px;
}

.right {
  float: right;
  margin-left: 10px;
}



/* Anchors */

#main a:link {
  background-color: transparent;
  color: #BA4D32;
  text-decoration: none;
}

#main a:visited {
  background-color: transparent;
  color: #BA4D32;
  text-decoration: none;
}

#main a:active {
  background-color: transparent;
  color: #56181A;
  text-decoration: none;
}

#main a:hover {
  background-color: transparent;
  text-decoration: underline;
}

a:link img{ border: none; }
a:visited img{ border: none; }
a:active img{ border: none; }
a:hover img { border: none; }

