/*** Normalized ***/

/*----------------------------------------------------------------------------
	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;
}

/*--- caption --------------------------------------------------------------*/

#slogan, a.link6, #weblog_article_container h1  {
    color: #4868c8;
}

/*--- main navigation ------------------------------------------------------*/

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    background: url(../../images/dynamic/buttonset2/n1.gif) no-repeat;
    color: #666666;
}

#main_nav_list a:link {
    color: #666666;
}

#main_nav_list a:hover {
    background: url(../../images/dynamic/buttonset2/n1hover.gif) no-repeat;
    color: #4868c8;
}

#main_nav_list .current_page_item a {
    background: url(../../images/dynamic/buttonset2/n1activeitem.gif) no-repeat;
    color: #4868c8;
}

#main_nav_list .current_page_item a:link {
    color: #4868c8;
}

/*--- subnavigation items --------------------------------------------------*/

/*--- search ---------------------------------------------------------------*/

/*--- footer ---------------------------------------------------------------*/

#footer {
    background-color: #transparent;
}

#footer_text {
    color: #666666;
}

/*----------------------------------------------------------------------------
  weblog styles
----------------------------------------------------------------------------*/

/*--- a container for the "about me" box -----------------------------------*/

.box1_head {
    background: transparent url(images/static/weblog_head2.gif) top left no-repeat;
    color: #666666;
}

/*--- weblog categories ----------------------------------------------------*/

.box2 {
    background: transparent url(images/static/weblog_bg.gif) bottom left no-repeat;
}

.box2_head {
    background: transparent url(images/static/weblog_head1.gif) top left no-repeat;
    color: #666666;
}

.link2 a {
    background: transparent url(images/static/link_cat.gif) top left no-repeat;
}

/*--- weblog last comments -------------------------------------------------*/

.box3 {
    background: transparent url(images/static/weblog_bg.gif) bottom left no-repeat;
}

.list2 li {
    border-color: #ddd6d4;
}

.box3_head {
    background: transparent url(images/static/weblog_head1.gif) top left no-repeat;
    color: #666666;
}

/*--- weblog external links ------------------------------------------------*/

.box4 {
    background: transparent url(images/static/weblog_bg2.gif) bottom left no-repeat;
}

.box4_head {
    background: transparent url(images/static/weblog_head1.gif) top left no-repeat;
    color: #666666;
}

.link4 a {
    background: transparent url(images/static/link_ext.gif) top left no-repeat;
}

/*--- weblog search --------------------------------------------------------*/

.search_box {
    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;
}

.pager {
    background: transparent url(images/static/pager_bg.gif) top left no-repeat;
    color: #666666;
}

.link5 a {
    color: #666666;
}

.pager a:link {
    color: #666666;
}

.link5 a:visited {
    color: #666666;
}

.link5 a:hover {
    color: #4868c8;
}

.current_page {
    color: #666666;
}

/*----------------------------------------------------------------------------
  forum styles
----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    color: #000000;
    background: url(images/static/pgbk.gif) repeat-x;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    color: #696560;
}

.content p {
    color: #696560;
}

/*--- headings -------------------------------------------------------------*/

.box1_head {
    color: #4868c8;
}

.box2_head, .weblog_article h2 {
    color: #768ed6;
}

.box3_head {
    color: #91a4de;
}

/*--- links ----------------------------------------------------------------*/

.content a:link {
    color: #4868c8;
    text-decoration: underline;
}

.content a:visited {
    color: #4868c8;
}

.content a:hover {
    color: #4868c8;
	 text-decoration: none;
}

.content a:active {
    color: #4868c8;
}

/*--- tables ---------------------------------------------------------------*/

.content th {
    color: #666666;
    background-color: #ecf0f9;
    padding: 3px 2px 3px 2px;
}

.content tr.odd {
    color: #755b53;
    background-color: #f9f8f8;
    padding: 3px 2px 3px 2px;
}

.content tr {
    color: #755b53;
    background-color: #f2efef;
    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: #ecf0f9;
}

.content legend {
    color: #666666;
    font-size: 13px;
    line-height: 14px;
    color: #4868c8;
    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 #9a9a9a;
    border: 1px solid #666666;
    background-color: #efefef;
}

/*--- lists ------------------------------------------------------------*/

.content ul {
    font-size: 11px;
    color: #666666;
}

.content li {
    font-size: 11px;
    color: #666666;
}

.content ol {
    font-size: 11px;
    color: #666666;
}

/*--------------------------------------------------------------------------*/

#comment {
    width: 500px;
}

p.par1 {
    margin: 5px;
}

a.link6 {
    text-decoration: none;
}

.list1 h2 {
    font-size: 150%;
}


