/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 2

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

@import url("weblog_cs2.css");
@import url("forum_cs2.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 {

}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
	background: url(../../images/dynamic/key_visual1.jpg) no-repeat;
}



/*--- caption --------------------------------------------------------------*/

#slogan {
	color: #3655A8;	
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list	{

}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list .page_item a {
	color: #ffffff;
	background: url(../../images/dynamic/buttonset2/n1.gif) no-repeat;
	background-position: top right;
}

#main_nav_list .page_item a:hover {
	color: #ffffff;
	background: url(../../images/dynamic/buttonset2/n1hover.gif) no-repeat;
	background-position: top right;
}

#main_nav_list .current_page_item a {
	color: #ffffff;
	background: url(../../images/dynamic/buttonset2/n1activeitem.gif) no-repeat;
	background-position: top right;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a.sub_nav_item {
	color: #ffffff;
	background: url(../../images/dynamic/buttonset2/subnav1.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item:hover {
	background: url(../../images/dynamic/buttonset2/subnav1hover.gif) no-repeat;
	color: #ffffff;
}

.sub_nav_list a.sub_nav_active_item {
	color: #ffffff;
	background: url(../../images/dynamic/buttonset2/subnav1active.gif) no-repeat;
}


/*--- search ---------------------------------------------------------------*/
#content_search_container {
	background-color: #A8B3BE;
}

#content_search_caption {
	color: #3E4B59;
}
/*--- footer ---------------------------------------------------------------*/

#footer {
	background: transparent url(images/static/footerbg.gif) top left no-repeat;
}

#footer_text {
	color: #ffffff;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	background-color: #F3F3F3;
}

/*--- paragraph ------------------------------------------------------------*/

.content, .content p {
	color: #000000;
}

/*--- headings -------------------------------------------------------------*/

.box1_head {
	color: #2D549C;
}

.content h2 {
	color: #2D549C;
}

.content h3 {
	color: #2D549C;
}

/*--- links ----------------------------------------------------------------*/

.content a:link{
	color: #DB1808;
}

.content a:visited {
	color: #DB1808;
}

.content a:hover {
	color: #DB1808;
}

.content a:active {
	color: #DB1808;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
	border: 1px solid #5E7287;
}

.content th {
	color: #3E4B59;
	background-color:#A8B3BE;
	padding: 2px;
	border: 1px solid #5E7287;
}
.content td {
	padding: 2px;
	border: 1px solid #5E7287;
}

.content tr.odd {
	color: #5E7287;
	background-color:#ffffff;
	padding: 3px 2px 3px 2px;
}

.content tr.even {
	color: #5E7287;
	background-color:#D8DDE2;
	padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	border-color: #5E7287;
}

.content legend{
	color: #5E7287;
}

.content label {
	color: #5E7287;
}

.content input {
	border-color: #5E7287;
}

.content textarea {
	border-color: #5E7287;
}

/*--------------------------------------------------------------------------*/

