/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 4

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

@import url("weblog_cs4.css");

/*-- main container --------------------------------------------------------*/

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

/*--- 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_visual4.jpg) no-repeat;
}

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

#logo {

}

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

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

#slogan a {
	color:#be2417;
}

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

#main_nav_list	{

}

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

#main_nav_list .page_item a {
	color: #ffffff;
}

#main_nav_list .page_item a:hover {
	color: #ffffff;
	background: url(../../images/dynamic/buttonset4/n1hover.gif) no-repeat;
	background-position: top right;
}

#main_nav_list .current_page_item a {
	color: #fff5aa;
	background: url(../../images/dynamic/buttonset4/n1activeitem.gif) no-repeat;
	background-position: top right;
}

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

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

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

.sub_nav_list a.sub_nav_active_item {
	color: #fff5aa;
	background: url(../../images/dynamic/buttonset4/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: #776666;
}

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

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

body#main_body {
	color: #000000;
	background : #e13a30 url(images/static/pgbk.gif) repeat-x;
}

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

.content, .content p {
	color: #333333;
}

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

.content h1 {
	color: #554444;
}

.content h2 {
	color: #554444;
}

.content h3 {
	color: #554444;
}

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

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

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

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

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

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

.content table {

}

.content th {

}

.content tr {

}

.content td {

}

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

.content th {
	color: #ffffff;
	background-color:#c22600;
	padding: 3px 2px 3px 2px;
}

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

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

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

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

.content legend{
	color: #660000;
}

.content label {
	color: #660000;
}

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

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

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