/*----------------------------------------------------------------------------
	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/pgbk.gif) repeat-x;
}

/*--- header ---------------------------------------------------------------*/
#header	{
	background-color: transparent;
}

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

}

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

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

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

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

#slogan {
	color: #CC0504;
}

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

#main_nav_list	{

}

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

a.main_nav_item {
	background: url(../../images/dynamic/buttonset3/n1.gif) no-repeat;
	color: #666666;
}

a.main_nav_item:hover {
	background: url(../../images/dynamic/buttonset3/n1hover.gif) no-repeat;
	color: #CC0504;
}

a.main_nav_active_item {
	background: url(../../images/dynamic/buttonset3/n1activeitem.gif) no-repeat;
	color: #CC0504;
}

/*--- subnavigation items --------------------------------------------------*/

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

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

a.sub_nav_active_item {
	color: #CC0504;
	background: url(../../images/dynamic/buttonset3/subnav1active.gif) no-repeat;
}

/*--- search ---------------------------------------------------------------*/
#content_search_container {
	background: transparent url(images/static/search_bg3.gif) top left no-repeat;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background-color: transparent}

#footer_text {
	color: #666666;
}



/*----------------------------------------------------------------------------
  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: #666666
}

#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: #666666
}

#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: #666666
}

/*--- 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: #666666
}

#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:#666666;
}

#weblog_pager a {
	color: #666666;
}

#weblog_pager a:link {
	color: #666666;
}

#weblog_pager a:visited	{
	color: #666666;
}

#weblog_pager a:hover {
	color: #CC05FB;
}

#weblog_current_page {
	color: #666666;
}



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

#forum_commands_container {
	background: transparent url(images/static/comands_bg.gif) top left no-repeat;
}

#forum_search_container {
	background: transparent url(images/static/search_bg.gif) top left no-repeat;
}

#content_search_caption {
	color: #666666;
}

#forum_topics_container table {
	border-color: #666666;
}

#forum_topics_container th {
	background-color: #F2C0C0;
	color: #424142;
	border-color: #666666;
}

#forum_messages_container table {
	border-color: #666666;
}

#forum_messages_container th {
	background-color: #F2C0C0;
	color: #666666;
	border-color: #666666;
}

#forum_pager {
	background: transparent url(images/static/pager_bg.gif) top left no-repeat;
	color:#666666;
}

#forum_pager a {
	color: #666666;
}

#forum_pager a:link {
	color: #666666;
}

#forum_pager a:visited	{
	color: #666666;
}

#forum_pager a:hover {
	color: #CC05FB;
}

#forum_current_page {
	color: #666666;
}

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

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

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

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

.content p {
	color: #696560;
}

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

.content h1 {
	color: #CC0504;
}

.content h2 {
	color: #D94443;
}

.content h3 {
	color: #E06968;
}

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

.content a:link{
		color: #666666;
		text-decoration: underline;
}

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

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

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

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

.content table {
}

.content th {
	color: #ffffff;
	background-color:#F2C0C0;
	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:#f2efef;
	padding: 3px 2px 3px 2px;
}

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

.content fieldset {
	font-size: 11px;
	line-height:14px;
	background-color: #F2C0C0;
}

.content legend{
	color: #666666;
	font-size: 13px;
	line-height:14px;
	color: #CC0504;
	font-weight: bold;
	padding-bottom:22px;

}

.content label {
	font-size: 11px;
	line-height:14px;
	color: #666666;
}

.content input {
	font-size: 11px;
	line-height:14px;
	border: 1px solid #9A9A9A
}

.content textarea {
	font-size: 11px;
	line-height:14px;
	border: 1px solid #9A9A9A
}

.content button {
	font-size: 11px;
	line-height:14px;
		border: 1px solid #666666;
		background-color: #efefef;
}


/*--------------------------------------------------------------------------*/

/*--- lists ------------------------------------------------------------*/

.content ul, .content li {
	font-size: 11px; 
	color: #666666 }

.content ol, .content li  {
	font-size: 11px; 
	color: #666666 }

/*--------------------------------------------------------------------------*/
