/*----------------------------------------------------------------------------
	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%;
}

/*--- header ---------------------------------------------------------------*/
#header	{
	background : url(images/static/headerbg.gif) no-repeat;
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
	background : url(images/static/navbg.gif) repeat top left;
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
	background: url(../../images/dynamic/key_visual1.jpg) no-repeat;
}

/*--- caption --------------------------------------------------------------*/

#slogan {
	color: #EE7B00;
	background: url(images/static/hbg.gif) no-repeat;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list	{

}

/*--- main navigation items ------------------------------------------------*/

a.main_nav_item {
	color: #FF9E35;
	background: url(../../images/dynamic/buttonset2/n1.gif) no-repeat;
	background-position: top right;
}

a.main_nav_item:hover {
	color: #FF9E35;
	background: url(../../images/dynamic/buttonset2/n1hover.gif) no-repeat;
	background-position: top right;
}

a.main_nav_active_item {
	color: #EE7B00;
	background: url(../../images/dynamic/buttonset2/n1activeitem.gif) no-repeat;
	background-position: top right;
}

/*--- subnavigation items --------------------------------------------------*/

a.sub_nav_item {
	color: #EE7B00;
	background: url(../../images/dynamic/buttonset2/subnav1.gif) no-repeat;
}

a.sub_nav_item:hover {
	background: url(../../images/dynamic/buttonset2/subnav1hover.gif) no-repeat;
	color: #EE7B00;
}

a.sub_nav_active_item {
	color: #ffffff;
	background: url(../../images/dynamic/buttonset2/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: #706560;
}



/*----------------------------------------------------------------------------
  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: #EE7B00;
}

#weblog_pager a:link {
	color: #EE7B00;
}

#weblog_pager a:visited	{
	color: #EE7B00;
}

#weblog_pager a:hover {
	color: #b4a5a1;
}

#weblog_current_page {
	color: #000000;
}


/*----------------------------------------------------------------------------
  forum styles
----------------------------------------------------------------------------*/

#forum_commands_container {

}

#forum_search_container {
	background: transparent url(images/static/search_bg.gif) top left no-repeat;
}

#content_search_caption {
	color: #EE7B00;
}

#forum_topics_container table {
	border-color: #b4a5a1;
}

#forum_topics_container th {
	background-color: #e4e0de;
	color: #000000;
	border-color: #b4a5a1;
}

#forum_messages_container table {
	border-color: #b4a5a1;
}

#forum_messages_container th {
	background-color: #e4e0de;
	color: #000000;
	border-color: #b4a5a1;
}

#forum_pager {
	background: transparent url(images/static/pager_bg2.gif) top left no-repeat;
	color:#b4a5a1;
}

#forum_pager a {
	color: #EE7B00;
}

#forum_pager a:link {
	color: #EE7B00;
}

#forum_pager a:visited	{
	color: #EE7B00;
}

#forum_pager a:hover {
	color: #b4a5a1;
}

#forum_current_page {
	color: #000000;
}


/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	color: #000000;
	background : #e1dbda url(images/static/pgbk.gif) repeat-x;
}

/*--- paragraph ------------------------------------------------------------*/

.content p {
	color: #5A3206;
}

.content ul {
	color: #5A3206;
}

.content li {
	color: #5A3206;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
	color: #FF9E35;
}

.content h2 {
	color: #FF9E35;
}

.content h3 {
	color: #FF9E35;
}

/*--- links ----------------------------------------------------------------*/

.content a:link{
	color: #EE7B00;
}

.content a:visited {
	color: #EE7B00;
}

.content a:hover {
	color: #FF9E35;
}

.content a:active {
	color: #EE7B00;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
	border-color: #FF9E35;
}

.content th {
	color: #ffffff;
	background-color:#FF9E35;
	padding: 3px 2px 3px 2px;
}

.content tr.odd {
	color: #5A3206;
	background-color:#F0CC94;
	padding: 3px 2px 3px 2px;
}

.content tr.even {
	color: #5A3206;
	background-color:#ffffff;
	padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	border-color: #84685e;
}

.content legend{
	color: #84685e;
}

.content label {
	color: #84685e;
}

.content input {
	border-color: #84685e;
}

.content textarea {
	border-color: #84685e;
}

/*--------------------------------------------------------------------------*/
