/*----------------------------------------------------------------------------
	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;
    background-image: url(images/static/contentbg.jpg);
}

/*--- header ---------------------------------------------------------------*/

#header {
    background: no-repeat;
    background-image: url(images/static/headerbg.jpg);
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    background: no-repeat bottom left;
    background-image: url(images/static/navbg.gif);
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: no-repeat;
    background-image: url(../../images/dynamic/key_visual1.jpg);
}

/*--- logo -----------------------------------------------------------------*/

/*--- caption --------------------------------------------------------------*/

#slogandiv {
    color: #fff;
    background: no-repeat;
    background-image: url(images/static/caption_bg.gif);
}

/*--- main navigation ------------------------------------------------------*/

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    color: #fff;
    background: no-repeat;
    background-image: url(../../images/dynamic/buttonset1/n1.gif);
    background-position: top right;
}

#main_nav_list a.main_nav_item:hover {
    color: #fff;
    background: no-repeat;
    background-image: url(../../images/dynamic/buttonset1/n1hover.gif);
    background-position: top right;
}

#main_nav_list a.main_nav_active_item {
    color: #000;
    background: no-repeat;
    background-image: url(../../images/dynamic/buttonset1/n1activeitem.gif);
    background-position: top right;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_container {
    background: no-repeat;
    background-image: url(images/static/subnav_bg.jpg);
}

.sub_nav_container ul {
    background: no-repeat left bottom;
    background-image: url(images/static/subnav_bottom.jpg);
}

.sub_nav_list a {
    color: #b80000;
}

.sub_nav_list a:hover {
    background: no-repeat;
    background-image: url(../../images/dynamic/buttonset1/subnav1hover.gif);
    color: #fff;
}

.sub_nav_list a.sub_nav_active_item {
    color: #000;
    background: no-repeat;
    background-image: url(../../images/dynamic/buttonset1/subnav1active.gif);
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    background: transparent top left no-repeat;
    background-image: url(images/static/footer_bg.jpg);
}

#footer_text {
    color: #000;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    color: #fff;
    background: #c19e7b;
    background-image: url(images/static/pgbk.gif);
}

/*--- paragraph ------------------------------------------------------------*/

.content p {
    color: #fff;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
    color: #fff;
    background-image: url(images/static/hbg.gif);
}

.content h2 {
    color: #fff;
    background-image: url(images/static/hbg.gif);
}

.content h3 {
    color: #fff;
    background-image: url(images/static/hbg.gif);
}

/*--- links ----------------------------------------------------------------*/

.content a:link {
    color: #b80000;
}

.content a:visited {
    color: #b80000;
}

.content a:hover {
    color: #b80000;
}

.content a:active {
    color: #b80000;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    border-color: #b80000;
    background-image: url(images/static/tableoverlay.jpg);
}

.content th {
    color: #ffffff;
    background-color: #b80000;
    padding: 3px 2px 3px 2px;
}

.content tr.odd {
    color: #000;
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    color: #000;
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #fff;
    background-image: url(images/static/tableoverlay.jpg);
}

.content legend {
    color: #b80000;
}

.content label {
    color: #000;
}

.content input {
    border-color: #b80000;
}

.content textarea {
    border-color: #b80000;
}

/*--------------------------------------------------------------------------*/

/*--- special --------------------------------------------------------------*/

#extra_div1 span {
    background: no-repeat;
    background-image: url(images/static/header_overlay.jpg);
}

/*--------------------------------------------------------------------------*/

#main_nav_list a.main_nav_item {
    color: #fff;
    background-image: url(../../images/dynamic/buttonset1/n1.gif);
    background-position: top right;
}

#content_container a:active {
    color: #b80000;
}

#content_container a:hover {
    color: #b80000;
}

#content_container a:visited {
    color: #b80000;
}

#content_container a:link {
    color: #b80000;
}

#content_container h1 {
    color: #fff;
}

#content_container h2 {
    color: #fff;
}

#content_container h3 {
    color: #fff;
}

#content_container {
    color: #fff;
}

#content_container p {
    color: #fff;
}

#slogan {
    color: white;
}

