/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 1

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

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


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

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

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

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

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

/*--- header forum ---------------------------------------------------------*/
#header_forum	{
	background : url(images/static/headerbg_forum.gif) no-repeat;
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
	background : url(images/static/navbg.gif) repeat-y;
}

#main_nav_container_forum {
	background : url(images/static/navbg.gif) repeat-y;
}
/*--- key visiual ----------------------------------------------------------*/

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

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

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

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

a.main_nav_active_item {
	color: #00FF66;
	background: url(../../images/dynamic/buttonset1/n1activeitem.gif) no-repeat;
	background-position: top right;
}

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

a.sub_nav_item {
	font-weight: bold;
	color: #ffcc33;
	background: url(../../images/dynamic/buttonset1/subnav1.gif) no-repeat;	
}

a.sub_nav_item:hover {
   font-weight: bold;
	background: url(../../images/dynamic/buttonset1/subnav1hover.gif) no-repeat;
	color: #33FF66;
}

a.sub_nav_active_item {
	font-weight: bold;
	color: #EEEEEE;	
	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 forum ----------------------------------------------------------*/

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

#footer_text {
	color: #ECECEC;
}



/*----------------------------------------------------------------------------
  weblog styles
----------------------------------------------------------------------------*/

/*--- a container for the "about me" box -----------------------------------*/

#weblog_about_me_container {
	background: transparent url(images/static/weblog_bg.gif) bottom left no-repeat;
}

#weblog_about_me_container h1 {
	background: transparent url(images/static/weblog_head2.gif) top left no-repeat;
	color:#ffffff;
}

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

/*--- weblog categories ----------------------------------------------------*/

#weblog_categories_container {
	background: transparent url(images/static/weblog_bg.gif) bottom left no-repeat;
}

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

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

/*--- weblog last comments -------------------------------------------------*/

#weblog_last_comments_container {
	background: transparent url(images/static/weblog_bg.gif) bottom left no-repeat;
}

#weblog_last_comments_container li {
	border-color: #ddd6d4;
}

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

/*--- weblog external links ------------------------------------------------*/

#weblog_external_links_container {
	background: transparent url(images/static/weblog_bg2.gif) bottom left no-repeat;
}

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

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

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

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

/*--- weblog content -------------------------------------------------------*/
.weblog_article_quote {
	background: transparent url(images/static/h_bg.gif);
}

.weblog_comment_link a {
	background: transparent url(images/static/link_ext.gif) top left no-repeat;
}

#weblog_pager {
	background: transparent url(images/static/pager_bg.gif) top left no-repeat;
	color:#b4a5a1;
}

#weblog_pager a {
	color: #000000;
}

#weblog_pager a:link {
	color: #000000;
}

#weblog_pager a:visited	{
	color: #FFCC33;
}

#weblog_pager a:hover {
	color: #00FF66;
}

#weblog_current_page {
	color: White;
}


/*----------------------------------------------------------------------------
  forum styles
----------------------------------------------------------------------------*/

#forum_commands_container {

}

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

#content_search_caption {
	color: #CCCCCC;
}

#forum_topics_container table {
	border-color: #FF6633;
}

#forum_topics_container th {
	background-color: #CC3333;
	color: #ffffff;
	border-color: #FF3333;
}

#forum_messages_container table {
	border-color: #FF3333;
}

#forum_messages_container th {
	background-color: #CC3333;
	color: #ffffff;
	border-color: #FF3333;
}

#forum_pager {
	background: transparent url(images/static/pager_bg2.gif) top left no-repeat;
	color: #000000;
}

#forum_pager a {
	color: #000000;
}

#forum_pager a:link {
	color: #000000;
}

#forum_pager a:visited	{
	color: #FF9900;
}

#forum_pager a:hover {
	color: #33FF66;
}

#forum_current_page {
	color: White;
}


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

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

body#main_body {
	color: White;
	background : #e1dbda url(images/static/pgbk.gif) repeat;
}

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

.content p {
	color: #F3F3F3;
}

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

.content h1 {
	color: #CC3300;
}

.content h2 {
	color: #CC3300;
}

.content h3 {
	color: #CC3300;
}

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

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

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

.content a:hover {
	color: #00FF66;
}

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

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

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

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

.content tr.odd {
	color: #755b53;
	background-color:#f9f8f8;
	padding: 3px 2px 3px 2px;
}

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

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

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

.content legend{
	color: #FF3300;
}

.content label {
	color: #FF3300;
}

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

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

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