/**********************************************************/
/*  2008 colors
/*  #981b1e  red
/*  #ffc222  yellow
/**********************************************************/


/***********************************************************/
/*  body background, footer background and divider
/***********************************************************/
body {
  background-color:#f1e7c8;
}
#footer
{
  border-top-color:#f1e7c8;
  background-color:#f1e7c8;
}

/***********************************************************/
/* accent color for top and headline colors
/***********************************************************/
#seperator {
 background-color:#000000;
}

h3 #page_title, 
h1, h2, h3, h4, h5, h6  {
  color:#981b1e !important;
}

#main a {
  color:#981b1e !important;
}
/***********************************************************/
/* branding banner background color and image
/* MENU link color and underline 
/***********************************************************/
#banner h2, #banner h2 a {
  background:#ffc222 url("/fileadmin/user/arete/style/banner-arete.gif") no-repeat;
}
#division_logo h2, #division_logo h2 a {
  background: #ffc222 url("/fileadmin/user/arete/style/logo-arete.gif") no-repeat;
}

#nav_site li {
  border-bottom:2px solid #0072bc;
}
#nav_site a:link, #nav_site a:visited, #nav_site a:hover, #nav_site a:active {
  color:#981b1e !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:#ffc222;
}
#content_right {
  background-color:#000000;
  color:#ffc222 !important;
}
#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_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 !important;
  font-weight:bold;
}
/***********************************************************/
/* tables
/***********************************************************/
.contenttable {
  border:1px solid #0094e0;
}
.contenttable th, .contenttable th p {
  color:#FFFFFF;
  background-color:#0094e0;
}
#content_right .contenttable th {
  background-color:transparent;
  }
.contenttable th, .contenttable td {
  border-right:1px solid #0094e0;
  border-bottom:1px solid #0094e0;
  }