/*** Normalized ***/


/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 5

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

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





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

body#main_body {
    background: #000 url(images/static/bg_color.gif) repeat-x;
}

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

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

/* #header {
	border-right: 1px solid #16572f;
} */

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

#content_top {
    background: #38b293 url(images/static/top_menu_left.gif) no-repeat -1px 0;
}

#left_menu_container {
    background: url(images/static/left_menu_bg.jpg) no-repeat 0px 0px;
}

/* #line_right {
    background: #16572f;
} */

/*--------LEFT NAVIGATIONS -------*/

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

/*----------Content---------*/

#footer {
    border-right: 1px solid #16572f;
    background: #000000 url(images/static/content_futer.gif) no-repeat;
}

.content li {
    color: #dedfe0;
}

.content ul {
    list-style-image: url(images/static/marker.gif);
}

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

.content table {
    border-color: #38b293;
}

.content th {
    background-color: #38b293;
}

.content td {
    border-color: #38b293;
}

.content tr {
    padding: 3px 5px 3px 2px;
}

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

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

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

.content input {
    background: #cbdcd8;
}



