
/**************************************************************************
*
*  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/stadtbau/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 {
	text-decoration: none;
	color: #B90C39;  /* red, same as headline */
}

a:hover {
	color: #B90C39;  /* red, same as headline */
}

a:visited {
	color: #B90C39;  /* red, same as headline */
}


/**************************************************************************
*
*  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/stadtbau/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/stadtbau/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/stadtbau/c300_sidebar_bg_greenbar.gif);
	background-repeat: repeat-y;
	background-position: right top;

}



/**************************************************************************
*
*  tx-indexedsearch
*
***************************************************************************/
input.tx-indexedsearch-searchbox-sword  
{ 
	border: 3px solid rgb( 213, 134, 162 );  /* red, stadtbau */ */

}





/**************************************************************************
*
*  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: #B90C39;        /* red */

}



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

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

}




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




