/*** 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 ------------------------------------------------------*/

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: url(../../images/dynamic/key_visual1.gif) no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

/*--- caption --------------------------------------------------------------*/

#slogan, #slogan a {
    color: #663;
}

/*--- main navigation ------------------------------------------------------*/

/*--- main navigation items ------------------------------------------------*/

#main_nav_list .page_item a  {
    background: url(../../images/dynamic/buttonset1/n1.gif) no-repeat;
    color: #fff;
}

#main_nav_list .page_item a:link {
    color: #fff;
}

#main_nav_list .page_item a:hover {
    background: url(../../images/dynamic/buttonset1/n1hover.gif) no-repeat;
    color: #000;
}

#main_nav_list .current_page_item a {
    background: url(../../images/dynamic/buttonset1/n1activeitem.gif) no-repeat;
    color: #000;
}

#main_nav_list .current_page_item a:link {
    color: #000;
}

/*--- subnavigation items --------------------------------------------------*/

#main_nav_list .sub_nav_list a {
    color: #fff;
    background: url(../../images/dynamic/buttonset1/subnav1.gif) no-repeat;
}

#main_nav_list .sub_nav_list a:link {
    color: #fff;
}

#main_nav_list .sub_nav_list a:visited {
    color: #fff;
}

#main_nav_list .sub_nav_list a:hover {
    background: url(../../images/dynamic/buttonset1/subnav1hover.gif) no-repeat;
    color: #000;
}

#main_nav_list .sub_nav_list a:active {
    color: #fff;
}

#main_nav_list .sub_nav_list a.sub_nav_active_item {
    color: #000;
    background: url(../../images/dynamic/buttonset1/subnav1active.gif) no-repeat;
}

#main_nav_list .sub_nav_list a.sub_nav_active_item:link {
    color: #000;
}

#main_nav_list .sub_nav_list a.sub_nav_active_item:visited {
    color: #000;
}

#main_nav_list .sub_nav_list a.sub_nav_active_item:hover {
    color: #000;
    background: url(../../images/dynamic/buttonset1/subnav1hover.gif) no-repeat;
}

#main_nav_list .sub_nav_list a.sub_nav_active_item:active {
    color: #000;
}

/*--- search ---------------------------------------------------------------*/

/*--- footer ---------------------------------------------------------------*/

#footer {
    background: transparent url(images/static/footerbg.gif) top left no-repeat;
}

#footer_text {
    color: #fff;
}

/*----------------------------------------------------------------------------
  weblog styles
----------------------------------------------------------------------------*/

/*--- a container for the "about me" box -----------------------------------*/

#weblog_calendar {
    background: transparent url(images/static/weblog_bg.gif) bottom left repeat;
}

.box1_head {
    background: transparent url(images/static/weblog_head2.gif) top left no-repeat;
    color: #ffc;
}

/*--- weblog categories ----------------------------------------------------*/

.box2 {
    background: transparent url(images/static/weblog_bg.gif) bottom left repeat;
}

.box2_head {
    background: transparent url(images/static/weblog_head1.gif) top left no-repeat;
    color: #ffc;
}

.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 repeat;
}

.list2 li {
    border-color: #663;
}

.box3_head {
    background: transparent url(images/static/weblog_head1.gif) top left no-repeat;
    color: #ffc;
}

/*--- 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: #ffc;
}

.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 {
    border: 1px solid #cc9;
}

.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: #663;
}

.link5 a {
    color: #663;
}

#weblog_pager a:link {
    color: #663;
}

.link5 a:visited {
    color: #663;
}

.link5 a:hover {
    color: #663;
}

.current_page {
    color: #fff;
}

/*----------------------------------------------------------------------------
  forum styles
----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body {
    color: #330;
    background-color: #ddb;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    color: #330;
}

.content p {
    color: #330;
}

/*--- headings -------------------------------------------------------------

.content .box1_head {
    color: #663;
}

.content .box2_head {
    color: #663;
}

.content .box3_head {
    color: #663;
}
*/

/*--- links ----------------------------------------------------------------*/

.content a:link {
    color: #c00;
}

.content a:visited {
    color: #c00;
}

.content a:hover {
    color: #f90;
}

.content a:active {
    color: #c00;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    border-color: #663;
}

.content th {
    color: #fff;
    background-color: #663;
    padding: 3px 2px 3px 2px;
}

.content tr.odd {
    color: #330;
    background-color: #fff;
    padding: 3px 2px 3px 2px;
}

.content tr {
    color: #330;
    background-color: #eed;
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    color: #330;
    background-color: #eed;
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #330;
}

.content legend {
    color: #330;
}

.content label {
    color: #330;
}

.content input {
    border-color: #330;
}

.content textarea {
    border-color: #330;
}

/*--------------------------------------------------------------------------*/

#comment {
    width: 500px;
}

p.par1 {
    margin: 5px;
}

a.link6 {
    text-decoration: none;
}
a.link6 h1 {
    font-family: georgia,trebuchet ms,tahoma,verdana,arial,sans-serif;
    font-weight: normal;
				color:#663
}

.list1 h2 {
    font-size: 100%;
}


