/*** Normalized ***/


/*----------------------------------------------------------------------------
	colorscheme.css for layout teens colorscheme 4

	this css-file contains all definitions, that depend on the colorscheme.

----------------------------------------------------------------------------*/

@import url("weblog_cs4.css");

#header {
    background-image: url(images/static/logo_bg.gif);
    background-repeat: no-repeat;
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background-image: url(../../images/dynamic/key_visual4.jpg);
    background-repeat: no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    background-image: url(images/static/logo.gif);
    background-repeat: no-repeat;
}

/*--- caption ----------------------------------------------------------------*/

#slogan, #slogan a  {
    color: white;
}

/*--- main navigation items ------------------------------------------------*/

/*--- main navigation button templates -------------------------------------*/

#main_nav_list .page_item a  {
    color: white;
    background: url(../../images/dynamic/buttonset4/main_nav_link_button.gif);
}

#main_nav_list .page_item a:hover {
    color: white;
    background: url(../../images/dynamic/buttonset4/main_nav_hover_button.gif);
}

#main_nav_list .current_page_item a {
    color: white;
    background-image: url(../../images/dynamic/buttonset4/main_nav_active_button.gif);
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_list a.sub_nav_item {
    background-image: url(../../images/dynamic/buttonset4/sub_nav.gif);
    /* color 1 */

    color: #576a68;
}

.sub_nav_list a.sub_nav_item:hover {
    background-image: url(../../images/dynamic/buttonset4/sub_nav_hover.gif);
    color: #576a68;
}

.sub_nav_list a.sub_nav_active_item {
    background-image: url(../../images/dynamic/buttonset4/sub_nav_active.gif);
    color: white;
}

/*--- footer ---------------------------------------------------------------*/

#footer_text {
    /*n 3*/

    color: #696969;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    color: #696969;
    /* color 6 */

    background: #e4e8e9 url(images/static/pgbk.gif) repeat-x;
}

/*--- button ---------------------------------------------------------------*/

.content button, #searchsubmit {
    color: #ffffff;
    /* color 2 */

    background-color: #829896;
    /* color 1 */

    border-color: #576a68;
}

.content button:hover, #searchsubmit:hover {
    /* color 3 */

    border-color: #abb9b9;
}

.content button:active, #searchsubmit:active {
    /* n2 */

    color: 333333;
    border-color: #333333;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    /* n3 */

    color: #696969;
}

.content p {
    /* n3 */

    color: #696969;
}

.content strong {
    /* n3 */

    color: #696969;
}

/*--- headings -------------------------------------------------------------

.box1_head {

    color: #696969;
}

.box2_head {

    color: #696969;
}

.box3_head {
    color: #696969;
}
*/
/*--- links - color 1 -----------------------------------------------------*/

.content a:link {
    /* color 1 */

    color: #576a68;
}

.content a:visited {
    /* color 0 */

    color: #3d5a57;
}

.content a:active {
    /* n2 */

    color: #333333;
}

/*--- tables ---------------------------------------------------------------*/

.content th {
    color: #ffffff;
    /* color 1 */

    background-color: #576a68;
}

.content tr.odd {
    color: #696969;
    /* color 4 */

    background-color: #c5cfce;
}

.content tr {
    color: #696969;
    /* color 5 */

    background-color: #e4e8e9;
}

.content tr.even {
    color: #696969;
    /* color 5 */

    background-color: #e4e8e9;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    color: #696969;
    /* color 2 */

    border-color: #829896;
    voice-family: "\"}\"";
    voice-family: inherit;
    /* color 4 */

    background-color: #c5cfce;
}

.content legend {
    /* n3 */

    color: #696969;
}

.content label {
    /* n3 */

    color: #696969;
}

.content input {
    /* color 0 */

    border-color: #3d5a57;
}

.content textarea {
    /* color 0 */

    border-color: #3d5a57;
}

/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/

#comment {
    width: 500px;
}

p.par1 {
    margin: 5px;
}

a.link6 {
    text-decoration: none;
}
a.link6 h1 {
				color:#696969;
}

.list1 h2 {
    font-size: 100%;
}
.box2 {
    /* color 4 */

    background-color: #D5DCDC;
}

