/*** Normalized ***/

/*----------------------------------------------------------------------------
	colorscheme1.css for colorscheme 1

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

/*-- main container --------------------------------------------------------*/

#container {
    position: relative;
    background: #ffffff;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #52768f;
    border-left-color: #52768f;
    text-align: left;
    width: 775px;
}

/*--- header ---------------------------------------------------------------*/

#header {
    background: #ffffff;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    width: 775px;
    text-align: left;
    background-color: #52768f;
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: url(../../images/dynamic/key_visual1.jpg) repeat-x 0px 0px;
}

/*--- logo -----------------------------------------------------------------*/

/*--- caption --------------------------------------------------------------*/

#slogan {
    color: #ffffff;
    background: #52768f;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #b4c3ce;
    border-right-color: #344b5b;
    border-bottom-color: #22323c;
    border-left-color: #829cae;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list {
    background-color: #52768f;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #b4c3ce;
    border-bottom-color: #22323c;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list .page_item a {
    border-top: 1px solid #e0e9ef;
    border-right: 1px solid #808a91;
    border-bottom: 1px solid #545b60;
    border-left: 1px solid #d4e1ea;
	 color: #000;
}

#main_nav_list .page_item a:link {
    color: #000000;
    background: #c9d9e4;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #e0e9ef;
    border-right-color: #808a91;
    border-bottom-color: #545b60;
    border-left-color: #d4e1ea;
    width: auto;
}

#main_nav_list .page_item a:hover {
    background: #dee9f2;
    color: #000000;
    border-top: 1px solid #5a6065;
    border-right: 1px solid #dfeaf3;
    border-bottom: 1px solid #e8f0f6;
    border-left: 1px solid #858f97;
}

#main_nav_list .current_page_item a {
    color: #fff5aa;
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #5a5a5a;
    border-left: 1px solid #dfdfdf;
}

#main_nav_list .current_page_item a:link {
    color: #ffffff;
    background: #52768f;
    border-top-width: 0.1em;
    border-right-width: 0.1em;
    border-bottom-width: 0.1em;
    border-left-width: 0.1em;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #b4c3ce;
    border-right-color: #344b5b;
    border-bottom-color: #22323c;
    border-left-color: #829cae;
}

/*--- subnavigation items --------------------------------------------------*/

/*--- search ---------------------------------------------------------------*/

/*--- footer ---------------------------------------------------------------*/

#footer {
    background: #52768f;
}

#footer_text {
    color: #ffffff;
}

/*----------------------------------------------------------------------------
  weblog styles
----------------------------------------------------------------------------*/

/*--- a container for the "about me" box -----------------------------------*/

#weblog_calendar {
    background: #52768f;
    font-weight: normal;
    color: #ffffff;
}

.box1_head {
    color: #000000;
    background-color: #ffffff;
    padding: 3px;
    border-top: 1px solid #52768f;
    border-right: 1px solid #52768f;
    margin: 15px 0px 0px;
    height: 15px;
    font-size: 11px;
    font-weight: normal;
}

/*--- weblog categories ----------------------------------------------------*/

.box2 {
    background: #52768f;
    color: #ffffff;
}

.box2_head {
    color: #000000;
    background-color: #ffffff;
    padding: 3px;
    border-top: 1px solid #52768f;
    border-right: 1px solid #52768f;
    margin: 15px 0px 0px;
    height: 15px;
    font-size: 11px;
    font-weight: normal;
}

.link2 a {
    background: transparent url(images/static/link_cat.gif) top left no-repeat;
    color: #ffffff;
}

/*--- weblog last comments -------------------------------------------------*/

.box3 {
    background: #52768f;
    color: #ffffff;
}

.link3 a {
    color: #ffffff;
}

.list2 li {
    border: #ffffff;
}

.box3_head {
    color: #000000;
    background-color: #ffffff;
    padding: 3px;
    border-top: 1px solid #52768f;
    border-right: 1px solid #52768f;
    margin: 15px 0px 0px;
    height: 15px;
    font-size: 11px;
    font-weight: normal;
}

/*--- weblog external links ------------------------------------------------*/

.box4 {
    background: #52768f;
    color: #ffffff;
}

.box4_head {
    color: #000000;
    background-color: #ffffff;
    padding: 3px;
    border-top: 1px solid #52768f;
    border-right: 1px solid #52768f;
    margin: 15px 0px 0px;
    height: 15px;
    font-size: 11px;
    font-weight: normal;
}

.link4 a {
    background-image: url(images/static/link_ext.gif);
    background-repeat: no-repeat;
    background-position: left top;
    color: #ffffff;
}

/*--- weblog search --------------------------------------------------------*/

.search_box {
    background: #52768f;
}

#weblog_search_input input {
    width: 100%;
    margin: 0;
    padding: 0;
}

#weblog_search_button {
    text-align: right;
    padding: 0;
    margin: 5px 0 0;
    color: #000000;
}

/*--- weblog content -------------------------------------------------------*/

.weblog_article_quote {
    background: url(images/static/h_bg.gif);
}

.weblog_comment_link a {
    background-image: url(images/static/link_ext.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.pager {
    background: #52768f;
}

.link5 a {
    color: #ffffff;
}

.pager a:link {
    color: #ffffff;
}

.link5 a:visited {
    color: #ffffff;
}

.link5 a:hover {
    color: #c9d9e4;
}

.current_page {
    color: #d7e5f0;
}

/*----------------------------------------------------------------------------
  forum styles
----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    color: #000000;
    background: url(images/static/bg-site.jpg) repeat fixed;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    color: #333333;
}

.content p {
    color: #333333;
}

/*--- headings -------------------------------------------------------------*/

.box1_head {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #52768f;
}

.box2_head {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #52768f;
}

.box3_head {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #52768f;
}

/*--- links ----------------------------------------------------------------*/

.content a:link {
    color: #000000;
}

.content a:visited {
    color: #888888;
}

.content a:hover {
    color: #990000;
}

.content a:active {
    color: #700905;
}

/*--- tables ---------------------------------------------------------------*/

.content th {
    color: #ffffff;
    background-color: #52768f;
    padding: 3px 2px 3px 2px;
}

.content tr.odd {
    color: #665555;
    background-color: #c9d9e4;
    padding: 3px 2px 3px 2px;
}

.content tr {
    color: #665555;
    background-color: #eaf3fa;
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    color: #665555;
    background-color: #eaf3fa;
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #52768f;
    background: #e8eaec;
    padding: 0px;
    margin: 15px;
}

.content legend {
    color: #000000;
}

.content label {
    color: #000000;
}

.content input {
    border-color: #52768f;
}

.content textarea {
    border-color: #52768f;
}

/*--------------------------------------------------------------------------*/

#comment {
    width: 500px;
}

p.par1 {
    margin: 5px;
}

a.link6 {
    text-decoration: none;
	 color: #FFF;
}

.link6 h1, #weblog_article_container h1{
	 color: #52768f;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #52768f;
    font-size: 16px;
	 text-decoration: none;
}

.list1 h2 {
    font-size: 100%;
}


#weblog_sub_container1 .box2 a{
    color: #FFF;
}
