body {
  background: #000000 url(../images/img01.gif) repeat-x;
  font-weight: normal;
  font-size: 13px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #222222;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  color: #000000;
}

h1 {
  margin-bottom: 0.5em;
  font-size: 190%;
  font-weight: bold;
  letter-spacing: -2px;
}

h2 {
  margin-bottom: .5em;
  font-size: 136%;
  font-weight: normal;
  letter-spacing: -1px;
}

h3 {
  font-size: 100%;
  font-weight: bold;
}

p, blockquote, ol, ul {
  margin-bottom: 0.6em;
  text-align: justify;
  line-height: 167%;
  font-size: 107%;
}

blockquote {
  margin-left: 2em;
}

ol {
  margin-left: 2em;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  padding-left: 1em;
  background: url(../images/img07.gif) no-repeat left center;
}

a {
  text-decoration: none;
  color: #22752A;
}

a:hover {
  text-decoration: underline;
  color: #000000;
}

#messagelist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#messagelist li {
  padding: 0;
  padding-top: 5px;
  background: none;
  margin: 0;
  font-size: 11px;
}

#messagelist a {
  display: block;
  margin: 0;
  padding: 4px;
  background-color: #f0f0f0;
  border: 1px solid #c0c0c0;
  line-height: 100%;
  color: black;
  line-height: 1.5em;
}

#messagelist a.unread {
  background-color: #f0fff0;
  border: 1px solid #a0c0a0;
  font-weight: bold;
}

#messagelist a.disabled {
  background-color: #fff0f0;
  border: 1px solid #c0a0a0;
  font-weight: bold;
}

#messagelist a.picture {
  background-color: #fcfcf0;
  border: 1px solid #c0c0a0;
  font-weight: bold;
}

#messagelist a:hover, #messagelist a:hover {
  background-color: white;
  border: 1px solid #707070;
  text-decoration: none;
  color: black;
}

#messagelist2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#messagelist2 li {
  padding: 0;
  padding-top: 5px;
  background: none;
  margin: 0;
  font-size: 11px;
}

#messagelist2 a {
  display: block;
  margin: 0;
  padding: 4px;
  background-color: #f0f0f0;
  border: 1px solid #c0c0c0;
  line-height: 100%;
  color: black;
  line-height: 1.5em;
}

#messagelist2 a.unread {
  background-color: #f0fff0;
  border: 1px solid #a0c0a0;
  font-weight: bold;
}

#messagelist2 a.disabled {
  background-color: #fff0f0;
  border: 1px solid #c0a0a0;
  font-weight: bold;
}

#messagelist2 a.picture {
  background-color: #fcfcf0;
  border: 1px solid #c0c0a0;
  font-weight: bold;
}

#messagelist2 a:hover, #messagelist a:hover {
  background-color: white;
  border: 1px solid #707070;
  text-decoration: none;
  color: black;
}

/* Menu */

#menu {
  width: 740px;
  height: 60px;
  margin: 0 auto;
  border-left: 20px solid #22752A;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu li {
  padding: 0;
  display: inline;
  background: none;
}

#menu a {
  display: block;
  float: left;
  height: 40px;
  padding: 20px 20px 0 20px;
  font-size: 120%;
  font-weight: bold;
}

#menu a:hover {
  background: #22752A;
  text-decoration: none;
  color: #ffffff;
}

#menu a.active {
  background: #22752A;
  text-decoration: none;
  color: #ffffff;
}

#menu span.accesskey {
  text-decoration: underline;
}

/* Logo */

#logo {
  width: 760px;
  height: 120px;
  margin: 0 auto;
  background: #010100 url(../images/hobbynett_top.jpg);
}

#logo h1 {
  margin: 0;
  padding: 60px 0 0 0;
  text-align: right;
  letter-spacing: -1px;
  font-size: 189%;
}

#logo h2 {
  margin: 0;
  padding: 0 0 0 0;
  text-align: right;
  letter-spacing: -1px;
  font-size: 100%;
  font-weight: bold;
  font-style: italic;
}

#logo a {
  text-decoration: none;
  color: #ffffff;
}

/* Page */

#page {
  width: 760px;
  margin: 0 auto;
  background-color: #e3e2e7;
  background: url(../images/rnet_back.jpg) repeat-y;
}

/* Content */

#content {
  float: left;
  width: 440px;
  padding: 20px 20px 20px 40px;
}

#welcome {
  margin-bottom: 20px;
  padding-bottom: 1px;
  background: url(../images/img04.gif) repeat-x left bottom;
}

.floating-box {
  float: left;
  width: 210px;
  margin-right: 10px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
  line-height: 144%;
  font-size: 92%;
}

.floating-box img {
  border: 5px solid white;
}

a.prodimg:hover {
  border-bottom: 2px solid black;
}

/* Sidebar */

#sidebar {
  float: right;
  width: 200px;
  padding: 20px;
}

#sidebar blockquote {
  margin-left: 0;
  padding-left: 1em;
  background: url(../images/img09.gif) no-repeat right bottom;
  border-left: 5px solid #22752A;
}

#sidebar blockquote p {
  text-align: left;
  line-height: normal;
  font-style: italic;
}

#links {
}

#links ul {
  background: url(../images/img04.gif) repeat-x left bottom;
}

#links li {
  padding: 5px 0;
  background: url(../images/img04.gif) repeat-x left top;
}

#links .subject {
  padding-left: 1em;
/*  background: url(../images/arrowbullet.gif) no-repeat left center; */
  color: #000000;
  font-weight: bold;
}

#links a {
  padding-left: 1em;
  background: url(../images/arrowbullet.gif) no-repeat left center;
  color: #22752A;
}

/* Footer */

#footer {
  height: 50px;
}

#footer .wrapper {
  width: 760px;
  margin: 0 auto;
  background: url(../images/rnet_back.jpg) repeat-y;
}

#footer .links {
  float: left;
  width: 440px;
  height: 34px;
  margin: 0 auto;
  padding: 16px 30px 0 30px;
  margin-left: 20px transparent;
  font-size: 85%;
}

#footer .legal {
  float: right;
  width: 220px;
  height: 34px;
  margin: 0 auto;
  padding: 16px 20px 0 0;
  background: #22752A;
  text-align: center;
  font-size: 85%;
  color: #ffffff;
}

hr {
  clear: both;
  height: 1px;
  color: #c0c0c0;
}

/* Form */

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label.sh {
  display: block;
  margin-bottom: 0.5em;
  padding-top: 4px;
  width: 150px;
  float: left;
  height: 1em;
}

input.sh, textarea.sh {
  background-color: #f0f0f0;
  color: #505050;
  margin-bottom: 1em;
  padding: 2px;
  border: 1px solid #a0a0a0;
  width: 230px;
}

select.sh {
  background-color: #f0f0f0;
  color: #505050;
  margin-bottom: 1em;
  padding: 2px;
  border: 1px solid #a0a0a0;
}

input.submit {
  margin-left: 150px;
  width: 236px;
  background-color: #22752A;
  color: #ffffff;
  border: 5px solid white;
  font-weight: bold;
  padding: 5px;
}

input.sh:focus, textarea.sh:focus, select.sh:focus {
  background-color: #ffffff;
  color: #000;
  border: 1px solid #808080;
}

textarea.sh {
  height: 180px;
}

#taglist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#taglist li {
  display: inline;
  padding: 0;
  background: none;
  margin: 0;
  font-size: 13px;
}

#taglist a {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  margin: 0;
  background-color: #f6f6ea;
  border: 1px solid #c0c0ac;
  color: black;
}

#taglist a:hover, #taglist a:hover {
  background-color: white;
  border: 1px solid #707070;
  text-decoration: none;
  color: black;
}

