/*----------------------------------------------------------------------------
	colorscheme.css for coroschem 7

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

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

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

#logo {
    background: no-repeat;
}

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

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

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

}

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

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
img               {border: 0px none; }


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/clouds.jpg);
	z-index: -10
}

/*--- 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: #04408A;
    background-color: #90C7FF;
    border-color: #0550AC;
}

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

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

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

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

.content fieldset {
    border-color: #0550AC;
}

.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: #C1DFFF;
}

