/*** 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");
@import url("forum_cs1.css");
/*-- main container --------------------------------------------------------*/

#container {
    background: url(images/static/contentbg.gif) repeat-y 50% 50%;
}

/*--- header ---------------------------------------------------------------*/

#header {
    background: url(images/static/headerbg.jpg) no-repeat;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    background: url(images/static/navbr.gif) repeat-x; 
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: url(../../images/dynamic/kv1/key_visual1.jpg) no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
}

/*--- caption --------------------------------------------------------------*/

#slogan {
    color: #ff0000;
    /*background: url(images/static/hbg.gif) no-repeat;*/

}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list {
}

/*--- main navigation items ------------------------------------------------*/

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

#main_nav_list a.main_nav_item:hover {
    background: url(../../images/dynamic/buttonset1/n1hover.gif) no-repeat;
    color: #fff;
}

#main_nav_list a.main_nav_active_item {
    background: url(../../images/dynamic/buttonset1/n1activeitem.gif) no-repeat;
    color: #003c7d;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a.sub_nav_item {
    color: #fff;
    background: url(../../images/dynamic/buttonset1/subnav1.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item:hover {
    background: url(../../images/dynamic/buttonset1/subnav1active.gif) no-repeat;
    color: #003c7d;
}

.sub_nav_list a.sub_nav_active_item {
    color: #003c7d;
    background: url(../../images/dynamic/buttonset1/subnav1active.gif) no-repeat;
}

/*--- search ---------------------------------------------------------------*/

#content_search_container {
    background: transparent url(images/static/search_bg3.gif) top left no-repeat;
}

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

#footer {
    background: transparent url(images/static/footerbg.gif) top left no-repeat;
}

#footer_text {
    color: #000;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

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

body#main_body {
    color: #6e6e6e;
    background: #003c7d;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    color: #000;
}

.content {
    color: #000;
}

.content p {
    color: #000;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
    color: #0364a8;
}

.content h2 {
    color: #003c7d;
}

.content h3 {
    color: #003c7d;
}

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

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

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

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

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

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

.content table {
}

.content th {
}

.content tr {
}

.content td {
}

.content table {
    border-color: #559fe7;
}

.content th {
    color: #ffffff;
    background-color: #559fe7;
    padding: 3px;
}

.content td {
    padding: 3px;
    border: 1px solid #559fe7;
}

.content tr.odd {
    color: #000;
    background-color: #fff;
    padding: 3px 2px 3px 2px;
}

.content tr {
    color: #000;
    background-color: #9bedff;
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    color: #000;
    background-color: #9bedff;
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #fff;
}

.content legend {
    color: #003c7d;
}

.content label {
    color: #000;
}

.content input {
    border-color: #000;
}

.content textarea {
    border-color: #000;
}

/*--------------------------------------------------------------------------*/


