/************************************
 *
 *  Replace these colors as needed
 *  
 *  #D9DFE8 - default font
 *  #faebd7 - background
 *  #222126 - background shadow
 *  #d2b48c - header main
 *  #482400 - header shadow
 *  #d2b48c	- left main
 *  #482400 - left shadow
 *  #D9DFE8 - left color
 *  #ffffff - left links
 *  #5b6371 - left hilite main
 *  #505763 - left hilite shadow
 *  #faebd7 - body main
 *  #313131 - body shadow
 *  #484f5a - mid modules main
 *  #3f454f - mid modules shadow
 *  #d2b48c - right main
 *  #482400 - right shadow
 *  #5b6371 - right hilite main
 *  #505763 - right hilite shadow
 *  #30343d - footer main
 *  #2a2e36 - footer shadow
 *  #181a1e - footer color
 *
 ************************************/

/* font colors */

body {
  color: #111;
  /* background: #faebd7; */
  background: #ffffff; 
}

td.left {

}

td.right,
div.midbox,
div.botbox,
div#top-mod {
  color: #D8DBE2;
  /* color: #482400; */
}

td.left a:link, 
td.left a:visited {
  /* Textfarbe linkes Menu */
  color: #111;
}

td.left a.mainlevel:hover {
  color: #fff;
}

a.mainlevel { 
	border-bottom:  1px solid #482400;
}

td.right a:link,
td.right a:visited,
div.midbox a:link,
div.midbox a:visited,
div.botbox a:link,
div.botbox a:visited,
div#top-mod a:link,
div#top-mod a:visited {
  color: #fff;
}

td.left div.moduletable h3 {
	color: #fff;
	background: #482400;
}

td.left div.moduletable-hilite,
td.right div.moduletable-hilite {
	background: #5b6371;
	border-color: #482400;
}

td.left div.moduletable-hilite h3,
td.right div.moduletable-hilite h3 {
	color: #fff;
	background: #505763;
}

td.right div.moduletable h3 {
	color: #fff;
	background: #482400;
}

td.middle div.moduletable h3 {
	color: #fff;
	background: #313131;
}

div.midbox div.moduletable h3 {
	color: #fff;
	background: #3f454f;
}

div.moduletable h3 {
  background: #D1D2D3; */
	color: #fff;
}

table.outer td.sectiontableheader {
  color: #482400;
  background: #313131;
}

div#outer-border {
	border-color: #212121;
}

div#top-head {
	border-color:  #482400;
	background: #d2b48c;
}

div#access-bar {
	background: #482400;
}

table.outer td.left {
	border-color:  #482400; 
	background:  #d2b48c; 
}

table.outer td.middle {
	border-color:  #313131; 
	background:  #faebd7;
}

table.outer td.right {
	border-color:  #482400; 
	background:  #d2b48c; 
}

div.midbox {
	border-color:  #3f454f; 
	background:  #484f5a;
	border-bottom:  6px solid #313131;
}

div#bot-footer{
	border-color:  #2a2e36;
	background: #30343d;
	color: #181a1e;
}

div#bot-footer a:link,
div#bot-footer a:visited {
	color: #181a1e;
}

span.rocket {
	background:  url(../images/dark/rocket.png) no-repeat;
}

#logo {
	background: url(../images/dark/pixel_logo.png) no-repeat;
}

#nav li.active a,
#nav li.active a:hover {
        /* Obere Menuleiste aktiver Punkt */
	background: #482400;
}

/* medium accessibility */
a.light .button {
	background:  url(../images/dark/access_light.png);
}

a.med .button {
	background:  url(../images/dark/access_med.png);
}

a.dark .button {
	background:  url(../images/dark/access_dark.png);
}

a.red .button {
	background:  url(../images/dark/access_red.png);
}

a.blue .button {
	background:  url(../images/dark/access_blue.png);
}

a.green .button {
	background:  url(../images/dark/access_green.png);
}

a.orange .button {
	background:  url(../images/dark/access_orange.png);
}

a.large .button {
	background: url(../images/dark/access_large.png);
}

a.small .button {
	background: url(../images/dark/access_small.png);
}

a.default .button {
	background: url(../images/dark/access_normal.png);
}

a.thin .button {
	background: url(../images/dark/access_thin.png);
}

a.wide .button {
	background: url(../images/dark/access_wide.png);
}

a.fluid .button {
	background: url(../images/dark/access_fluid.png);
}

/* typography */
h2 {
  /* Header in normalen Seiten, nicht frontpage */
  color: #482400;
}

blockquote {
  background: #482400;
  border-top: 6px solid #5B6371;
  border-bottom: 6px solid #5B6371;
}

pre {
  background: #313131;
}
