/*** 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: url(images/static/contentbg.gif) repeat-y 50% 50%;
}

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

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

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

#main_nav_container {
    background: url(images/static/navbr.gif);
}

.sub_nav_container {
    background: url(images/static/sub_navbr.gif) bottom left;
}

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

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

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

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

#slogan {
    color: #d39445;
}

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

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

#main_nav_list a.main_nav_item {
    background: url(../../images/dynamic/buttonset10/n1.gif) no-repeat;
    color: #fff;
}

#main_nav_list a.main_nav_item:hover {
    background: url(../../images/dynamic/buttonset10/n1activeitem.gif) no-repeat;
    color: #fff;
}

#main_nav_list a.main_nav_active_item {
    background: url(../../images/dynamic/buttonset10/n1activeitem.gif) no-repeat;
    color: #fff;
}

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

.sub_nav_list a.sub_nav_item {
    color: #3d3d4e;
    background: url(../../images/dynamic/buttonset10/subnav1.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item:hover {
    background: url(../../images/dynamic/buttonset10/subnav1active.gif) no-repeat;
    color: #fff;
}

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

/*--- search ---------------------------------------------------------------*/

#content_search_container {
    background: transparent url(images/static/search_bg3.gif) top left no-repeat;
}

#content_search_container button {
    background: transparent url(images/static/search.gif) center center no-repeat;
}

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

#footer {
    background: transparent url(images/static/footerbg.gif) bottom left no-repeat;
}

#footer_text {
    color: #000;
}

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

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

body#main_body {
    color: #6e6e6e;
    background: url(images/static/bg.gif) center top;
}

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

.content {
    color: #000;
}

.content {
    color: #000;
}

.content p {
    color: #000;
}

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

.content h1 {
    color: #000;
}

.content h2 {
    color: #000;
}

.content h3 {
    color: #000;
}

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

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

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

.content a:hover {
    color: #480a0a;
}

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

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

.content th {
    color: #fff;
    background-color: #a25337;
    border-color: #a25337;
    padding: 3px;
}

.content td {
    padding: 3px;
    border: 1px solid #878787;
}

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

.content tr {
    color: #000;
    background-color: #fff;
    padding: 3px 2px 3px 2px;
}

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

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

.content fieldset {
    border-color: #fff;
}

.content legend {
    color: #000;
}

.content label {
    color: #000;
}

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

.content button {
    border-color: #000;
    background: #faf1e5;
}

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

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


