/*----------------------------------------------------------------------------


        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.png) repeat-y 50% 50%;


}





/*--- header ---------------------------------------------------------------*/


#header        {


        background : url(images/static/headerbg.png) no-repeat top left;


}





/*--- main navigation ------------------------------------------------------*/


#main_nav_container {


        background : #fafef4 url(images/static/mainnav.gif) repeat-x top left;


}





/*--- caption --------------------------------------------------------------*/





#slogan {


        background: url(images/static/) no-repeat;


}





/*--- main navigation ------------------------------------------------------*/





#main_nav_list        {


        background: url(images/static/listbg.gif) no-repeat top left;


}





/*--- footer ---------------------------------------------------------------*/





#extra_div2 {


        background: transparent url(images/static/footerbg.png) top left no-repeat;


}





/*----------------------------------------------------------------------------


  default-styles for html-elements


----------------------------------------------------------------------------*/





/*--- body -----------------------------------------------------------------*/





body#main_body {


        color: #000000;


        background : #DEE2D8 url(images/static/pgbk.gif) repeat-x;


}





/*--- tables ---------------------------------------------------------------*/





.content table {


        border-color: #BAC0A9;


}





.content th {


        color: #fff;


        background-color:#848A73;


}





.content tr.odd {


        color: #464F31;


        background-color:#F7FDE9;


}





.content tr.even {


        color: #464F31;


        background-color:#E3E9D4;


}





/*--- forms ----------------------------------------------------------------*/





.content fieldset {


        border-color: #848A73;


}





.content legend{


        color: #464F31;


}





.content label {


        color: #464F31;


}





.content input {


        border-color: #848A73;


}





.content textarea {


        border-color: #848A73;


}





/*--- lists ----------------------------------------------------------------*/





.content ul {


background: #F7FDE9;


border-color: #BAC0A9;


}





.content ul li {


list-style-image: url(images/static/list.gif); list-style-position: outside; display: list-item;


}





.content ol {


background: #F7FDE9;


border-color: #BAC0A9;


}