/*----------------------------------------------------------------------------
	colorscheme3.css for colorscheme 3

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

/*-- main container --------------------------------------------------------*/

#container {
    background: repeat-y;
    background-image: url(images/static/contentbg.gif);
}

/*--- header ---------------------------------------------------------------*/

#header {
    background: repeat-y;
    background-image: url(images/static/headerbg.gif);
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

/*--- caption --------------------------------------------------------------*/

#text_caption {
    color: #ffffff;
}

/*--- main navigation ------------------------------------------------------*/

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a.main_nav_item {
    color: #003366;
    background: repeat-x;
    background-image: url(../../images/dynamic/buttonset3/n1.gif);
    background-position: top right;
}

#main_nav_list a.main_nav_item:hover {
    color: #333333;
    background: repeat-x;
    background-image: url(../../images/dynamic/buttonset3/n1hover.gif);
    background-position: top right;
}

#main_nav_list a.main_nav_active_item {
    color: #003366;
    background: repeat-x;
    background-image: url(../../images/dynamic/buttonset3/n1activeitem.gif);
    background-position: top right;
}


/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    color: #666666;
    background: repeat-x;
    background-image: url(../../images/dynamic/buttonset3/subnav1.gif);
    background-position: top right;
}

.sub_nav_list a:hover {
    background: repeat-x;
    background-image: url(../../images/dynamic/buttonset3/subnav1hover.gif);
    color: #ffffff;
    background-position: top right;
}

.sub_nav_list a.sub_nav_active_item {
    color: #99ccff;
    background: repeat-x;
    background-image: url(../../images/dynamic/buttonset3/subnav1active.gif);
    background-position: top right;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    background: transparent top left repeat-y;
    background-image: url(images/static/footerbg.gif);
}

#footer_text {
    color: #ffffff;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body {
    color: #333;
    background-color: #eee;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container, #content_container p {
    color: #333333;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
    color: #003366;
}

#content_container h2 {
    color: #003366;
}

#content_container h3 {
    color: #003366;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:link {
    color: #003366;
}

#content_container a:visited {
    color: #003366;
}

#content_container a:hover {
    color: #336699;
}

#content_container a:active {
    color: #003366;
}

/*--- tables ---------------------------------------------------------------*/

#content_container table {
    border-color: #036;
}

#content_container th {
    color: #fff;
    background-color: #036;
    padding: 3px 2px 3px 2px;
}

#content_container tr.odd {
    color: #333;
    background-color: #fff;
    padding: 3px 2px 3px 2px;
}

#content_container tr.even {
    color: #333;
    background-color: #def;
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

fieldset {
    border-color: #036;
}

legend {
    color: #036;
}

label {
    color: #036;
}

input {
    border-color: #036;
}

textarea {
    border-color: #036;
}

/*--- lists ----------------------------------------------------------------*/

li {
    color: #333;
}

/*--------------------------------------------------------------------------*/
