/************************************************************

*             CSS file for ROXY Immobilière                 *

************************************************************/





/******************************************

					BODY

******************************************/

body				{ background-color:#ffffff; padding:0; margin:0; font-family: Arial, Helvetica, sans-serif; font-size:11px; }
p, span 			{ margin:0; padding:0; }
a					{ text-decoration:underline; } 
#clear				{ clear:both; padding: 0px; margin: 0px; line-height: 0px; visibility:hidden; }



/******************************************

					HEADER

******************************************/


		/******************************************

					BASIC LAYOUT THINGS

		******************************************/

		#header { position:relative; width:100%; min-width:770px;}
		#logo_area { position:relative; width:45%;  float:left; margin-left:4%; min-width:353px;}
		#logo { background-image:url(/images/logo_v2.gif); width:353px; height: 131px;}


		/******************************************
		
							NAVIGATION
		
		******************************************/
		
		.spacer 			{ background-image:url(/images/nav_dotted.gif); width:1px; height:115px; background-repeat:repeat-y;float:left; margin-left:10px; margin-right:10px;}
		/* Alte, horizontale Navigation
		#nav 				{ position:relative; width:45%; float:left; margin-left:1%; }
		#nav a 				{ text-decoration:none; display:block; height:17px; float:left; margin-top:100px; }
		
		a#navi_01 			{ width:77px; background-image:url(/images/nav_01_off.gif); }
		a#navi_01:hover		{ width:77px; background-image:url(/images/nav_01_on.gif); }
		
		a#navi_02 			{ width:42px; background-image:url(/images/nav_02_off.gif); }
		a#navi_02:hover		{ width:42px; background-image:url(/images/nav_02_on.gif); }
		
		a#navi_03 			{ width:71px; background-image:url(/images/nav_03_off.gif); }
		a#navi_03:hover		{ width:71px; background-image:url(/images/nav_03_on.gif); }
		
		a#navi_04 			{ width:47px; background-image:url(/images/nav_04_off.gif); }
		a#navi_04:hover		{ width:47px; background-image:url(/images/nav_04_on.gif); }*/
		
		
		#nav 				{ position:relative; width:161px; float:left; margin-left:1%;margin-top:30px; }
		#nav a 				{ text-decoration:none; float:left; background-repeat:no-repeat; width:161px; height:17px;}
		
		a#navi_01 			{background-image:url(/images/nav_h_01_off.gif); }
		a#navi_01:hover		{background-image:url(/images/nav_h_01_on.gif); }
		
		a#navi_02 			{background-image:url(/images/nav_h_02_off.gif); }
		a#navi_02:hover		{background-image:url(/images/nav_h_02_on.gif); }
		
		a#navi_03 			{background-image:url(/images/nav_h_03_off.gif); }
		a#navi_03:hover		{background-image:url(/images/nav_h_03_on.gif); }
		
		a#navi_04 			{background-image:url(/images/nav_h_04_off.gif); }
		a#navi_04:hover		{background-image:url(/images/nav_h_04_on.gif); }

		a#navi_05 			{background-image:url(/images/nav_h_05_off.gif); }
		a#navi_05:hover		{background-image:url(/images/nav_h_05_on.gif); }
		
		a#navi_06 			{background-image:url(/images/nav_h_06_off.gif); }
		a#navi_06:hover		{background-image:url(/images/nav_h_06_on.gif); }
		
		
		
		
		
		
		
		
		


		/******************************************
		
							TEASER
		
		******************************************/
		
		#teaser_area { position:relative; width:100%; }
		#teaser_01 { position:relative; background-image:url(/images/teaser_01.jpg); background-repeat:no-repeat; width:620px; height:343px; margin-left:auto; margin-right:0;}



/******************************************

					CONTENT

******************************************/


		/******************************************

					BASIC LAYOUT THINGS

		******************************************/
				
		#block_1 { background-color:#FFFFFF; float: left; width: 35%; }
		#block_2 { background-image:url(/images/bg_shadow.png); background-repeat:no-repeat; float: left; width: 5%; }
			* html #block_2	{ display: inline; }
		#block_3 { background-color:#FFFFFF; float: left; width: 45%; padding-right:15px; }
		
		/* Start Mac IE5 filter \*/
		#block_1, #block_2, #block_3 { padding-bottom: 32767px !important; margin-bottom: -32767px !important; }
		/* End Mac IE5 filter */
		
		#wrapper { color:#666666; line-height:18px; background-image:url(/images/bg_side.jpg); padding-left:8%; background-position:top right; background-repeat:no-repeat; overflow: hidden; /* This hides the excess padding in non-IE browsers */ }
		/* we need this for IE 5.01 - otherwise the wrapper does not expand to the necessary height (unless fixed, this problem becomes even more acute weirdness as the method is enhanced */
		#wrapper { float: left; float/**/: none;}
		/* Normally a Holly-style hack height: 1% would suffice but that causes IE 5.01 to completely collapse the wrapper - instead we float it */ 
		/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes (I saw it happen many moons ago) makes the width of wrapper too small the float: none with the comment is ignored by 5.01, 5.5 and above see it and carry on about their business It's probably fine to just remove it, but it's left here just in case that many moons ago problem rears its head again */
			
		/* easy clearing */
		#wrapper:after { content: '[DO NOT LEAVE IT IS NOT REAL]'; display: block; height: 0; clear: both; visibility: hidden; }
		#wrapper { display: inline-block; }
		/*\*/
		#wrapper { display: block; }
		#wrapper { min-height: 600px; }

		
		/******************************************
		
					HYPERLINK FORMAT
		
		******************************************/
		
		#wrapper a { text-decoration: underline; color:#666666;}
		#wrapper a:hover { text-decoration: underline; color:#000000;}
				
		
		/******************************************
		
					MASTER HEADLINE AREA
		
		******************************************/

		#upper_line { padding-right:15px;width: 85%; background-image:url(/images/bg_upper_line.png); height:8px; font-size:1px; }
		#headline	{ padding-right:15px;width: 85%; background-color:#FFFFFF;  padding-top:22px; padding-bottom:22px; }
		#lower_line { padding-right:15px;width: 85%; background-image:url(/images/bg_lower_line.png); background-repeat:repeat-x; height:1px; background-color:#FFFFFF;	font-size:1px; padding-bottom:60px;}
		


		/******************************************
		
							HEADLINES
		
		******************************************/
		
		H1, .h1 { color:#cc6600; }
		H2, .h2 { color:#800000; }
		H3, .h3 { color:#333333; font-size:18px;}
		H5, .h5 { color:#cc0000; font-size:11px; text-transform:uppercase; font-weight:bold; margin-bottom: 10px; margin-top:0px;}
		
		#sub_hl { background-image:url(/images/sub_hl_dotted.gif); background-repeat:repeat-x; background-position:0px 24px;  margin-bottom:15px;}
		
		
		/******************************************
		
					   IMG BORDER FORMATS
		
		******************************************/

		.img_xl_liquid 			{ border: 1px solid #cccccc; background-color:#FFFFFF;	padding:2%; width:96%; height:100%; max-width:400px; }
		.thumbnails_img 		{ border: 1px solid #cccccc; background-color:#FFFFFF;	padding:2px; margin: 0px 0px 0px 0px;}
		.thumbnails_img_active 		{ border: 2px solid #000000; background-color:#e0e0e0;	padding:2px; margin: 0px 0px 0px 0px;}

		#block_3 .news_img 		{ border: 1px solid #cccccc; background-color:#FFFFFF; padding:5px; float:left;	margin-right:10px; }
		#block_1 .side_xs_img 	{ border: 1px solid #cccccc; background-color:#FFFFFF;	padding:10px; float:left; margin-right:10px;}
				
		
		/******************************************
		
					   TABLE FORMATS
		
		******************************************/
		
		.specs_left 		{ width:35%;}
		.table_gray_line 	{ background-color:#d9d9d9; font-size:1px; height:1px;}


		/******************************************
		
				THUMBNAIL IN DETAILED AREA
		
		******************************************/

		#thumbnails_area 	{ background-image:url(/images/bg_thumbnails.gif); background-repeat:repeat-x;border: 1px solid #cccccc; padding:5px;}
		.bg_selection_dots 	{ background-image:url(/images/dot.gif); background-repeat:repeat-x; background-position:center center;}



/******************************************

					FOOTER

******************************************/

		/******************************************

					BASIC LAYOUT THINGS

		******************************************/

		#footer 		{ position:relative; height:269px;background-image:url(/images/bg_footer.png); width:100%; background-repeat:repeat-x; color:#FFFFFF;min-width:770px;}
		#footercontent	{  position:relative;text-align:center;margin-left:auto; width:87%;}
		#footer a		{ color:#FFFFFF; }
		#footer a:hover	{ color:#e6c0c0; }
		
		#footer_box_01	{ text-align:left;width: 35%; padding:20px; margin-top:60px; background-image:url(/images/bg_footer_box.png); background-repeat:repeat-x; float:left; height:100%;}
		#footer_box_02	{ text-align:left;width: 5%;  margin-top:60px; float:left; }
		#footer_box_03	{ text-align:left;width: 35%; padding:20px; margin-top:60px; background-image:url(/images/bg_footer_box.png); background-repeat:repeat-x; float:left; height:100%;}
		
		#inner_box 		{ width:50%; float:left;}

