/*** Normalized ***/

/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 3

	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 top left;
}

#main_container {
}

/*--- header ---------------------------------------------------------------*/

#header {
    background: url(images/static/headerbg.jpg) no-repeat top left;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    background: url(images/static/navbg.gif) repeat-y;
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: url(../../images/dynamic/key_visual1.jpg) no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
}

/*--- caption --------------------------------------------------------------*/

#slogan {
    color: #444;
    background: url(images/static/captionbg.gif) no-repeat top left;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list {
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list {
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list li {
}

#main_nav_list a {
    color: #000;
}

#main_nav_list a:link {
    color: #000;
    background: url("../../images/dynamic/buttonset3/n1.gif") no-repeat top right;
}

#main_nav_list a:hover {
    color: #000;
    background: url("../../images/dynamic/buttonset3/n1hover.gif") no-repeat top right;
}

#main_nav_list .current_page_item a {
    color: #99cc33;
    background: url("../../images/dynamic/buttonset3/n1activeitem.gif") no-repeat top right;
}

#main_nav_list .current_page_item a:link {
    color: #99cc33;
    background: url("../../images/dynamic/buttonset3/n1activeitem.gif") no-repeat top right;
}

#main_nav_list .current_page_item a:hover {
    color: #fff;
    background: url("../../images/dynamic/buttonset3/n1activeitem.gif") no-repeat top right;
}

/*--- subnavigation items --------------------------------------------------*/

/*--- search ---------------------------------------------------------------*/

#content_search_container {
    background: transparent url("images/static/search_bg3.gif") top left no-repeat;
}

#content_search_container button {
    border-color: #333;
    color: #333;
    background: transparent url("images/static/inputbutton.gif") top left;
}

#content_search_container input {
    background: transparent url("images/static/input_bg.gif") top left;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    background: transparent url("images/static/footerbg.gif") top left no-repeat;
}

#footer_text {
    color: #ddd;
}

/*----------------------------------------------------------------------------
  weblog styles
----------------------------------------------------------------------------*/

/*--- a container for the "about me" box -----------------------------------*/

#weblog_calendar {
    /*background	:transparent url("images/static/weblog_bg.gif") bottom left no-repeat;*/

}

.box1_head {
    background: transparent url("images/static/weblog_head1.gif") no-repeat;
    color: #99cc33;
}

/*--- weblog categories ----------------------------------------------------*/

.box2 {
    /*background:transparent url("images/static/weblog_bg.gif") bottom left no-repeat;*/

}

.box2_head {
    color: #99cc33;
    background: transparent url("images/static/weblog_head1.gif") no-repeat;
}

.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-bottom: 1px dotted #000;
}

.box3_head {
    color: #99cc33;
    background: transparent url("images/static/weblog_head1.gif") 0px 0px no-repeat;
}

/*--- weblog external links ------------------------------------------------*/

.box4 {
    /*background:transparent url("images/static/weblog_bg2.gif") bottom left no-repeat;*/

}

.box4_head {
    color: #99cc33;
    background: transparent url("images/static/weblog_head1.gif") no-repeat;
}

.link4 a {
    background: transparent url("images/static/link_ext.gif") top left no-repeat;
}

/*--- weblog search --------------------------------------------------------*/

.search_box {
    background: transparent url("images/static/wsearchbg.gif") top left no-repeat;
}

.search_box button {
    border-color: #333;
    color: #333;
    background: transparent url("images/static/inputbutton.gif") top left;
}

.search_box input {
    background: transparent url("images/static/input_bg.gif") top left;
}

/*--- weblog content -------------------------------------------------------*/

.weblog_article_quote {
    background: transparent url("images/static/h_bg.gif");
}

.weblog_article_info {
    color: #aaa;
}

.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: #fff;
}

.link5 a {
    color: #fff;
}

.pager a:link {
    color: #fff;
}

.link5 a:visited {
    color: #fff;
}

.link5 a:hover {
    color: #000;
}

.current_page {
    color: #000;
}

/*----------------------------------------------------------------------------
  forum styles
----------------------------------------------------------------------------*/

.content button {
    border-color: #333;
    color: #333;
    background: transparent url("images/static/inputbutton.gif") top left;
}

#content_search_caption {
    color: #000;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    color: #000;
    background: #aaa url(images/static/pgbk.gif) top left;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    color: #000;
}

.content p {
    color: #000;
}

/*--- headings -------------------------------------------------------------*/

.box1_head {
    color: #79b013;
    background: url("images/static/header1bg.gif") no-repeat;
}

.content h2 {
    color: #79b013;
    background: url("images/static/header2bg.gif") no-repeat;
}

.content h3 {
    color: #79b013;
    background: url("images/static/header3bg.gif") no-repeat;
}

/*--- links ----------------------------------------------------------------*/

.content a:link {
    color: #157ebf;
}

.content a:visited {
    color: #157ebf;
}

.content a:hover {
    color: #157ebf;
}

.content a:active {
    color: #157ebf;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
}

.content th {
}

.content tr {
}

.content td {
    color: #000;
}

.content table {
    color: #000;
}

.content th {
    background-color: #99cc33;
    color: #fff;
    padding: 16px 2px 5px 2px;
}

#content_container tr.odd {
    color: #000;
    background-color: #f9ffee;
    padding: 3px 2px 3px 2px;
}

#content_container tr.even {
    color: #000;
    background-color: #fff;
    padding: 3px 2px 3px 2px;
}

.content ul {
}

.content li {
    color: #000;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #666;
}

legend {
    color: #000;
}

.content label {
    color: #000;
}

.content input {
    border-color: #666;
}

.content textarea {
    border-color: #666;
}

/*--------------------------------------------------------------------------*/

/*--- special --------------------------------------------------------------*/

#extra_div1 span {
    background: url(images/static/headerbg_overlay.gif) no-repeat;
}

#extra_div2 span {
    background: url(images/static/logo_overlay.gif) no-repeat 18px 0px;
}

/*--------------------------------------------------------------------------*/

#comment {
    width: 500px;
}

p.par1 {
    margin: 5px;
}

a.link6 {
    text-decoration: none;
}

.link6 h1, #weblog_article_container h1{
    color: #79b013;
    background: url("images/static/header1bg.gif") no-repeat;
}

.list1 h2 {
    font-size: 150%;
}


