/*** Normalized ***/


/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

@import url("weblog_cs1.css");

/*-- main container --------------------------------------------------------*/

#container {
    background: url(images/static/contentbg.gif) repeat-y 50% 50% #666666;
}

/*--- header ---------------------------------------------------------------*/

#header {
    background: url(images/static/headerbg.gif) no-repeat;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    background: url(images/static/navbg.gif) repeat-y;
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: url(../../images/dynamic/key_visual1.jpg) no-repeat;
}

/*--- caption --------------------------------------------------------------*/

#slogan {
    color: #fff;
    background: url(images/static/hbg.gif) no-repeat;
}

/*--- main navigation ------------------------------------------------------*/

/*--- main navigation items ------------------------------------------------*/

#main_nav_list li {
    border-color: #000;
}

#main_nav_list .page_item a {
    color: #fff;
}

#main_nav_list .page_item a {
    color: #fff;
    background: url("../../images/dynamic/buttonset1/n1.gif") no-repeat;
    background-position: top left;
}

#main_nav_list .page_item a:hover {
    color: #fff;
    background: url("../../images/dynamic/buttonset1/n1hover.gif") no-repeat;
    background-position: top left;
}

#main_nav_list .current_page_item a {
    color: #000;
    background: url("../../images/dynamic/buttonset1/n1activeitem.gif") no-repeat;
    background-position: top left;
}

#main_nav_list .current_page_item a {
    color: #000;
    background: url("../../images/dynamic/buttonset1/n1activeitem.gif") no-repeat;
    background-position: top left;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    color: #bed058;
    background: url("../../images/dynamic/buttonset1/subnav1.gif") no-repeat;
}

.sub_nav_list a:link {
    color: #bed058;
}

.sub_nav_list a:hover {
    background: url("../../images/dynamic/buttonset1/subnav1hover.gif") no-repeat;
    color: #bed058;
}

.sub_nav_list a.sub_nav_active_item {
    color: #bed058;
    background: url("../../images/dynamic/buttonset1/subnav1active.gif") no-repeat;
}

.sub_nav_list a.sub_nav_active_item {
    color: #bed058;
}

.sub_nav_list a.sub_nav_active_item:hover {
    color: #bed058;
    background: url("../../images/dynamic/buttonset1/subnav1hover.gif") no-repeat;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    background: transparent url("images/static/footerbg.gif") top left no-repeat;
}

#footer_text {
    color: #333333;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body {
    color: #000;
    background: #666 url(images/static/pgbk.gif) repeat-x;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    color: #fff;
}

.content p {
    color: #fff;
}

/*--- headings -------------------------------------------------------------*/

.box1_head {
    color: #d5d5d5;
    background: url("images/static/weblog_head1.gif") no-repeat;
}

.box2_head {
    color: #d5d5d5;
    background: url("images/static/weblog_head1.gif") no-repeat;
}

.box3_head {
    color: #d5d5d5;
    background: url("images/static/weblog_head1.gif") no-repeat;
}

.content h1 {
    color: #d5d5d5;
    background: url("images/static/header1bg.gif") no-repeat;
}

.content h2 {
    color: #d5d5d5;
    background: url("images/static/header2bg.gif") no-repeat;
}

.content h3 {
    color: #d5d5d5;
    background: url("images/static/header2bg.gif") no-repeat;
}

/*--- links ----------------------------------------------------------------*/

.content a:link {
    color: #bed058;
}

.content a:visited {
    color: #bed058;
}

.content a:hover {
    color: #bed058;
}

.content a:active {
    color: #bed058;
}

/*--- tables ---------------------------------------------------------------*/

.content td {
    border: 1px solid #4c4c4c;
}

.content table {
    border-color: #bed058;
}

.content th {
    border: 1px solid #4c4c4c;
    color: #4c4c4c;
    background: url("images/static/tbl_header.gif");
    padding: 3px 2px 3px 2px;
}

.content tr.odd {
    color: #fff;
    background-color: #696969;
    padding: 3px 2px 3px 2px;
}

.content tr {
    color: #fff;
    background-color: #7c7c7c;
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    color: #fff;
    background-color: #7c7c7c;
    padding: 3px 2px 3px 2px;
}

.content li {
    color: #fff;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #000;
    background: url(images/static/fieldsetbg.gif) repeat-x top left #666;
}

.content legend {
    color: #fff;
}

.content label {
    color: #ccc;
}

.content input {
    border-color: #fff;
}

.content textarea {
    border-color: #fff;
}

.content button {
    color: #fff;
    background: transparent url("images/static/inputbutton.gif") top left;
}

/*--------------------------------------------------------------------------*/


