/*** Normalized ***/


/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 9

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/


@import url("weblog_cs9.css");
@import url("forum_cs9.css");





/*-- main container --------------------------------------------------------*/

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



#left_column {
    border-right: 2px solid #ead9b9;
}



#container1 {
    background: url(images/static/main_content_bg.jpg)  0 0 no-repeat;
}

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

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

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

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

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

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



#main_nav_list a.main_nav_item {
    color: #1d110d;
    background: url(../../images/dynamic/buttonset9/n1.gif) no-repeat;
    background-position: top right;
}



#main_nav_list a.main_nav_item:hover {
    color: #880a0a;
    background: url(../../images/dynamic/buttonset9/n1hover.gif) no-repeat;
    background-position: top right;
}



#main_nav_list a.main_nav_active_item {
    color: #880a0a;
    background: url(../../images/dynamic/buttonset9/n1hover.gif) no-repeat;
    background-position: top right;
}

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

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

.sub_nav_list a.sub_nav_item:hover {
    background: url(../../images/dynamic/buttonset9/subnav1hover.gif) no-repeat;
    color: #dcccb0;
}

.sub_nav_list a.sub_nav_active_item {
    color: #dcccb0;
    background: url(../../images/dynamic/buttonset9/subnav1hover.gif) no-repeat;
}

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

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



#slogan {
    color: #880a0a;
}

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

#footer_line {
    border-left: 2px solid #ead9b9;
}

#footer_text {
    color: #361e16;
}

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



/*--- body ----------------------------------------------------ok #F6E0E4---ok II #EAD3D3--OK III#EAD9D9-----#FFCACB--#FCEFF1-*/



body#main_body {
    color: #000000;
    background-color: #EAD9D9;
}

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

.content {
    color: #000;
    color: #000;
}

.content p {
    color: #000;
}

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

.content h1 {
    color: #000;
}

.content h2 {
    color: #000;
}

.content h3 {
    color: #000;
}

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


.content a:link {
    color: #880a0a;
}

.content a:visited {
    color: #880a0a;
}

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

.content a:active {
    color: #880a0a;
}

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

.content table {
    border-color: #d2b776;
}

.content td {
    border: 1px solid #d2b776;
    padding-left: 7px;
}

.content th {
    background: #b1955f url(images/static/cap.gif) repeat;
    padding-left: 7px;
}

.content tr.odd {
    padding: 3px 2px 3px 2px;
}

.content tr {
    background-color: #e9e5dd;
    padding: 3px 2px 3px 2px;
}

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

/*--- lists ----------------------------------------------------------------*/

.content ul {
    list-style-image: url(images/static/marker.gif);
}

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

.content legend {
    color: #000;
}

.content label {
    color: #000;
}

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

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

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


