body {
  margin: 0px;
  padding: 0;
  background: url(../onlinedepot/images/background.gif) repeat-x scroll 0 0 transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
}

.bold {
  font-weight: bold;
}

h1,
h2,
h3 {
  font-weight: bold;
}

h1 {
  font-size: 14px;
}

h2 {
  color: #fff;
  font-size: 18px;
}

h3 {}

p,
ul,
ol {
  margin-top: 0;
  line-height: 135%;
  text-align: justify;
  color: #333;
}

ul,
ol {}

blockquote {}

a {
  text-decoration: none;
  color: #900;
}

a:hover {
  text-decoration: underline;
  color: #900;
}

a img {
  border: none;
}

img.left {
  float: left;
  margin: 7px 30px 0 0;
}

img.right {
  float: right;
  margin: 7px 0 0 30px;
}

hr {
  display: none;
}

.list1 {}

.list1 li {
  float: left;
  line-height: normal;
}

.list1 li img {
  margin: 0 30px 30px 0;
}

.list1 li.alt img {
  margin-right: 0;
}

#wrapper {}

/* Header */

#header-wrapper {}

#header {
  width: 940px;
  height: 50px;
  margin: 0 auto;
  padding: 0px;
  background: url(../onlinedepot/images/img03.jpg) repeat-x left top;
}

/** LOGO */

#logo {
  width: 940px;
  height: 95px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

#logo h1,
#logo p {
  margin: 0px;
  line-height: normal;
  text-transform: lowercase;
  font-weight: normal;
  color: #ffffff;
}

#logo p {
  margin-top: -4px;
  text-transform: lowercase;
  font-size: 13px;
  color: #f6f9fb;
}

#logo h1 {
  font-size: 48px;
}

#logo a {
  text-decoration: none;
  color: #f6f9fb;
}

#logo h1 a {
  text-decoration: none;
  color: #ffffff;
}

/* Menu */

#menu {
  float: left;
  width: 700px;
  height: 50px;
}

#menu ul {
  margin: 0;
  padding: 0px;
  list-style: none;
  line-height: normal;
}

#menu li {
  display: block;
  float: left;
  height: 50px;
  background: url(../onlinedepot/images/img04.jpg) no-repeat right top;
}

#menu a {
  display: block;
  float: left;
  height: 30px;
  margin-right: 3px;
  padding: 16px 25px 0px 25px;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #6e6969;
}

#menu a:hover {
  background: url(../onlinedepot/images/img06.jpg) repeat-x left top;
  text-decoration: none;
  color: #cccccc;
}

#menu .current_page_item a {
  background: url(../onlinedepot/images/img06.jpg) repeat-x left top;
  color: #cccccc;
}

#menu .first {}

/* Menu ingelogd */

#menu2 {
  float: left;
  width: 900px;
  height: 62px;
}

#menu2 ul {
  margin: 0;
  padding: 0px;
  list-style: none;
  line-height: normal;
}

#menu2 li {
  display: block;
  float: left;
  /*/height: 62px;/*/
  background: url(../onlinedepot/images/img04.jpg) no-repeat right top;
}

#menu2 a {
  display: block;
  float: left;
  height: 30px;
  margin-right: 3px;
  padding: 20px 8px 0px 25px;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
}

#menu2 a:hover {
  background: url(../onlinedepot/images/img06.jpg) repeat-x left top;
  text-decoration: none;
}

#menu2 .current_page_item a {
  background: url(../onlinedepot/images/img06.jpg) repeat-x left top;
  color: #00a4ac;
}

#menu2 .first {}

/* Search */

#search {
  float: right;
  width: 280px;
  padding: 15px 20px 0px 0px;
}

#search form {
  float: right;
  margin: 0;
  padding: 4px 0px 0 0;
}

#search fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

#search input {
  float: left;
}

#search-text {
  width: 174px;
  height: 18px;
  padding: 2px 0 2px 5px;
  border: none;
  background: #efefdf;
  color: #000000;
}

#search-submit {
  width: 70px;
  height: 22px;
  margin-left: 10px;
  padding: 0px 5px;
  background: url(../onlinedepot/images/img05.jpg) no-repeat left top;
  border: none;
  text-indent: -999999px;
  color: #ffffff;
}

#splash {
  overflow: hidden;
  width: 940px;
  height: 300px;
  margin: 0px auto;
  background: url(../onlinedepot/images/img02.jpg) no-repeat right top;
}

#splash .col1 {
  float: left;
  width: 620px;
}

#splash .col2 {
  float: right;
  width: 280px;
}

#splash blockquote {
  margin: 0px;
  padding: 50px 30px;
  text-shadow: 1px 1px 4px #bc2a00;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 25px;
  font-style: italic;
  color: #ffffff;
}

/* Page */

#page {
  width: 940px;
  margin: 0 auto;
  padding: 15px 20px 0px 20px;
}

#banner {
  padding-bottom: 20px;
}

/* Content */

#content {
  float: left;
  width: 620px;
}

/* Post */

.post {
  padding: 2px 30px;
}

.post .title {
  color: #000;
  padding: 0px 0px 5px 0px;
  font: bold 24px "Calibri", Arial;
}

.post .title a {
  letter-spacing: -2px;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 38px;
  color: #ffffff;
}

.post .date {}

.post .meta {
  height: 32px;
  margin-top: -10px;
  margin-left: 2px;
  padding: 4px 30px 6px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #66665e;
}

.post .meta span {
  display: block;
  margin-top: -10px;
}

.post .meta a {}

.post .entry {}

.post .links {
  background: #90bf35;
  border: 1px solid #5f817e;
}

.post .links {
  display: block;
  width: 120px;
  height: 18px;
  margin: 0px 0px 4px 0px;
  padding: 3px 0px 0px 40px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}

.post .comments {
  display: block;
  width: 120px;
  height: 18px;
  margin: 0px;
  padding: 3px 0px 0px 40px;
  background: #90bf35;
  border: 1px solid #5f817e;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}

/* Sidebar */

#sidebar {
  float: right;
  width: 280px;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  border: none;
}

#sidebar li {
  margin-bottom: 20px;
  padding: 20px;
  background: #050505 url(../onlinedepot/images/img07.jpg) no-repeat right bottom;
}

#sidebar li ul {
  margin: 0px 0px;
  border: none;
}

#sidebar li li {
  margin: 0;
  padding: 0px 0px 10px 0px;
  border: none;
  background: none;
}

#sidebar li li a {
  padding: 0px 0px 0px 0px;
  font-weight: normal;
  border: none;
}

#sidebar li li a:hover {
  color: #666666;
}

#sidebar p {
  margin: 0;
  color: #ccc;
}

#sidebar h2 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  letter-spacing: -1px;
  text-transform: lowercase;
  font-size: 22px;
  font-weight: normal;
}

#sidebar p {
  line-height: 135%;
  color: #ccc;
}

#sidebar a {
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  color: #666666;
}

/* Calendar */

#calendar {}

#calendar caption {
  padding-bottom: 5px;
  font-weight: bold;
}

#calendar table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #24130f;
  border-left: 1px solid #24130f;
  border-right: 1px solid #24130f;
}

#calendar thead th {
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid #24130f;
  border-left: 1px solid #24130f;
  background: #24130f;
}

#calendar tbody td {
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid #24130f;
  border-left: 1px solid #24130f;
  border-bottom: 1px solid #24130f;
}

#calendar tfoot td {
  padding: 5px;
  border-left: 1px solid #24130f;
  border-bottom: 1px solid #24130f;
}

#calendar tfoot #next {
  border-top: 1px solid #24130f;
  text-align: right;
}

#calendar tfoot #prev {
  border-top: 1px solid #24130f;
}

#calendar .pad {
  border-bottom: 1px solid #24130f;
}

#calendar #today {
  background: #24130f;
}

/* Footer */

#footer {
  width: 100%;
  height: 50px;
  padding: 0;
  background: #333333;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

#footer-bgcontent {}

#footer p {
  margin: 0;
  padding: 20px 0px 0px 0px;
  text-align: center;
  line-height: normal;
  color: #fff;
}

#footer a {
  color: #0f0f0f;
}

#footer .urlfooter {
  text-decoration: none;
  color: #fff;
}

#footer a:hover {
  text-decoration: underline;
  color: #fff;
}

/* Footer2 */

#footer2 {
  width: 940px;
  /*/height: 60px;/*/
  padding: 0;
  background: #000000;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

#footer2-bgcontent {}

#footer2 p {
  margin: 0;
  padding: 20px 0px 0px 0px;
  text-align: center;
  line-height: normal;
  font-size: 12px;
  color: #fff;
}

#footer2 a {
  color: #0f0f0f;
}

#footer2 .urlfooter {
  text-decoration: none;
  color: #fff;
}

#footer2 a:hover {
  text-decoration: underline;
  color: #fff;
}

#language {
  text-align: right;
  color: #000;
}

#logo table tr #language {
  color: #000;
  text-decoration: none;
}

#language .langlink {
  text-align: right;
  color: #000;
}
