/*###################################################################
© 2008 TreSmaRum - Created by: Fredrik Dauber - URL: http://dauber.se
###################################################################*/

body {
  margin: 0px; padding: 0px;
  background: #A7B2AD;
  font-family: "trebuchet ms",arial,helvetica,verdana,sans-serif;
  font-size: 12px;
}
#headerFrame {
  position: relative; width: 100%; height: 150px; float: left;
  margin: 0px; padding: 0px;
  background-image: url(images/bg-top.jpg); background-repeat: repeat-x; background-position: top center;
  z-index: 1;
}
#header {
  position: relative; width: 800px;
  margin: 0px auto; padding: 0px;
  font-size: 14px;
}
#innerFrame {
  position: relative; width: 100%; height: 580px; float: left;
  margin: 0px; padding: 0px;
  background: #FFFFFF;
  overflow: auto;
}
#content  {
  position: relative; width: 800px;
  margin: 0px auto; padding: 0px;
}
#maincontent {
  position: relative; width: 570px; float: left;
  margin: 0px; padding: 30px 0px;
}
.block {
  position: relative; width: 100%; float: left;
  margin: 0px; padding: 20px 0px;
  border-top: 1px solid #555555;
}
#rightcontent {
  position: relative; width: 200px; float: right;
  margin: 0px; padding: 30px 0px;
}
#footerFrame {
  position: relative; width: 100%; float: left;
  margin: 0px; padding: 0px;
  background-image: url(images/bg-bot.jpg); background-repeat: repeat-x; background-position: top center;
}
#footer {
  position: relative; width: 800px; height: 100%;
  margin: 0px auto; padding: 25px 0px 0px 0px;
}
h1 {
  margin: 0px; padding: 0px 0px 15px 0px;
  font-size: 36px;
  font-weight: normal;
}
h3 {
  font-size: 18px;
  font-weight: normal;
}
a {
  color: #000000;
}
form {
  margin: 0px; padding: 0px;
}
a:hover {
color: #AC594A;
}
.center {
  text-align: center;
}
#header img, #header span {
  position: absolute; top: -14px; left: -3px; float: left;
  margin: 0px; padding: 0px;
  border: 0;
}
.imgleft {
  padding: 0px 25px 0px 0px;
  float: left;
}
.imgright {
  padding: 0px 0px 0px 25px;
  float: right;
}
#header ul {
  position: relative; top: 105px; float: right;
  margin: 0px; padding: 0px;
}
#header li {
  position: relative;
  margin: 0px; padding: 0px 3px 0px 20px;
  list-style: none; display: inline;
}
#header li a {
  text-decoration: none;
}
#footer ul {
  position: relative; float: right;
  margin: 0px; padding: 0px;
}
#footer li {
  position: relative;
  margin: 0px; padding: 0px 3px 0px 20px;
  list-style: none; display: inline;
}
#footer li a {
  text-decoration: none;
}
#open {
  position: relative; width: 100%; float: left;
  margin: 0px; padding: 0px;
  background-image: url(images/bg-perg.jpg); background-repeat: repeat-y; background-position: top center;
}
#open img, #open span {
  position: relative; float: left;
  margin: 0px; padding: 0px;
  border: 0;
}
#open p {
  margin: 0px; padding: 0px 0px 10px 0px;
  text-align: center;
}
#card {
  position: relative; width: 570px; height: 399px; left: -7px;
  margin: 0px; padding: 15px;
  background-image: url(images/tsr-vykort.jpg); background-repeat: no-repeat;
}
#card tr {
  position: relative;
  margin: 0px; padding: 0px 15px;
}
#card td {
  position: relative;
  margin: 0px; padding: 0px;
}
#card textarea {
  position: relative; width: 250px; height: 270px;
  margin: 0px; padding: 5px;
  font-family: "trebuchet ms",arial,helvetica,verdana,sans-serif;
  color: #333333;
  background: #D8D3BE;
  border: 1px dotted #555555;
}
.cardtext {
  position: relative; width: 150px; float: right;
  margin: 0px;
  font-family: "trebuchet ms",arial,helvetica,verdana,sans-serif;
  color: #333333;
  background: #D8D3BE;
  border-top: 1px dotted #555555;
  border-left: 1px dotted #555555;
  border-right: 1px dotted #555555;
  border-bottom: 1px solid #555555;
}
.cardsubmit {
  text-align: center;
}