/*** 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/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-y;
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: url(images/dynamic/key_visual1.jpg) no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

/*--- caption --------------------------------------------------------------*/

#slogan, #slogan a {
    color: #ea7f37;
    background: url(images/static/hbg.gif) no-repeat;
}

/*--- main navigation ------------------------------------------------------*/

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    color: #ffffff;
}

#main_nav_list a:link {
    color: #ffffff;
    background: url(../../images/dynamic/buttonset1/n1.gif) no-repeat;
    background-position: top right;
}

#main_nav_list a:hover {
    color: #ffffff;
    background: url(../../images/dynamic/buttonset1/n1hover.gif) no-repeat;
    background-position: top right;
}

#main_nav_list a.main_nav_active_item {
    color: #ffffff;
    background: url(../../images/dynamic/buttonset1/n1activeitem.gif) no-repeat;
    background-position: top right;
}

#main_nav_list a.main_nav_active_item:link {
    color: #ffffff;
    background: url(../../images/dynamic/buttonset1/n1activeitem.gif) no-repeat;
    background-position: top right;
}

/*--- subnavigation items --------------------------------------------------*/

/*--- search ---------------------------------------------------------------*/

/*--- footer ---------------------------------------------------------------*/

#footer {
    background: transparent url(images/static/footerbg.gif) top left no-repeat;
}

#footer_text {
    color: #666666;
}

/*----------------------------------------------------------------------------
  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_head2.gif) top left no-repeat;
    color: #ffffff;
}

/*--- 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;
}

.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;
}

/*--- 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;
}

.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: #b4a5a1;
}

.link5 a {
    color: #424142;
}

.pager a:link {
    color: #424142;
}

.link5 a:visited {
    color: #424142;
}

.link5 a:hover {
    color: #b4a5a1;
}

.current_page {
    color: #000000;
}

/*----------------------------------------------------------------------------
  forum styles
----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    color: #666666;
    background: #efefef url(images/static/pgbk.gif) repeat-x;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    color: #666666;
}

.content p {
    color: #666666;
}

/*--- headings -------------------------------------------------------------*/

.box1_head {
    color: #b4a5a1;
}

.box2_head {
    color: #b4a5a1;
}

.box3_head {
    color: #b4a5a1;
}

/*--- links ----------------------------------------------------------------*/

.content a:link {
    color: #424142;
}

.content a:visited {
    color: #424142;
}

.content a:hover {
    color: #424142;
}

.content a:active {
    color: #424142;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    border-color: #b4a5a1;
}

.content th {
    color: #ffffff;
    background-color: #ae9e9a;
    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 {
    border-color: #84685e;
}

.content legend {
    color: #84685e;
}

.content label {
    color: #84685e;
}

.content input {
    border-color: #84685e;
}

.content textarea {
    border-color: #84685e;
}

/*--------------------------------------------------------------------------*/

#comment {
    width: 500px;
}

p.par1 {
    margin: 5px;
}

a.link6 {
    text-decoration: none;
}

.list1 h2 {
    font-size: 150%;
}



