/*** Normalized ***/


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





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

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

#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 #780a03;
}

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

#content_top {
    background: #f37218 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: #780a03;
}

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

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

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

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

.content li {
    color: #ffffff;
}

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

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

.content table {
    border-color: #f37218;
}

.content th {
    background-color: #f37218;
}

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

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

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

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

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

.content input {
    background: #ffede0;
}


