/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

/*-- main container --------------------------------------------------------*/

#main_container {
    background-color: #fdf7f7;
}

/*--- header ---------------------------------------------------------------*/

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    background: repeat-y;
    background-image: url(images/static/navbg.gif);
}

#bg_bottom {
    background: no-repeat center;
    background-image: url(images/static/bg_key1_color1_bottom.jpg);
}

/*--- key visiual ----------------------------------------------------------*/

/*--- logo -----------------------------------------------------------------*/

/*--- caption --------------------------------------------------------------*/

#slogan {
    color: #475419;
}

/*--- main navigation ------------------------------------------------------*/

/*--- main navigation items ------------------------------------------------*/

a.main_nav_item {
    color: #637523;
}

a.main_nav_item:hover {
    color: #ac1901;
}

a.main_nav_active_item {
    color: #ac1901;
}

/*--- subnavigation items --------------------------------------------------*/

#sub_nav_container {
    background: repeat-y center;
    background-image: url(images/static/subnavbg.gif);
}

a.sub_nav_item {
    color: #637523;
}

a.sub_nav_item:hover {
    color: #ac1901;
}

a.sub_nav_active_item {
    color: #ac1901;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    background-color: #aed42b;
}

#footer_text {
    color: #fdf7f7;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    color: #000000;
    background-color: #ffffff;
}

#container {
    background: top center no-repeat;
    background-image: url(images/static/bg_key1_color1.jpg);
}

/*--- paragraph ------------------------------------------------------------*/

.content p {
    color: #000000;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
    color: #475419;
    background: #fdf7f7 center left no-repeat;
    background-image: url(images/static/caption1.jpg);
}

.content h2 {
    color: #637523;
    background: #fdf7f7 center left no-repeat;
    background-image: url(images/static/caption2.jpg);
}

.content h3 {
    color: #819d22;
    background: #fdf7f7 center left no-repeat;
    background-image: url(images/static/caption3.jpg);
}

/*--- links ----------------------------------------------------------------*/

.content a:link {
    color: #475419;
}

.content a:visited {
    color: #475419;
}

.content a:hover {
    color: #475419;
}

.content a:active {
    color: #475419;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    border-color: #a2a2a6;
}

.content th {
    color: #ffffff;
    background-color: #475419;
}

.content tr.odd {
    color: #000000;
    background-color: #e6f1bb;
}

.content tr.even {
    color: #000000;
    background-color: #e6f1bb;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #e6f1bb;
}

.content legend {
    color: #475419;
}

.content label {
    color: #475419;
}

.content input {
    border-color: #a2a2a6;
}

.content textarea {
    border-color: #a2a2a6;
}

/*--------------------------------------------------------------------------*/

#key_visual {
    background-image: url(images/dynamic/key_visual7.jpg);
}

#main_nav_list a.main_nav_active_item {
    color: #ac1901;
    background-position: bottom left;
}

#main_nav_list a.main_nav_item {
    color: #637523;
    background-position: bottom left;
}

#main_nav_list a.main_nav_item:hover {
    color: #ac1901;
    background-position: bottom left;
}

.sub_nav_list a.sub_nav_active_item {
    color: #ac1901;
    background-position: bottom left;
}

.sub_nav_list a.sub_nav_item {
    color: #637523;
    background-position: bottom left;
}

.sub_nav_list a.sub_nav_item:hover {
    color: #ac1901;
    background-position: bottom left;
}

#content_container a:active {
    color: #475419;
}

#content_container a:hover {
    color: #475419;
}

#content_container a:link {
    color: #475419;
}

#content_container a:visited {
    color: #475419;
}

#content_container h1 {
    color: #475419;
}

#content_container h2 {
    color: #637523;
}

#content_container h3 {
    color: #819d22;
}

#content_container, #content_container p {
    color: #000000;
}