/*** Normalized ***/


/*----------------------------------------------------------------------------
	colorscheme.css for teens colorscheme 2

	this css-file contains all definitions, that depend on the colorscheme.

----------------------------------------------------------------------------*/

@import url("weblog_cs2.css");

#header {
    background-image: url(images/static/logo_bg.gif);
    background-repeat: no-repeat;
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background-image: url(../../images/dynamic/key_visual2.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/buttonset2/main_nav_link_button.gif);
}

#main_nav_list .page_item a:hover {
    color: white;
    background: url(../../images/dynamic/buttonset2/main_nav_hover_button.gif);
}

#main_nav_list .current_page_item a {
    color: white;
    background-image: url(../../images/dynamic/buttonset2/main_nav_active_button.gif);
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_list a.sub_nav_item {
    /*color 1*/

    color: #1d81bf;
    background-image: url(../../images/dynamic/buttonset2/sub_nav.gif);
}

.sub_nav_list a.sub_nav_item:hover {
    background-image: url(../../images/dynamic/buttonset2/sub_nav_hover.gif);
    color: #1d81bf;
}

.sub_nav_list a.sub_nav_active_item {
    background-image: url(../../images/dynamic/buttonset2/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: #c4e7fd url(images/static/pgbk.gif) repeat-x;
}

/*--- button ---------------------------------------------------------------*/

.content button, #searchsubmit {
    color: #ffffff;
    /* color 2 */

    background-color: #26a8f6;
    /* color 1 */

    border-color: #1d81bf;
}

.content button:hover, #searchsubmit:hover {
    /* color 3 */

    border-color: #6cc3f9;
}

.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: #1d81bf;
}

.content a:visited {
    /* color 0 */

    color: #356684;
}

.content a:active {
    /* n2 */

    color: #333333;
}

/*--- tables ---------------------------------------------------------------*/

.content th {
    color: #ffffff;
    /* color 1 */

    background-color: #1d81bf;
}

.content tr.odd {
    color: #696969;
    /* color 4 */

    background-color: #99d3f9;
}

.content tr {
    color: #696969;
    /* color 5 */

    background-color: #c4e7fd;
}

.content tr.even {
    color: #696969;
    /* color 5 */

    background-color: #c4e7fd;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    color: #696969;
    /* color 2 */

    border-color: #26a8f6;
    voice-family: "\"}\"";
    voice-family: inherit;
    /* color 4 */

    background-color: #99d3f9;
}

.content legend {
    /* n3 */

    color: #696969;
}

.content label {
    /* n3 */

    color: #696969;
}

.content input {
    /* color 0 */

    border-color: #356684;
}

.content textarea {
    /* color 0 */

    border-color: #356684;
}

/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/

#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: #c4e7fd;
}


