/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

@import url("weblog_cs2.css");

/*----------------------------------------------------------------------------
	colorscheme.css (2)

	this css-file contains all definitions, that are dependend from the
	colorschemes.

	(c) Georg Torges (kein_bluemchen@gmx.de) for 1und1 Website Award
 ----------------------------------------------------------------------------*/

.box1_head {
    color: #95B91C;
}

.content h2 {
    color: #95B91C;
}

.content h3 {
    color: #95B91C;
}

.content a {
    color: #95B91C;
}

.content a:link {
    color: #95B91C;
}

.content a:visited {
    color: #95B91C;
}

.content a:hover {
    color: #95B91C;
}

.content a:active {
    color: #95B91C;
}

.content fieldset {
    border-color: #B2DC1B;
}

#main_nav_container .page_item a {
    background-image: url(../../images/dynamic/buttonset2/main_nav_link_button.gif);
}

#main_nav_container .page_item a:hover {
    background-color: #F9FDEC;
    background-image: url(../../images/dynamic/buttonset2/main_nav_hover_button.gif);
}

#main_nav_container .current_page_item a {
    background-image: url(../../images/dynamic/buttonset2/main_nav_active_button.gif);
}

#main_nav_container .current_page_item a:hover {
    background-image: url(../../images/dynamic/buttonset2/main_nav_active_button.gif);
}

#content_search_container {
    background-color: #B2DC1B;
}

.search_box {
    background-color: #B2DC1B;
}

#forum_search_container {
    background-color: #B2DC1B;
}

.sub_nav_list {
    background-color: #F9FDEC;
}

.content th {
    background-color: #F9FDEC;
}

.sub_nav_list a {
    background-image: url(../../images/dynamic/buttonset2/sub_nav_link_button.gif);
}

.sub_nav_list a:hover {
    background-image: url(../../images/dynamic/buttonset2/sub_nav_hover_button.gif);
}

.sub_nav_list a.sub_nav_active_item {
    background-image: url(../../images/dynamic/buttonset2/sub_nav_active_button.gif);
}

.sub_nav_list a:hover.sub_nav_active_item {
    background-image: url(../../images/dynamic/buttonset2/sub_nav_active_button.gif);
}

#logo {
    background: url(images/static/logo.gif) no-repeat;
}


