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

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

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

}

.bbbbb {
    background: repeat-y;
    background-image: url(images/static/contentbg_v1.gif);
    background-position: top left;
}

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

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

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

#key_visual {
    background: no-repeat;
}

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

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

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

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

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

#main_nav_container {
    background: no-repeat;
    background-image: url(images/static/menubg.gif);
    /*    repeat-x;   */

}

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

.main_nav_item_0 {
    /***********ok*****************/

}

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

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 top left no-repeat;
    background-image: url(images/static/footerbg.gif);
    background-color: #ffffff;
}

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

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

body#main_body {
    background-image: url(images/static/pagebg.gif);
}

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

.content {
    color: #4E4E4D;
}

.content table {
    color: #4E4E4D;
    border-color: #6E6E6E;
}

.content select {
    color: #4E4E4D;
}

.content input {
    color: #4E4E4D;
    border-color: #74777A;
}

.content textarea {
    color: #4E4E4D;
    border-color: #74777A;
}

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

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

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

.content th {
    color: #FFFFFF;
    background-color: #01666E;
    border-color: #F26810;
}

.content td {
    border-color: #6E6E6E;
}

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

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

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

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

.content legend {
    color: #74777A;
}

.content label {
    color: #74777A;
}

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

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

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

