/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 10

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

#main_container {
    background: no-repeat top left;
    background-image: url(images/static/top_content.gif);
}

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

#container {
    background: repeat-y;
    background-image: url(images/static/contentbg.gif);
}

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

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

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

#key_visual {
    background: no-repeat;
}

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

#logo {
    background: no-repeat top right;
}

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

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

#main_nav_container {
    /*background : url(images/static/menubg.gif);*/

}

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

a.main_nav_item {
    background: no-repeat;
    background-position: top left;
}

a.main_nav_item:hover {
    background: no-repeat;
    background-position: top left;
}

a.main_nav_active_item {
    background: no-repeat;
    background-position: top left;
}

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

.sub_nav_container {
    background-image: url(images/static/submenubg.gif);
}

a.sub_nav_item {
    background: no-repeat;
}

a.sub_nav_item:hover {
    background: no-repeat;
}

a.sub_nav_active_item {
    background: no-repeat;
}

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

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

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

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

body#main_body {
    background-color: #5E672E;
}

body#main_div {
    background-color: #5E672E;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    color: #5F5F5D;
}

.content table {
    color: #5F5F5D;
    border-color: #425326;
}

.content select {
    color: #5F5F5D;
}

.content input {
    color: #5F5F5D;
    border-color: #B4B8BB;
}

.content textarea {
    color: #5F5F5D;
    border-color: #B4B8BB;
}

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

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

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

.content th {
    color: #ffffff;
    background-color: #425326;
    border-color: #425326;
}

.content td {
    border-color: #425326;
}

.content tr.odd {
    color: #6E6E6E;
    background-color: #ffffff;
}

.content tr.even {
    color: #6E6E6E;
    background-color: #EEF0DA;
}

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

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

.content legend {
    color: #2C2217;
}

.content label {
    color: #2C2217;
}

.content #submit {
    background-color: #FFFFFF;
    border-color: #B4B8BB;
    color: #2C2217;
}

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

#weblog_calendar caption {
    color: #ffffff;
    background: no-repeat;
    background-image: url(images/static/head.gif);
}

