/*** Normalized ***/


/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/



/*-- main container --------------------------------------------------------*/

#main_nav_container {
    background: url(images/static/main_nav_container.gif) 0 0 no-repeat;
}

#container {
    background: transparent  url(images/static/container_bg.gif)  0 0;
}

#main_container {
    background: transparent url(images/static/main_container.gif) 0 0 no-repeat;
}

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

#slogan {
    color: #6e6e6e;
    /*	background: url(images/static/hbg.gif) no-repeat;*/

}

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

#main_nav_list {
}

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

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

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

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

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

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

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

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

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

#content_search_container {
    background: transparent url(images/static/search_bg.gif) 0px 0px repeat-x;
}

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

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

#footer_text {
    color: #706560;
}

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

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

body#main_body {
    color: #000000;
    background-color: #25300a;
}

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

.content {
}

.content {
}

.content p {
}

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

.content h1 {
}

.content h2 {
}

.content h3 {
}

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

.content a:link {
}

.content a:visited {
}

.content a:hover {
}

.content a:active {
}

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

.content table {
}

.content th {
}

.content tr {
}

.content td {
}

.content table {
    border-color: #cc9966;
}

.content th {
    color: #fff;
    background-color: #6c8c1d;
    padding: 3px 2px 3px 5px;
}

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

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

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

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

.content fieldset {
    border-color: #232d0a;
}

.content #legend {
    color: #232d0a;
}

.content label {
    color: #232d0a;
}

.content input {
    border-color: #232d0a;
}

.content textarea {
    border-color: #232d0a;
}

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


