/*** Normalized ***/

/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

/*-- main container --------------------------------------------------------*/

#container {
    background-color: #ffffe8;
}

/*--- header ---------------------------------------------------------------*/

#header {
    background: no-repeat;
    background-image: url(images/static/headerbg.gif);
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: no-repeat;
}

/*--- caption --------------------------------------------------------------*/

#slogan {
    color: #1d1d1d;
}

/*--- sub navigation ------------------------------------------------------*/

#main_nav_container {
    background: no-repeat top right;
    background-image: url(images/static/navbg.gif);
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a.main_nav_item {
    color: #ffffe8;
    background: no-repeat;
    background-image: url(../../images/dynamic/buttonset5/n1.gif);
    background-position: top right;
}

#main_nav_list a.main_nav_item:hover {
    color: #17145f;
    background: no-repeat;
    background-image: url(../../images/dynamic/buttonset5/n1activeitem.gif);
    background-position: top right;
}

#main_nav_list a.main_nav_active_item {
    color: #17145f;
    background: no-repeat;
    background-image: url(../../images/dynamic/buttonset5/n1activeitem.gif);
    background-position: top right;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a.sub_nav_item {
    color: #000000;
    background: no-repeat;
    background-image: url(../../images/dynamic/buttonset5/subnav1.gif);
    background-position: top left;
}

.sub_nav_list a.sub_nav_item:hover {
    background: no-repeat;
    background-image: url(../../images/dynamic/buttonset5/subnav1active.gif);
    color: #ffffe8;
    background-position: top left;
}

.sub_nav_list a.sub_nav_active_item {
    color: #ffffe8;
    background: no-repeat;
    background-image: url(../../images/dynamic/buttonset5/subnav1active.gif);
    background-position: top left;
}

/*--- search ---------------------------------------------------------------*/

/*--- footer ---------------------------------------------------------------*/

#footer {
    background: no-repeat;
    background-image: url(images/static/footerbg.gif);
}

#footer_text {
    color: #ffffe8;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    color: #000000;
    background-color: #332f70;
}

/*--- paragraph ------------------------------------------------------------*/

/*--- headings -------------------------------------------------------------*/

.content h1 {
    color: #1d1d1d;
}

.content h2 {
    color: #a39ea9;
}

.content h3 {
    color: #000000;
}

/*--- links ----------------------------------------------------------------*/

.content a:link {
    color: #231f66;
}

.content a:visited {
    color: #231f66;
}

.content a:hover {
    color: #7c7595;
}

.content a:active {
    color: #7c7595;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    border-color: #a39ea9;
}

.content th {
    color: #ffffe8;
    background-color: #a39ea9;
    border-color: #a39ea9;
}

.content td {
    border-color: #a39ea9;
}

.content tr.odd {
    color: #000000;
    background-color: #ffffe8;
}

.content tr.even {
    color: #000000;
    background-color: #e6e5d4;
}

/*--- forms ----------------------------------------------------------------*/

.content button {
    background-color: #e6e5d4;
    border-color: #a39ea9;
    color: #000000;
}

.content fieldset {
    border-color: #a39ea9;
}

.content legend {
    color: #000000;
}

.content label {
    color: #000000;
}

.content input {
    border-color: #a39ea9;
}

.content textarea {
    border-color: #a39ea9;
}

/*--------------------------------------------------------------------------*/

#content_container a:active {
    color: #7c7595;
}

#content_container a:hover {
    color: #7c7595;
}

#content_container a:visited {
    color: #231f66;
}

#content_container a:link {
    color: #231f66;
}

#content_container h1 {
    color: #1d1d1d;
}

#content_container h2 {
    color: #a39ea9;
}

#content_container h3 {
    color: #000000;
}

#content_container, #content_container p {
    color: #000000;
}