/*** Normalized ***/


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

@import url("weblog_cs2.css");

@import url("forum_cs2.css");

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

body#main_body {
    background: #780a03 url(images/static/bg_color.gif) repeat-x;
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
    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;
}

.sub_nav_list a.sub_nav_item {
    background: url(../../images/dynamic/buttonset2/subnav1.gif) no-repeat 0 0;
}

.sub_nav_list a.sub_nav_item:hover {
    background: url(../../images/dynamic/buttonset2/subnav1active.gif) no-repeat 0 0;
}

.sub_nav_list a.sub_nav_active_item {
    background: url(../../images/dynamic/buttonset2/subnav1active.gif) no-repeat 0 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%;
}

#main_nav_list a.main_nav_item {
    color: #ff7506;
    background: url(../../images/dynamic/buttonset2/n1.gif) no-repeat;
}

#main_nav_list a.main_nav_item:hover {
    background: url(../../images/dynamic/buttonset2/n1active.gif) no-repeat;
    color: #ffbe4d;
}

#main_nav_list a.main_nav_active_item {
    color: #ffbe4d;
    background: url(../../images/dynamic/buttonset2/n1active.gif) no-repeat;
}

#main_nav_list a.main_nav_last_item {
    color: #ff7506;
    background: url(../../images/dynamic/buttonset2/n1last.gif) no-repeat;
}

#main_nav_list a:hover.main_nav_last_item {
    color: #ffbe4d;
    background: url(../../images/dynamic/buttonset2/n1last_active.gif) no-repeat;
}

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

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

.content li {
    color: #ffffff;
}

.content {
    color: #f25b18;
}

.content h1 {
    color: #fcfaf9;
}

.content h2 {
    color: #fcfaf9;
}

.content h3 {
    color: #fcfaf9;
}

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

/*----footer---------*/

#footer_text {
    color: #ffbe4d;
}

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

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

.content a {
    color: #f25b18;
}

.content a:link {
    color: #f25b18;
}

.content a:visited {
    color: #f25b18;
}

.content a:hover {
    color: #b0a1a1;
}

.content a:active {
    color: #b0a1a1;
}

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

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

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

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

.content tr {
    background-color: #ffede0;
    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;
}


