/**********************************************************/
/*  2008 colors
/*  #981b1e  red
/*  #ffc222  yellow
/*  #0072bc  blue
/**********************************************************/


/***********************************************************/
/*  body background, footer background and divider
/***********************************************************/
body {
  background-color:#ede2bb;
}
#footer
{
  border-top-color:#ede2bb;
  background-color:#ffffff;
}

/***********************************************************/
/* accent color for top and headline colors
/***********************************************************/
#seperator {
 background-color:#000000;
}

h3 #page_title, 
h1, h2, h3, h4, h5, h6  {
  color:#0072bc !important;
}

/***********************************************************/
/* branding banner background color and image
/* menu link color
/***********************************************************/
#banner h2, #banner h2 a {
  background:#0072bc url("/fileadmin/user/adastra/style/banner-adastra.gif") no-repeat;
}
#division_logo h2, #division_logo h2 a {
  background: #0072bc url("/fileadmin/user/adastra/style/logo-adastra.gif") no-repeat;
}

#nav_site li
{
  border-bottom:2px solid #0072bc;
}
#nav_site a  {
  color:#0072bc !important;
}

/***********************************************************/
/* "callout" box background and text colors
/* these boxes are created when content is entered in the 
/* left and border areas of the Typo content layout
/***********************************************************/ 
#content_left {
  background-color:#0072bc;
}
#content_left h4, #content_right h4 {
  color:#ffc222 !important;
  font-size:1.25em !important;
}
#content_left p {
  color:#FFFFFF;
}
#content_right p {
  color:#ffc222;
}
#content_right {
  background-color:#000000;
  }
#content_left a:link, #content_left a:visited, #content_left a:hover, #content_left a:active, 
#content_right a:link, #content_right a:visited, #content_right a:hover, #content_right a:active {
  color:#FFFFFF;
  font-weight:bold;
}
/***********************************************************/
/* tables
/***********************************************************/
.contenttable {
  border:1px solid #0072bc;
}
.contenttable th, .contenttable th p {
  color:#FFFFFF;
  background-color:#0072bc;
}
#content_right .contenttable th {
  background-color:transparent;
  }
.contenttable th, .contenttable td {
  border-right:1px solid #0072bc;
  border-bottom:1px solid #0072bc;
  }