/*
Theme Name: AutomotiveDesk
Theme URI: http://www.automotivedesk.nl
Description: WordPress theme voor AutomotiveDesk
Version: 1.1
Author: Geoffrey de Vlugt, Renaissance IT
Author URI: http://www.renaissance.nl
Tags: fixed width
*/
html {
  height: 100%;
}

body {
  height: 100%;
  border-top: 6px #cc0000 solid;
  margin: 0;
  font-family: "Arial", "Verdana", sans-serif;
  font-size: 14px;
  color: #222;
}

a {
  color: #cc0000;
}

img {
  border: 0px;
}

h1 {
  margin-top: 0;
  font-size: 27px;
}

h2 {
  font-size: 19px;
  color: #cc0000;
}

.clear-both {
  clear: both;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

body.home h1 {
  display: none;
}

#wrapper {
  position: relative;
  min-height: 100%;
}

* html #wrapper {
  height: 100%;
}

#container-header {
  width: 910px;
  margin: 0px auto 45px auto;
  padding: 0;
  border-bottom: 1px white solid;
}

#container-logo {
  display: inline;
  float: left;
  width: 300px;
  margin-top: 10px;
}

ul#container-menu {
  float: right;
  height: 45px;
  margin: 0px;
  padding: 0px;
  text-align: right;
  color: #444;
  text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
}

ul#container-menu ul {
  display: none;
}

#container-menu li {
  list-style-type: none;
  float: left;
  padding: 20px 10px 0 10px;
  height: 25px;
}

#container-menu li.current_page_item {
  background-color: #cc0000;
}

#container-menu li.current_page_item a {
  color: #fff;
}

#container-menu li:hover {
  border-left: 0px;
  background-color: #ddd;
}

#container-menu a {
  color: #222;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

#container-content {
  width: 900px;
  margin: 15px auto;
}

#content {
  width: 900px;
  padding-bottom: 100px;
}

#sidebar {
  display: none;
}

.breadcrumb {
  font-size: 12px;
  margin-bottom: 15px;
}

/* Diensten pagina */
.page-id-12-disabled #content {
  float: left;
  width: 650px;
  padding-bottom: 100px;
}

.page-id-12-disabled #sidebar {
  display: block;
  margin-left: 650px;
  width: 250px;
}

#sidebar>ul {
  list-style-type: none;
}

#sidebar h2 {
  font-size: 17px;
  font-weight: normal;
  color: #222;
  padding: 0 0 4px 0;
  border-bottom: 1px #eee solid;
}

#sidebar h2 a {
  color: #222;
}

#sidebar>ul ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sidebar>ul ul li {
  padding-bottom: 4px;
}

#sidebar>ul ul a {
  text-decoration: none;
}

#container-footer {
  clear: both;
  width: 100%;
  height: 110px;
  position: relative;
  margin-top: -110px;
  color: #000;
  background-color: #cc0000;
  font-size: 13px;
}

#container-footer-contents {
  width: 900px;
  margin: 0 auto;
  padding: 15px 0;
}

#container-footer-left {
  float: left;
}

#container-footer-right {
  float: right;
}

#container-footer a {
  color: #fff;
  text-decoration: none;
}

