/*----------------------------------------------------------------------------
	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;*/

    background-color: #ffffff;
}

/*--- 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 --------------------------------------------------------------*/

#slogan {
    /*background-color:#F2F2F2;*/

}

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

#main_nav_container {
    background-image: 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: repeat-x;
    background-position: top left;
}

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

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

.sub_nav_container {
    background: bottom left no-repeat;
    background-image: url(images/static/submenu_bg.gif);
    border-top: 1px solid #609ABC;
}

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 url(images/static/footerbg.gif) top left no-repeat;*/

    background-color: #ffffff;
    border-top: 1px solid #858585;
}

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

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

body#main_body {
    background-color: #ffffff;
}

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

.content {
    color: #858585;
}

.content table {
    color: #858585;
    border-color: #588DB5;
}

.content select {
    color: #858585;
}

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

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

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

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

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

.content th {
    color: #ffffff;
    background-color: #9E9E9E;
    border-color: #588DB5;
}

.content td {
    border-color: #588DB5;
}

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

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

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

.content fieldset {
    border-color: #9E9E9E;
}

.content legend {
    color: #74777A;
}

.content label {
    color: #74777A;
}

.content #submit {
    background-color: #FFFFFF;
    border-color: #B4B8BB;
    color: #74777A;
}

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

#weblog_calendar caption {
    background-color: #9E9E9E;
    color: #ffffff;
}

