/*******************************************************************************
 *
 * - $Id: rovecom.css 3024 2008-12-19 14:28:19Z mdehaan $
 *
 * Copyright Rovecom ICT BV
 *
 ******************************************************************************/
 
html, body {
  background-color: #404040;
  color: #ccc;
}
h1, h2, h3, a {
  color: green;
}

.clear {
  clear: both;
}
/*
 * hoofdindeling
 */
#top {
  background: url(/images/top_back.gif) repeat-x;
  height: 24px;
}
#middle {
  background: #fff url(/images/body_back.jpg) no-repeat top center;
  color: #666;
  padding-top: 12px;
}
#bottom {
  background: url(/images/bottom_back.gif) repeat-x;
  clear: both;
}

/*
 * header styles
 */
#top .inhoud {
  position: relative;
}
#pulldown {
  background: url(/images/rovecom_bar.png) no-repeat;
  height: 140px;
  position: absolute;
  top: -80px;
  width: 980px;
  z-index: 1000;
}
#top_links {
  height: 50px;
  padding: 30px 8px 0 48px;
}
#top_links a {
  color: #009;
  font-weight: bold;
  text-decoration: none;
}
/*
 * onderverdeling van hoofdindeling
 */
.inhoud {
  margin: 0 auto;
  width: 980px;
}
#header h6 {
  color: #000;
  font-size: 11px;
  margin-bottom: 20px;
  padding-left: 184px;
}
#content {
  clear: both;
  line-height: 24px;
  min-height: 280px;
  padding: 20px;
}
#footer {
  background: url(/images/footer.jpg) no-repeat top right;
  clear: both;
  height: 86px;
  text-align: right;
}
#footer img {
  vertical-align: middle;
}
.inhoud .kolom-small {
  float: left;
  width: 196px;
}
.inhoud .kolom-medium {
  float: left;
  width: 392px;
}
.inhoud .kolom-large {
  float: left;
  min-height: 680px;
  width: 784px;
}

/*
 * menus
 */
#header ul {
  height: 28px;
}
#header ul li {
  color: #000;
  cursor: pointer;
  float: left;
  font-weight: bold;
  line-height: 26px;
  list-style: none;
  margin: 0;
}
#header ul ul {
  display: none;
  height: auto;
  left: 0;
  position: absolute;
  top: 26px;
}
#header ul li:hover ul {
  display: block;
} 
#header li li {
  border-top: 1px solid #666;
  color: #fff;
  width: 160px;
}
#header li a {
  color: #000;
  display: block;
  padding: 0 10px;
  text-decoration: none;
}
#header li li a {
  background-color: #000;
  color: #fff;
  opacity: 0.75;
  -moz-opacity: 0.75;
}
.relative li {
  position: relative;
}

.kolom-small .menu {
  background: url(/images/inhoud_menu_border.gif) no-repeat top right;
  min-height: 292px;
}
.kolom-small .menu li {
  cursor: pointer;
  line-height: 24px;
  list-style: none;
  margin: 0;
  padding: 4px 20px;
}
.kolom-small .menu li.parent_item {
  background: #333 url(/images/inhoud_menu.gif) repeat-x;
  border-right: 1px solid #fff;
  color: gold;
  cursor: default;
  font-size: 1.4em;
  line-height: 36px;
  padding: 0 20px;
}
.kolom-small .menu li a {
  color: #666;
  text-decoration: none;
}

#bottom ul {
  float: left;
  list-style: none;
  margin: 0;
  margin-right: 60px;
  padding: 0;
}
#bottom li a {
  color: #ccc;
  font-size: 12px;
  line-height: 28px;
  text-decoration: none;
}
#bottom li a:hover {
  text-decoration: underline;
}
#bottom li.parent_item {
  padding: .5em 0;
}
#bottom li.parent_item a {
  color: #999;
  font-size: 18px;
}

/*
 * header inhoud
 */
#banner {
  clear: both;
  height: 210px;
}
#small-banner {
  background: url(/images/schaduw_top_img.gif) no-repeat bottom left;
  clear: both;
  height: 79px;
}

/*
 * content inhoud
 */
.teaser {
  line-height: 24px;
  padding: 0 10px 10px;
}
.tripple-border {
  border: 1px solid #eee;
}
.tripple-border div {
  border: 1px solid #ccc;
}
.tripple-border div div {
  border: 1px solid #aaa;
  padding: 10px;
}
.tripple-border div div div {
  border: none;
}
.breadcrumb {
  font-size: 11px;
  margin-bottom: 10px;
  padding: 0 10px;
}
.breadcrumb a {
  color: #666;
}
#content li {
  list-style: disc;
  margin-left: 10px;
}
/*
 * bottom inhoud
 */
#bottom .inhoud {
  padding: 0 20px 20px;
  width: 940px;
}

#news .teaser {
  font-style: italic;
  padding: 0 0 10px;
}
#news .item {
  margin-bottom: 20px;
}

#content table {
  width: 100%;
}
#content table td {
  padding: 2px;
}
#content .mod_contactforms_col1 {
  width: 20%;
}
#content .mod_contactforms_col2 {
  width: 80%;
}
#content .mod_contactforms_textfield {
  border: 1px solid #999;
  padding: 1px;
  width: 30%;
}
#content .mod_contactforms_textarea {
  border: 1px solid #999;
  padding: 1px;
  width: 96%;
}
#content .submit_button {
  padding: 0 4px;
}
