/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

/*-- main container --------------------------------------------------------*/

#container {
    background: repeat-y 50% 50%;
    background-image: url(images/static/contentbg.gif);
}

/*--- header ---------------------------------------------------------------*/

#header {
    background: no-repeat;
    background-image: url(images/static/headerbg.gif);
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    background: repeat-y;
    background-image: url(images/static/navbg.gif);
}

/*--- caption --------------------------------------------------------------*/

#bg_arrow {
    background: no-repeat;
    background-image: url(images/static/hbg.gif);
}

#slogan {
    color: #006600;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    background: transparent top left no-repeat;
    background-image: url(images/static/footerbg.gif);
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    color: #556682;
    background: #006600 repeat-x;
    background-image: url(images/static/pgbk.gif);
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    border-color: #8cba8c;
}

.content th {
    color: #ffffff;
    background-color: #8cba8c;
    padding: 3px 2px 3px 2px;
}

.content tr.odd {
    color: #334455;
    background-color: #e3eee3;
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    color: #334455;
    background-color: #f2f7f2;
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #006600;
}

.content legend {
    color: #006600;
}

.content label {
    color: #006600;
}

.content input {
    border-color: #006600;
}

.content textarea {
    border-color: #006600;
}

/*--------------------------------------------------------------------------*/

#key_visual {
    background-image: url(../../images/dynamic/key_visual2.jpg);
}

#footer_text {
    color: #666677;
}

#main_nav_list a.main_nav_active_item {
    color: #ffffff;
    background-image: url(../../images/dynamic/buttonset2/n1activeitem.gif);
    background-position: top right;
}

#main_nav_list a.main_nav_item {
    color: #ffe87d;
    background-image: url(../../images/dynamic/buttonset2/n1.gif);
    background-position: top right;
}

#main_nav_list a.main_nav_item:hover {
    color: #ffffff;
    background-image: url(../../images/dynamic/buttonset2/n1hover.gif);
    background-position: top right;
}

.sub_nav_list a.sub_nav_active_item {
    color: #ffe87d;
    background-image: url(../../images/dynamic/buttonset2/subnav1active.gif);
}

.sub_nav_list a.sub_nav_item {
    color: #ffffff;
    background-image: url(../../images/dynamic/buttonset2/subnav1.gif);
}

.sub_nav_list a.sub_nav_item:hover {
    color: #ffffff;
    background-image: url(../../images/dynamic/buttonset2/subnav1hover.gif);
}

#content_container a:active {
    color: #003300;
}

#content_container a:hover {
    color: #4d6d96;
}

#content_container a:link {
    color: #006600;
}

#content_container a:visited {
    color: #339933;
}

#content_container h1 {
    color: #4d6d96;
}

#content_container h2 {
    color: #4d6d96;
}

#content_container h3 {
    color: #4d6d96;
}

#content_container {
    color: #556682;
}