
/**************************************************************************
*
*  body - project specific settings 
*
***************************************************************************/


/*
 * #009B4E = dark green (e.g. hi-button bg)
 * #B90C39 = dark red
 *
 */




body {

	background-attachment: scroll;
	background-image: url(../layout_img/bg/wohnstaetten/b000_f210_vertical_repeat.gif);
	background-repeat: repeat-y;
	background-position: left top;

	background-color: rgb( 255, 255, 255 );

}



/**************************************************************************
*
*  Navi styles
* - Not needed for GMENU
* - Only for NAVMAINBOTTOM
* and links in the copy
* 
* #009B4E = dark green (e.g. hi-button bg)
* #BFE6D3 = light green (e.g. dflt-button bg)
*
***************************************************************************/
a {
	color: #009B4E;

}

a:hover {
	color: #009B4E;
	
}

a:visited {
	color: #009B4E;

}



/**************************************************************************
*
*  Verlauf, oben
*
***************************************************************************/
/* div#navservice 
 * needs a white bg or a part of the repeated vertical 
 * bg will be visible. 
 */

div#navservice {
	background-color: rgb( 255, 255, 255);

	background-attachment: scroll;
	background-image: url(../layout_img/bg/wohnstaetten/b000_f210_bg_verlauf.gif);
	background-repeat: repeat-x;
	background-position: left top;

}


/**************************************************************************
*
*  BG, Navmain
*
***************************************************************************/
div#navmain {
	/* background-color: rgb(255,153,0);*/  /* grün */
	
	background-attachment: scroll;
	background-image: url(../layout_img/bg/wohnstaetten/b000_f210_horizontal.gif);
	background-repeat: no-repeat;
	background-position: left top;

}



/**************************************************************************
*
*  div - zweispalter-greenbar
*
***************************************************************************/
/* A-B-S-O-L-U-T-E */
/* siena - dark  */
div#inhalt-zweispalter-greenbar-links {

	background-attachment: scroll;
	background-image: url(../layout_img/bg/wohnstaetten/c300_sidebar_bg_greenbar.gif);
	background-repeat: repeat-y;
	background-position: right top;

}


/**************************************************************************
*
*  tx-indexedsearch
*
***************************************************************************/
input.tx-indexedsearch-searchbox-sword
{ 
   /* lindgrün */
	border: 3px solid rgb( 182, 219, 201 );  /* green like nav main bg, but a bit darker */

}





/**************************************************************************
*
*  common html entities
*
***************************************************************************/

/**************************************************************************
*  Headers and Subheads (Used for the second headline line)
***************************************************************************/
h1,
div.csc-header h1,
div.csc-textpicHeader h1,
h2,
div.csc-header h2,
div.csc-textpicHeader h2,
h3,
div.csc-header h3,
div.csc-textpicHeader h3,
p.csc-subheader {

	color: #009929;

}



/**************************************************************************
*
*  plugin - user_immo
*
***************************************************************************/

/**************************************************************************
*  hr trenner - listview flats and linklist
***************************************************************************/
hr 
{
	border: 1px solid #BFE6D3; 
	background-color: #BFE6D3;

}




/**************************************************************************
*
*  formulare
*
***************************************************************************/
.button,
INPUT.tx-indexedsearch-searchbox-button
{ 
	background-color:  #009B4E;  
}

