/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 2 - blue

	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;
}

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

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {

}

/*--- sub navigation -------------------------------------------------------*/
.sub_nav_container {

}

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

#key_visual {
}

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

#logo {

}

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

#slogan {
	color: #AABDC8;
}

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

#main_nav_list	{
}

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

#main_nav_list a.main_nav_item {
	background: url(../../images/dynamic/buttonset2/n1.gif) no-repeat;
	background-position: top left;
}

#main_nav_list a.main_nav_item:hover {
	background: url(../../images/dynamic/buttonset2/n1hover.gif) no-repeat;
	background-position: top left;
}

#main_nav_list a.main_nav_active_item {
	background: url(../../images/dynamic/buttonset2/n1activeitem.gif) no-repeat;
	background-position: top left;
}

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

.sub_nav_list a.sub_nav_item {
	color: #990033;
	background: #FF0000 url(../../images/dynamic/buttonset2/subnav1.gif) no-repeat;
	background-position: top left;
}

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

.sub_nav_list a.sub_nav_active_item {
	color: #000000;
	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 : url(images/static/contentbg.gif) repeat-y;
}

#footer_text {
}



/*----------------------------------------------------------------------------
  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;
	color: #4A6A80;
}

#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;
	color: #4A6A80;
}

/*--- 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;
	color: #4A6A80;
}

#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;
}

#weblog_pager a {
	color: #000000;
}

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

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

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

#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;
}

#forum_topics_container table {
}

#forum_topics_container th {
	background-color: #4A6A80;
}
#forum_topics_container td {
	color: #4A6A80;
	background-color:#BCCBD4;
}

#forum_topics_container a {
	color: #4A6A80;
}

#forum_messages_container table {
}

#forum_messages_container th {
	background-color: #4A6A80;
}

#forum_messages_container td {
	color: #4A6A80;
	background-color:#BCCBD4;
}

#forum_messages_container a {
	color: #4A6A80;
}

#forum_messages_container p {
	color: #4A6A80;
}

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

#forum_pager a {
	color: #000000;
}

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

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

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

#forum_current_page {
	color: #000000;
}


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

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

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

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

.content p {
	color: #FFFFFF;
}

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

.content h1 {
	color: #AABDC8;
}

.content h2 {
	color: #AABDC8;
}

.content h3 {
	color: #AABDC8;
}

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

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

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

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

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

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

.content table {
	border-color: #ffffff;
	background-color:#ffffff;
}

.content th {
	color: #ffffff;
	background-color:#4A6A80;
}

.content tr.odd {
	color: #4A6A80;
	background-color:#BCCBD4;
}

.content tr.even {
	color: #4A6A80;
	background-color:#BCCBD4;
}

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

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

.content legend{
	color: #ffffff;
}

.content label {
	color: #ffffff;
}

.content input {
	border-color: #84685e;
	background-color: #BCCBD4;
}

.content textarea {
	border-color: #84685e;
	background-color: #BCCBD4;
}

.content button {
	background-color:#3a586d;
	border: 0px solid #4A6A80;
}

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